public abstract class DatabaseSQLServiceCoreMixin extends Object implements DatabaseSQLService
DatabaseSQLService.DatabaseSQLServiceComposite, DatabaseSQLService.EntityValueResult| Modifier and Type | Field and Description |
|---|---|
protected DatabaseSQLServiceSpi |
spi |
| Constructor and Description |
|---|
DatabaseSQLServiceCoreMixin() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getConfiguredSchemaName(String defaultSchemaName)
Configuration is optional at both assembly and runtime.
|
Connection |
getConnection() |
void |
startDatabase() |
void |
stopDatabase() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetEntityValue, populateGetAllEntitiesStatement, populateGetEntityStatement, populateInsertEntityStatement, populateRemoveEntityStatement, populateUpdateEntityStatement, prepareGetAllEntitiesStatement, prepareGetEntityStatement, prepareInsertEntityStatement, prepareRemoveEntityStatement, prepareUpdateEntityStatement@This protected DatabaseSQLServiceSpi spi
public Connection getConnection() throws SQLException
getConnection in interface DatabaseSQLServiceSQLExceptionpublic void startDatabase()
throws Exception
startDatabase in interface DatabaseSQLServiceExceptionpublic void stopDatabase()
throws Exception
stopDatabase in interface DatabaseSQLServiceException