|
Project Wonder 5.0 | |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecter.extensions.migration.ERXMigrationIndex
public class ERXMigrationIndex
ERXMigrationIndex provides a wrapper around the definition of an index for migrations.
Constructor Summary | |
---|---|
ERXMigrationIndex(java.lang.String name,
boolean unique,
ERXSQLHelper.ColumnIndex... columns)
Creates a new index reference. |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
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 onMethod Detail |
---|
public java.lang.String name()
public ERXSQLHelper.ColumnIndex[] columns()
public boolean isUnique()
|
Last updated: Tue, Feb 21, 2017 05:45 PM CET | |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |