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 Summary
-
Method Summary
Modifier and TypeMethodDescriptioncommit()
ensureSchema
(IDBSchema schema) ensureSchema
(IDBSchema schema, IDBDeltaVisitor.Filter.Policy policy) Methods inherited from interface org.eclipse.net4j.util.collection.Closeable
close, isClosed
-
Field Details
-
DEFAULT_ENSURE_SCHEMA_POLICY
-
-
Method Details
-
getDatabase
IDBDatabase getDatabase() -
getConnection
IDBConnection getConnection() -
getWorkingCopy
IDBSchema getWorkingCopy() -
ensureSchema
-
ensureSchema
-
getSchemaDelta
IDBSchemaDelta getSchemaDelta() -
commit
IDBSchemaDelta commit()
-