Uses of Interface
org.eclipse.net4j.db.ddl.IDBIndex
Packages that use IDBIndex
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.
The Net4j DB Framework support for MYSQL databases.
Server service provider interfaces and useful base implementations for the Net4j DB framework.
Server service provider interfaces for the Net4j DB framework.
-
Uses of IDBIndex in org.eclipse.net4j.db.ddl
Methods in org.eclipse.net4j.db.ddl that return IDBIndexModifier and TypeMethodDescriptionIDBTable.addIndex
(String name, IDBIndex.Type type, String... fieldNames) IDBTable.addIndex
(String name, IDBIndex.Type type, IDBField... fields) IDBTable.addIndex
(IDBIndex.Type type, String... fieldNames) IDBTable.addIndex
(IDBIndex.Type type, IDBField... fields) IDBTable.addIndexEmpty
(String name, IDBIndex.Type type) IDBTable.addIndexEmpty
(IDBIndex.Type type) IDBIndexField.getIndex()
IDBTable.getIndex
(int position) IDBTable.getIndexSafe
(String name) IDBIndex[]
IDBField.getIndices()
IDBIndex[]
IDBTable.getIndices()
IDBIndexField.getParent()
IDBTable.getPrimaryKeyIndex()
Methods in org.eclipse.net4j.db.ddl with parameters of type IDBIndex -
Uses of IDBIndex in org.eclipse.net4j.db.ddl.delta
Methods in org.eclipse.net4j.db.ddl.delta that return IDBIndex -
Uses of IDBIndex in org.eclipse.net4j.db.mysql
Methods in org.eclipse.net4j.db.mysql with parameters of type IDBIndexModifier and TypeMethodDescriptionprotected void
MYSQLAdapter.dropPrimaryKey
(IDBIndex index, StringBuilder builder) -
Uses of IDBIndex in org.eclipse.net4j.spi.db
Methods in org.eclipse.net4j.spi.db with parameters of type IDBIndexModifier and TypeMethodDescriptionprotected void
DBAdapter.createIndex
(Connection connection, IDBIndex index, IDBIndexDelta delta) protected void
DBAdapter.createIndex
(IDBIndex index, StringBuilder builder) protected void
DBAdapter.createIndex
(IDBIndex index, Statement statement, int num) protected void
DBAdapter.createIndexFields
(IDBIndex index, StringBuilder builder) protected void
DBAdapter.createPrimaryKey
(IDBIndex index, StringBuilder builder) protected void
DBAdapter.dropIndex
(Connection connection, IDBIndex index, IDBIndexDelta delta) protected void
DBAdapter.dropIndex
(IDBIndex index, StringBuilder builder) protected void
DBAdapter.dropPrimaryKey
(IDBIndex index, StringBuilder builder) -
Uses of IDBIndex in org.eclipse.net4j.spi.db.ddl
Subinterfaces of IDBIndex in org.eclipse.net4j.spi.db.ddlFields in org.eclipse.net4j.spi.db.ddl declared as IDBIndexMethods in org.eclipse.net4j.spi.db.ddl that return IDBIndexMethods in org.eclipse.net4j.spi.db.ddl with parameters of type IDBIndex