Package org.apache.tools.ant.taskdefs
Class SQLExec.Transaction
java.lang.Object
org.apache.tools.ant.taskdefs.SQLExec.Transaction
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidSet the source resource.voidSet inline textvoidSet the source file attribute.voidsetSrcResource(Resource src) Set the source resource attribute.
- 
Constructor Details- 
Transactionpublic Transaction()
 
- 
- 
Method Details- 
setSrc
- 
setSrcResourceSet the source resource attribute.- Parameters:
- src- the source file
- Since:
- Ant 1.7
 
- 
addText
- 
addConfiguredSet the source resource.- Parameters:
- a- the source resource collection.
- Since:
- Ant 1.7
 
 
-