public final class MetaIndex extends AbstractMetaModel
| Modifier and Type | Field and Description |
|---|---|
static ListKey<MetaIndex,MetaColumn> |
COLUMNS
Index Columns
|
static Key<MetaIndex,String> |
NAME
Index database name
|
static Key<MetaIndex,MetaTable> |
TABLE
Table
|
static Key<MetaIndex,Boolean> |
UNIQUE
Is the index unique ?
|
| Constructor and Description |
|---|
MetaIndex(String index,
MetaTable table) |
| Modifier and Type | Method and Description |
|---|---|
List<MetaColumn> |
getColumns()
Index Columns
|
String |
toString()
Show an index name + table
|
clearReadOnly, get, changeDefault, checkReadOnly, lock, readAuthorization, readOnly, setReadOnly, writeValuenewCamelFactory, newFactory, newSnakeCaseFactory, readValueclone, equals, init, init, readKeys, readUjoManager, readValueString, writeValueStringpublic static final ListKey<MetaIndex,MetaColumn> COLUMNS
public String toString()
toString in class SuperAbstractUjopublic List<MetaColumn> getColumns()
Copyright 2013, Pavel Ponec