Uses of Enum
org.apache.empire.db.DBIndex.DBIndexType
Packages that use DBIndex.DBIndexType
Package
Description
This package contains the core Empire-DB implementation classes.
-
Uses of DBIndex.DBIndexType in org.apache.empire.db
Methods in org.apache.empire.db that return DBIndex.DBIndexTypeModifier and TypeMethodDescriptionDBIndex.getType()Returns the index type.static DBIndex.DBIndexTypeReturns the enum constant of this type with the specified name.static DBIndex.DBIndexType[]DBIndex.DBIndexType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.empire.db with parameters of type DBIndex.DBIndexTypeModifier and TypeMethodDescriptionfinal DBIndexDBTable.addIndex(String name, DBIndex.DBIndexType type, DBColumn... columns) Adds an index.Constructors in org.apache.empire.db with parameters of type DBIndex.DBIndexTypeModifierConstructorDescriptionDBExpressionIndex(String name, DBIndex.DBIndexType type, DBColumnExpr... columnExpressions) Constructs a DBExpresionIndexDBIndex(String name, DBIndex.DBIndexType type, DBColumn[] columns) Constructs a DBIndex object set the specified parameters to this object.