public class ERXMigrationIndex
extends java.lang.Object
| Constructor and Description |
|---|
ERXMigrationIndex(java.lang.String name,
boolean unique,
ERXSQLHelper.ColumnIndex... columns)
Creates a new index reference.
|
| Modifier and Type | Method and Description |
|---|---|
ERXSQLHelper.ColumnIndex[] |
columns()
Returns the columns being indexed.
|
boolean |
isUnique()
Returns whether or not this is a unique index.
|
java.lang.String |
name()
Returns the name of this index.
|
public ERXMigrationIndex(java.lang.String name,
boolean unique,
ERXSQLHelper.ColumnIndex... columns)
name - the name of the indexunique - if true, the index will be a unique indexcolumns - the columns to index onpublic java.lang.String name()
public ERXSQLHelper.ColumnIndex[] columns()
public boolean isUnique()
Copyright © 2002 – 2022 Project Wonder.