Verwendungen von Schnittstelle
org.eclipse.net4j.db.ddl.IDBIndex
Packages, die IDBIndex verwenden
Package
Beschreibung
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.
-
Verwendungen von IDBIndex in org.eclipse.net4j.db.ddl
Methoden in org.eclipse.net4j.db.ddl, die IDBIndex zurückgebenModifizierer und TypMethodeBeschreibungIDBTable.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()
Methoden in org.eclipse.net4j.db.ddl mit Parametern vom Typ IDBIndex -
Verwendungen von IDBIndex in org.eclipse.net4j.db.ddl.delta
Methoden in org.eclipse.net4j.db.ddl.delta, die IDBIndex zurückgeben -
Verwendungen von IDBIndex in org.eclipse.net4j.db.mysql
Methoden in org.eclipse.net4j.db.mysql mit Parametern vom Typ IDBIndexModifizierer und TypMethodeBeschreibungprotected void
MYSQLAdapter.dropPrimaryKey
(IDBIndex index, StringBuilder builder) -
Verwendungen von IDBIndex in org.eclipse.net4j.spi.db
Methoden in org.eclipse.net4j.spi.db mit Parametern vom Typ IDBIndexModifizierer und TypMethodeBeschreibungprotected 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) -
Verwendungen von IDBIndex in org.eclipse.net4j.spi.db.ddl
Unterschnittstellen von IDBIndex in org.eclipse.net4j.spi.db.ddlFelder in org.eclipse.net4j.spi.db.ddl, die deklariert sind als IDBIndexMethoden in org.eclipse.net4j.spi.db.ddl, die IDBIndex zurückgebenMethoden in org.eclipse.net4j.spi.db.ddl mit Parametern vom Typ IDBIndex