| workbench.interfaces.Committer
All known Subclasses: workbench.db.exporter.DataExporter,
Committer | public interface Committer (Code) | | author: support@sql-workbench.net |
Method Summary | |
void | commitNothing() | void | setCommitEvery(int interval) Define the interval when commits should be send to the DBMS
Parameters: interval - the number of statement after which to commit. |
NO_COMMIT_FLAG | final public static int NO_COMMIT_FLAG(Code) | | The integer value that identifies the fact that no COMMIT statement
at all should be written to the output file
|
commitNothing | void commitNothing()(Code) | | Never commit anything
|
setCommitEvery | void setCommitEvery(int interval)(Code) | | Define the interval when commits should be send to the DBMS
Parameters: interval - the number of statement after which to commit. 0 means each statement |
|
|