public class IndexHolder extends Object
Constructor and Description |
---|
IndexHolder() |
IndexHolder(String tableName) |
Modifier and Type | Method and Description |
---|---|
void |
addIndex(Index index) |
void |
addIndexes(List<Index> indexes) |
Index |
getIndex() |
List<Index> |
getIndexes() |
String |
getName() |
int |
getSize() |
String |
getTableName() |
boolean |
isComposite() |
boolean |
isNonUnique() |
boolean |
isSimple() |
boolean |
isUnique() |
void |
setIndexes(List<Index> indexes) |
public IndexHolder(String tableName)
public IndexHolder()
public void addIndex(Index index)
public boolean isSimple()
public Index getIndex()
public boolean isComposite()
public int getSize()
public boolean isUnique()
public String getName()
public String getTableName()
public boolean isNonUnique()
Copyright © 2005-2013 JAXIO S.A.R.L. - All Rights Reserved.