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
IOException
SQLException
default void runSQL(DBTypeToSQLMap dbTypeToSQLMap) throws IOException, SQLException
IOException
SQLException
void runSQL(String template) throws IOException, SQLException
IOException
SQLException
void runSQL(String[] templates) throws IOException, SQLException
IOException
SQLException
void runSQLFile(String path) throws IOException, javax.naming.NamingException, SQLException
IOException
javax.naming.NamingException
SQLException
void runSQLFile(String path, boolean failOnError) throws IOException, javax.naming.NamingException, SQLException
IOException
javax.naming.NamingException
SQLException
@Deprecated default void runSQLTemplate(String path) throws IOException, javax.naming.NamingException, SQLException
runSQLFile(String)
IOException
javax.naming.NamingException
SQLException
void runSQLTemplate(String template, boolean failOnError) throws IOException, javax.naming.NamingException, SQLException
IOException
javax.naming.NamingException
SQLException
@Deprecated default void runSQLTemplateString(String template, boolean failOnError) throws IOException, javax.naming.NamingException, SQLException
runSQLTemplate(String, boolean)
IOException
javax.naming.NamingException
SQLException