Uses of Interface
org.eclipse.net4j.db.ddl.IDBIndexField
Packages that use 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
Methods in org.eclipse.net4j.db.ddl that return IDBIndexFieldModifier and TypeMethodDescriptionIDBIndex.addIndexField
(String name) IDBIndex.addIndexField
(IDBField field) IDBIndex.getIndexField
(int position) IDBIndex.getIndexField
(String name) IDBIndex.getIndexFields()
IDBIndex.getIndexFieldSafe
(String name) Methods in org.eclipse.net4j.db.ddl with parameters of type IDBIndexFieldModifier and TypeMethodDescriptionvoid
IDBSchemaVisitor.Default.visit
(IDBIndexField element) void
IDBSchemaVisitor.visit
(IDBIndexField indexField) -
Uses of IDBIndexField in org.eclipse.net4j.db.ddl.delta
Methods in org.eclipse.net4j.db.ddl.delta that return IDBIndexField -
Uses of IDBIndexField in org.eclipse.net4j.spi.db.ddl
Subinterfaces of IDBIndexField in org.eclipse.net4j.spi.db.ddlFields in org.eclipse.net4j.spi.db.ddl declared as IDBIndexFieldMethods in org.eclipse.net4j.spi.db.ddl that return IDBIndexFieldMethods in org.eclipse.net4j.spi.db.ddl with parameters of type IDBIndexFieldModifier and TypeMethodDescriptionvoid
InternalDBIndex.removeIndexField
(IDBIndexField indexFieldToRemove)