Uses of Interface
org.eclipse.net4j.db.ddl.delta.IDBSchemaDelta
Package
Description
The Net4j DB framework.
The Net4j DB framework concepts for the abstraction of the SQL data definition language.
The Net4j DB framework concepts for the abstraction of schema deltas.
Server service provider interfaces and useful base implementations for the Net4j DB framework.
-
Uses of IDBSchemaDelta in org.eclipse.net4j.db
Modifier and TypeMethodDescriptionIDBSchemaTransaction.commit()
IDBSchemaTransaction.ensureSchema
(IDBSchema schema) IDBSchemaTransaction.ensureSchema
(IDBSchema schema, IDBDeltaVisitor.Filter.Policy policy) IDBDatabase.SchemaChangedEvent.getSchemaDelta()
IDBSchemaTransaction.getSchemaDelta()
Modifier and TypeMethodDescriptionvoid
IDBAdapter.updateSchema
(Connection connection, IDBSchema schema, IDBSchemaDelta delta) -
Uses of IDBSchemaDelta in org.eclipse.net4j.db.ddl
-
Uses of IDBSchemaDelta in org.eclipse.net4j.db.ddl.delta
Modifier and TypeMethodDescriptionIDBTableDelta.getParent()
final IDBSchemaDelta
IDBDeltaVisitor.Copier.getResult()
IDBDelta.getSchemaDelta()
Modifier and TypeMethodDescriptionprotected void
IDBDeltaVisitor.Default.added
(IDBSchemaDelta delta) protected void
IDBDeltaVisitor.Filter.added
(IDBSchemaDelta delta) protected void
IDBDeltaVisitor.Default.changed
(IDBSchemaDelta delta) protected void
IDBDeltaVisitor.Filter.changed
(IDBSchemaDelta delta) protected void
IDBDeltaVisitor.Copier.doVisit
(IDBSchemaDelta delta) protected void
IDBDeltaVisitor.Filter.doVisit
(IDBSchemaDelta delta) protected void
IDBDeltaVisitor.Default.removed
(IDBSchemaDelta delta) protected void
IDBDeltaVisitor.Filter.removed
(IDBSchemaDelta delta) void
IDBDeltaVisitor.Default.visit
(IDBSchemaDelta delta) void
IDBDeltaVisitor.visit
(IDBSchemaDelta delta) -
Uses of IDBSchemaDelta in org.eclipse.net4j.spi.db
Modifier and TypeMethodDescriptionvoid
DBAdapter.updateSchema
(Connection connection, IDBSchema schema, IDBSchemaDelta delta)