public abstract class PostgreSQLDatabaseSQLServiceMixin extends Object implements DatabaseSQLServiceSpi, DatabaseSQLStringsBuilder, DatabaseSQLService
DatabaseSQLServiceSpi.CommonMixinDatabaseSQLStringsBuilder.CommonMixinDatabaseSQLService.DatabaseSQLServiceComposite, DatabaseSQLService.EntityValueResult| Modifier and Type | Field and Description |
|---|---|
protected DatabaseSQLServiceSpi |
spi |
| Constructor and Description |
|---|
PostgreSQLDatabaseSQLServiceMixin() |
| 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, waitgetCurrentSchemaName, schemaExistsbuildSQLForIndexCreation, buildSQLForInsertEntityStatement, buildSQLForRemoveEntityStatement, buildSQLForSchemaCreation, buildSQLForSelectAllEntitiesStatement, buildSQLForSelectEntityStatement, buildSQLForTableCreation, buildSQLForUpdateEntityStatement, initgetConnection, populateGetAllEntitiesStatement, populateGetEntityStatement, populateInsertEntityStatement, populateRemoveEntityStatement, populateUpdateEntityStatement, prepareGetAllEntitiesStatement, prepareGetEntityStatement, prepareInsertEntityStatement, prepareRemoveEntityStatement, prepareUpdateEntityStatement, startDatabase, stopDatabase@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