public interface DBProcess
| Modifier and Type | Method and Description |
|---|---|
void |
runSQL(Connection connection,
String template) |
default void |
runSQL(DBTypeToSQLMap dbTypeToSQLMap) |
void |
runSQL(String template) |
void |
runSQL(String[] templates) |
void |
runSQLTemplate(String path) |
void |
runSQLTemplate(String path,
boolean failOnError) |
void |
runSQLTemplateString(String template,
boolean failOnError) |
void |
runSQLTemplateString(String template,
boolean evaluate,
boolean failOnError)
Deprecated.
As of Athanasius (7.3.x), replaced by
runSQLTemplateString(String, boolean) |
void runSQL(Connection connection,
String template)
throws IOException,
SQLException
IOExceptionSQLExceptiondefault void runSQL(DBTypeToSQLMap dbTypeToSQLMap) throws IOException, SQLException
IOExceptionSQLExceptionvoid runSQL(String template)
throws IOException,
SQLException
IOExceptionSQLExceptionvoid runSQL(String[] templates)
throws IOException,
SQLException
IOExceptionSQLExceptionvoid runSQLTemplate(String path)
throws IOException,
javax.naming.NamingException,
SQLException
IOExceptionjavax.naming.NamingExceptionSQLExceptionvoid runSQLTemplate(String path,
boolean failOnError)
throws IOException,
javax.naming.NamingException,
SQLException
IOExceptionjavax.naming.NamingExceptionSQLExceptionvoid runSQLTemplateString(String template,
boolean failOnError)
throws IOException,
javax.naming.NamingException,
SQLException
IOExceptionjavax.naming.NamingExceptionSQLException@Deprecated
void runSQLTemplateString(String template,
boolean evaluate,
boolean failOnError)
throws IOException,
javax.naming.NamingException,
SQLException
runSQLTemplateString(String, boolean)IOExceptionjavax.naming.NamingExceptionSQLException