Uses of Enum Class
org.eclipse.net4j.db.ddl.IDBIndex.Type
Packages that use IDBIndex.Type
Package
Description
The Net4j DB framework concepts for the abstraction of the SQL data definition language.
The Net4j DB Framework support for H2 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.Type in org.eclipse.net4j.db.ddl
Methods in org.eclipse.net4j.db.ddl that return IDBIndex.TypeModifier and TypeMethodDescriptionIDBIndex.getType()
static IDBIndex.Type
Returns the enum constant of this class with the specified name.static IDBIndex.Type[]
IDBIndex.Type.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.eclipse.net4j.db.ddl with parameters of type IDBIndex.TypeModifier 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) void
IDBIndex.setType
(IDBIndex.Type type) -
Uses of IDBIndex.Type in org.eclipse.net4j.db.h2
Methods in org.eclipse.net4j.db.h2 with parameters of type IDBIndex.TypeModifier and TypeMethodDescriptionprotected boolean
H2Adapter.isPrimaryKeyShadow
(Connection connection, IDBTable table, String name, IDBIndex.Type type, IDBField[] fields) -
Uses of IDBIndex.Type in org.eclipse.net4j.spi.db
Methods in org.eclipse.net4j.spi.db with parameters of type IDBIndex.TypeModifier and TypeMethodDescriptionprotected void
DBAdapter.addIndex
(Connection connection, IDBTable table, String name, IDBIndex.Type type, List<DBAdapter.FieldInfo> fieldInfos) protected boolean
DBAdapter.isPrimaryKeyShadow
(Connection connection, IDBTable table, String name, IDBIndex.Type type, IDBField[] fields) -
Uses of IDBIndex.Type in org.eclipse.net4j.spi.db.ddl
Methods in org.eclipse.net4j.spi.db.ddl with parameters of type IDBIndex.TypeModifier and TypeMethodDescriptionInternalDBSchema.createIndexName
(IDBTable table, IDBIndex.Type type, IDBField[] fields, int position)