Community
Participate
Working Groups
table = database.getSchema().getTable(tableName);
if (table == null)
{
if (accessor != null)
IDBSchemaTransaction schemaTransaction = database.openSchemaTransaction();
IDBSchemaTransaction schemaTransaction = database.openSchemaTransaction(accessor.getDBConnection());
try
DBType idType = store.getIDHandler().getDBType();
int idLength = store.getIDColumnLength();