|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.torque.task.TorqueSQLExec.Transaction
public class TorqueSQLExec.Transaction
Contains the definition of a new transaction element. Transactions allow several files or blocks of statements to be executed using the same JDBC connection and commit operation in between.
Constructor Summary | |
---|---|
TorqueSQLExec.Transaction()
|
Method Summary | |
---|---|
void |
addText(java.lang.String sql)
|
void |
setSrc(java.io.File src)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TorqueSQLExec.Transaction()
Method Detail |
---|
public void setSrc(java.io.File src)
public void addText(java.lang.String sql)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |