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