public interface DatabaseSQLServiceSpi
| Modifier and Type | Interface and Description |
|---|---|
static class |
DatabaseSQLServiceSpi.CommonMixin |
| Modifier and Type | Method and Description |
|---|---|
String |
getCurrentSchemaName() |
boolean |
schemaExists(Connection connection) |
boolean |
tableExists(Connection connection) |
boolean schemaExists(Connection connection) throws SQLException
SQLExceptionString getCurrentSchemaName()
boolean tableExists(Connection connection) throws SQLException
SQLException