public interface ScriptVisitor
| Modifier and Type | Method and Description |
|---|---|
void |
doCommit() |
void |
doRollback() |
void |
visitComment(String theComment) |
int |
visitStatement(String statement) |
int visitStatement(String statement) throws SQLException
statement - SQLExceptionvoid visitComment(String theComment) throws SQLException
theComment - SQLExceptionvoid doCommit()
throws SQLException
SQLExceptionvoid doRollback()
throws SQLException
SQLExceptionCopyright © 2008-2016. All Rights Reserved.