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 evaluate,
boolean failOnError) |
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 runSQLTemplate(String path) throws IOException, javax.naming.NamingException, SQLException
IOException
javax.naming.NamingException
SQLException
void runSQLTemplate(String path, boolean failOnError) throws IOException, javax.naming.NamingException, SQLException
IOException
javax.naming.NamingException
SQLException
void runSQLTemplateString(String template, boolean evaluate, boolean failOnError) throws IOException, javax.naming.NamingException, SQLException
IOException
javax.naming.NamingException
SQLException