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