public interface DBProcess
| Modifier and Type | Method and Description |
|---|---|
void |
runSQL(Connection connection,
String template) |
void |
runSQL(String template) |
void |
runSQL(String[] templates) |
void |
runSQLTemplate(String path) |
void |
runSQLTemplate(String path,
boolean failOnError) |
void |
runSQLTemplateString(String template,
boolean evaluate,
boolean failOnError) |
void runSQL(Connection connection, String template) throws IOException, SQLException
IOExceptionSQLExceptionvoid runSQL(String template) throws IOException, SQLException
IOExceptionSQLExceptionvoid runSQL(String[] templates) throws IOException, SQLException
IOExceptionSQLExceptionvoid runSQLTemplate(String path) throws IOException, NamingException, SQLException
IOExceptionNamingExceptionSQLExceptionvoid runSQLTemplate(String path, boolean failOnError) throws IOException, NamingException, SQLException
IOExceptionNamingExceptionSQLExceptionvoid runSQLTemplateString(String template, boolean evaluate, boolean failOnError) throws IOException, NamingException, SQLException
IOExceptionNamingExceptionSQLException