| java.lang.Object workbench.db.IndexDefinition
IndexDefinition | public class IndexDefinition implements DbObject(Code) | | A class to store the defintion of a database index.
author: support@sql-workbench.net |
hashCode | public int hashCode()(Code) | | |
isPrimaryKeyIndex | public boolean isPrimaryKeyIndex()(Code) | | |
isUnique | public boolean isUnique()(Code) | | |
setPrimaryKeyIndex | public void setPrimaryKeyIndex(boolean flag)(Code) | | |
setUnique | public void setUnique(boolean flag)(Code) | | |
|
|