public class DistributedSQLitePoolTableManager extends JDBCPoolManager
connectionPool
ddbsEntityManager, jdbcConditionConverter, jdbcConnector, jdbcPreparedStatementManager
Constructor and Description |
---|
DistributedSQLitePoolTableManager(SQLiteConnectionPool pool) |
Modifier and Type | Method and Description |
---|---|
boolean |
createEntity(IEntity objectToCreate)
Create the structure of the entity
|
commit, createEntity, delete, executeTransaction, isOpen, open, rollback
add, close, conversionResultSet, delete, getDeleteSQLString, getInsertSQLString, getUpdateSQLString, listAll, listAllWithQueryString, loadArray, read, readLastElement, setAutoCommit, update
public DistributedSQLitePoolTableManager(SQLiteConnectionPool pool)
public boolean createEntity(IEntity objectToCreate) throws DDBSToolkitException
UpdatableEntityManager
createEntity
in interface UpdatableEntityManager
createEntity
in class JDBCEntityManager
objectToCreate
- Object to createDDBSToolkitException
- Problem during operation