public abstract class H2SQLDatabaseSQLServiceMixin extends Object implements DatabaseSQLService, DatabaseSQLStringsBuilder, DatabaseSQLServiceSpi
DatabaseSQLService.DatabaseSQLServiceComposite, DatabaseSQLService.EntityValueResultDatabaseSQLStringsBuilder.CommonMixinDatabaseSQLServiceSpi.CommonMixin| Modifier and Type | Field and Description |
|---|---|
protected DatabaseSQLServiceSpi |
spi |
| Constructor and Description |
|---|
H2SQLDatabaseSQLServiceMixin() |
| Modifier and Type | Method and Description |
|---|---|
DatabaseSQLService.EntityValueResult |
getEntityValue(ResultSet rs) |
boolean |
tableExists(Connection connection) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetConnection, populateGetAllEntitiesStatement, populateGetEntityStatement, populateInsertEntityStatement, populateRemoveEntityStatement, populateUpdateEntityStatement, prepareGetAllEntitiesStatement, prepareGetEntityStatement, prepareInsertEntityStatement, prepareRemoveEntityStatement, prepareUpdateEntityStatement, startDatabase, stopDatabasebuildSQLForIndexCreation, buildSQLForInsertEntityStatement, buildSQLForRemoveEntityStatement, buildSQLForSchemaCreation, buildSQLForSelectAllEntitiesStatement, buildSQLForSelectEntityStatement, buildSQLForTableCreation, buildSQLForUpdateEntityStatement, initgetCurrentSchemaName, schemaExists@This protected DatabaseSQLServiceSpi spi
public boolean tableExists(Connection connection) throws SQLException
tableExists in interface DatabaseSQLServiceSpiSQLExceptionpublic DatabaseSQLService.EntityValueResult getEntityValue(ResultSet rs) throws SQLException
getEntityValue in interface DatabaseSQLServiceSQLException