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, updatepublic DistributedSQLiteTableManager(SQLiteConnector myConnector)
public boolean createEntity(IEntity objectToCreate) throws DDBSToolkitException
UpdatableEntityManagercreateEntity in interface UpdatableEntityManagercreateEntity in class JDBCEntityManagerobjectToCreate - Object to createDDBSToolkitException - Problem during operation