Uses of Interface
org.eclipse.net4j.db.ddl.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
Modifier 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()
-
Uses of IDBIndex in org.eclipse.net4j.db.ddl.delta
-
Uses of IDBIndex in org.eclipse.net4j.db.mysql
Modifier and TypeMethodDescriptionprotected void
MYSQLAdapter.dropPrimaryKey
(IDBIndex index, StringBuilder builder) -
Uses of IDBIndex in org.eclipse.net4j.spi.db
Modifier 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