Package org.eclipse.net4j.db
Interface IDBSchemaTransaction
- 
- All Superinterfaces:
- org.eclipse.net4j.util.collection.Closeable
 
 public interface IDBSchemaTransaction extends org.eclipse.net4j.util.collection.Closeable- Since:
- 4.2
- Author:
- Eike Stepper
- No Implement
- This interface is not intended to be implemented by clients.
- No Extend
- This interface is not intended to be extended by clients.
 
- 
- 
Field SummaryFields Modifier and Type Field Description static IDBDeltaVisitor.Filter.PolicyDEFAULT_ENSURE_SCHEMA_POLICY
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description IDBSchemaDeltacommit()IDBSchemaDeltaensureSchema(IDBSchema schema)IDBSchemaDeltaensureSchema(IDBSchema schema, IDBDeltaVisitor.Filter.Policy policy)IDBConnectiongetConnection()IDBDatabasegetDatabase()IDBSchemaDeltagetSchemaDelta()IDBSchemagetWorkingCopy()
 
- 
- 
- 
Field Detail- 
DEFAULT_ENSURE_SCHEMA_POLICYstatic final IDBDeltaVisitor.Filter.Policy DEFAULT_ENSURE_SCHEMA_POLICY 
 
- 
 - 
Method Detail- 
getDatabaseIDBDatabase getDatabase() 
 - 
getConnectionIDBConnection getConnection() 
 - 
getWorkingCopyIDBSchema getWorkingCopy() 
 - 
ensureSchemaIDBSchemaDelta ensureSchema(IDBSchema schema, IDBDeltaVisitor.Filter.Policy policy) 
 - 
ensureSchemaIDBSchemaDelta ensureSchema(IDBSchema schema) 
 - 
getSchemaDeltaIDBSchemaDelta getSchemaDelta() 
 - 
commitIDBSchemaDelta commit() 
 
- 
 
-