public class SQLExec.Transaction
extends java.lang.Object
Constructor and Description |
---|
Transaction() |
Modifier and Type | Method and Description |
---|---|
void |
addConfigured(ResourceCollection a)
Set the source resource.
|
void |
addText(java.lang.String sql)
Set inline text
|
void |
setSrc(java.io.File src)
Set the source file attribute.
|
void |
setSrcResource(Resource src)
Set the source resource attribute.
|
public void setSrc(java.io.File src)
src
- the source filepublic void setSrcResource(Resource src)
src
- the source filepublic void addText(java.lang.String sql)
sql
- the inline textpublic void addConfigured(ResourceCollection a)
a
- the source resource collection.