Uses of Interface
org.eclipse.net4j.db.ddl.IDBIndexField
Package
Description
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 for the Net4j DB framework.
-
Uses of IDBIndexField in org.eclipse.net4j.db.ddl
Modifier and TypeMethodDescriptionIDBIndex.addIndexField
(String name) IDBIndex.addIndexField
(IDBField field) IDBIndex.getIndexField
(int position) IDBIndex.getIndexField
(String name) IDBIndex.getIndexFields()
IDBIndex.getIndexFieldSafe
(String name) Modifier and TypeMethodDescriptionvoid
IDBSchemaVisitor.Default.visit
(IDBIndexField element) void
IDBSchemaVisitor.visit
(IDBIndexField indexField) -
Uses of IDBIndexField in org.eclipse.net4j.db.ddl.delta
-
Uses of IDBIndexField in org.eclipse.net4j.spi.db.ddl
Modifier and TypeMethodDescriptionvoid
InternalDBIndex.removeIndexField
(IDBIndexField indexFieldToRemove)