Package org.apache.tools.ant.taskdefs
Class SQLExec.Transaction
java.lang.Object
org.apache.tools.ant.taskdefs.SQLExec.Transaction
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Set the source resource.void
Set inline textvoid
Set the source file attribute.void
setSrcResource
(Resource src) Set the source resource attribute.
-
Constructor Details
-
Transaction
public Transaction()
-
-
Method Details
-
setSrc
-
setSrcResource
Set the source resource attribute.- Parameters:
src
- the source file- Since:
- Ant 1.7
-
addText
-
addConfigured
Set the source resource.- Parameters:
a
- the source resource collection.- Since:
- Ant 1.7
-