Package | Description |
---|---|
org.apache.empire.db |
This package contains the core Empire-DB implementation classes.
|
Modifier and Type | Method and Description |
---|---|
DBIndex.DBIndexType |
DBIndex.getType()
Returns the index type.
|
static DBIndex.DBIndexType |
DBIndex.DBIndexType.valueOf(String name)
Returns 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.
|
Modifier and Type | Method and Description |
---|---|
DBIndex |
DBTable.addIndex(String name,
DBIndex.DBIndexType type,
DBColumn... columns)
Adds an index.
|
Constructor and Description |
---|
DBExpressionIndex(String name,
DBIndex.DBIndexType type,
DBExpr... columnExpressions)
Constructs a DBExpresionIndex
|
DBIndex(String name,
DBIndex.DBIndexType type,
DBColumn[] columns)
Constructs a DBIndex object set the specified parameters to this object.
|
Copyright © 2008–2022 Apache Software Foundation. All rights reserved.