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 |
runSQLFile(String path) |
void |
runSQLFile(String path,
boolean failOnError) |
default void |
runSQLTemplate(String path)
Deprecated.
As of Cavanaugh (7.4.x), replaced by
runSQLFile(String) |
void |
runSQLTemplate(String template,
boolean failOnError) |
default void |
runSQLTemplateString(String template,
boolean failOnError)
Deprecated.
As of Cavanaugh (7.4.x), replaced by
runSQLTemplate(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 runSQLFile(String path)
throws IOException,
javax.naming.NamingException,
SQLException
IOExceptionjavax.naming.NamingExceptionSQLExceptionvoid runSQLFile(String path,
boolean failOnError)
throws IOException,
javax.naming.NamingException,
SQLException
IOExceptionjavax.naming.NamingExceptionSQLException@Deprecated
default void runSQLTemplate(String path)
throws IOException,
javax.naming.NamingException,
SQLException
runSQLFile(String)IOExceptionjavax.naming.NamingExceptionSQLExceptionvoid runSQLTemplate(String template,
boolean failOnError)
throws IOException,
javax.naming.NamingException,
SQLException
IOExceptionjavax.naming.NamingExceptionSQLException@Deprecated
default void runSQLTemplateString(String template,
boolean failOnError)
throws IOException,
javax.naming.NamingException,
SQLException
runSQLTemplate(String, boolean)IOExceptionjavax.naming.NamingExceptionSQLException