public abstract class DatabaseSQLServiceStatementsMixin extends Object implements DatabaseSQLService
DatabaseSQLService.DatabaseSQLServiceComposite, DatabaseSQLService.EntityValueResult| Constructor and Description |
|---|
DatabaseSQLServiceStatementsMixin() |
| Modifier and Type | Method and Description |
|---|---|
void |
populateGetAllEntitiesStatement(PreparedStatement ps) |
void |
populateGetEntityStatement(PreparedStatement ps,
EntityReference ref) |
void |
populateInsertEntityStatement(PreparedStatement ps,
EntityReference ref,
String entity,
Long lastModified) |
void |
populateRemoveEntityStatement(PreparedStatement ps,
Long entityPK,
EntityReference ref) |
void |
populateUpdateEntityStatement(PreparedStatement ps,
Long entityPK,
Long entityOptimisticLock,
EntityReference ref,
String entity,
Long lastModified) |
PreparedStatement |
prepareGetAllEntitiesStatement(Connection connection) |
PreparedStatement |
prepareGetEntityStatement(Connection connection) |
PreparedStatement |
prepareInsertEntityStatement(Connection connection) |
PreparedStatement |
prepareRemoveEntityStatement(Connection connection) |
PreparedStatement |
prepareUpdateEntityStatement(Connection connection) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetConnection, getEntityValue, startDatabase, stopDatabasepublic PreparedStatement prepareGetAllEntitiesStatement(Connection connection) throws SQLException
prepareGetAllEntitiesStatement in interface DatabaseSQLServiceSQLExceptionpublic PreparedStatement prepareGetEntityStatement(Connection connection) throws SQLException
prepareGetEntityStatement in interface DatabaseSQLServiceSQLExceptionpublic PreparedStatement prepareInsertEntityStatement(Connection connection) throws SQLException
prepareInsertEntityStatement in interface DatabaseSQLServiceSQLExceptionpublic PreparedStatement prepareRemoveEntityStatement(Connection connection) throws SQLException
prepareRemoveEntityStatement in interface DatabaseSQLServiceSQLExceptionpublic PreparedStatement prepareUpdateEntityStatement(Connection connection) throws SQLException
prepareUpdateEntityStatement in interface DatabaseSQLServiceSQLExceptionpublic void populateGetAllEntitiesStatement(PreparedStatement ps) throws SQLException
populateGetAllEntitiesStatement in interface DatabaseSQLServiceSQLExceptionpublic void populateGetEntityStatement(PreparedStatement ps, EntityReference ref) throws SQLException
populateGetEntityStatement in interface DatabaseSQLServiceSQLExceptionpublic void populateInsertEntityStatement(PreparedStatement ps, EntityReference ref, String entity, Long lastModified) throws SQLException
populateInsertEntityStatement in interface DatabaseSQLServiceSQLExceptionpublic void populateRemoveEntityStatement(PreparedStatement ps, Long entityPK, EntityReference ref) throws SQLException
populateRemoveEntityStatement in interface DatabaseSQLServiceSQLExceptionpublic void populateUpdateEntityStatement(PreparedStatement ps, Long entityPK, Long entityOptimisticLock, EntityReference ref, String entity, Long lastModified) throws SQLException
populateUpdateEntityStatement in interface DatabaseSQLServiceSQLException