Methods 
| Modifier and Type | 
Method and Description | 
Connection | 
getConnection()  | 
DatabaseSQLService.EntityValueResult | 
getEntityValue(ResultSet rs)  | 
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)  | 
void | 
startDatabase()  | 
void | 
stopDatabase()  |