Verwendungen von Enum-Klasse
org.eclipse.net4j.db.ddl.IDBIndex.Type
Packages, die IDBIndex.Type verwenden
Package
Beschreibung
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.
-
Verwendungen von IDBIndex.Type in org.eclipse.net4j.db.ddl
Methoden in org.eclipse.net4j.db.ddl, die IDBIndex.Type zurückgebenModifizierer und TypMethodeBeschreibungIDBIndex.getType()static IDBIndex.TypeGibt die Enum-Konstante dieser Klasse mit dem angegebenen Namen zurück.static IDBIndex.Type[]IDBIndex.Type.values()Gibt ein Array mit den Konstanten dieser Enum-Klasse in der Reihenfolge ihrer Deklaration zurück.Methoden in org.eclipse.net4j.db.ddl mit Parametern vom Typ IDBIndex.TypeModifizierer 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) voidIDBIndex.setType(IDBIndex.Type type) -
Verwendungen von IDBIndex.Type in org.eclipse.net4j.db.h2
Methoden in org.eclipse.net4j.db.h2 mit Parametern vom Typ IDBIndex.TypeModifizierer und TypMethodeBeschreibungprotected booleanH2Adapter.isPrimaryKeyShadow(Connection connection, IDBTable table, String name, IDBIndex.Type type, IDBField[] fields) -
Verwendungen von IDBIndex.Type in org.eclipse.net4j.spi.db
Methoden in org.eclipse.net4j.spi.db mit Parametern vom Typ IDBIndex.TypeModifizierer und TypMethodeBeschreibungprotected voidDBAdapter.addIndex(Connection connection, IDBTable table, String name, IDBIndex.Type type, List<DBAdapter.FieldInfo> fieldInfos) protected booleanDBAdapter.isPrimaryKeyShadow(Connection connection, IDBTable table, String name, IDBIndex.Type type, IDBField[] fields) -
Verwendungen von IDBIndex.Type in org.eclipse.net4j.spi.db.ddl
Methoden in org.eclipse.net4j.spi.db.ddl mit Parametern vom Typ IDBIndex.TypeModifizierer und TypMethodeBeschreibungInternalDBSchema.createIndexName(IDBTable table, IDBIndex.Type type, IDBField[] fields, int position)