Package net.ontopia.persistence.rdbms
Class Index
java.lang.Object
net.ontopia.persistence.rdbms.Index
INTERNAL: Represents the definition of a relational table index.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionString[]INTERNAL: Gets the indexed columns.getName()INTERNAL: Gets the name of the column.INTERNAL: Gets the short name of the table.voidsetColumns(String[] columns) INTERNAL: Sets the indexed column.voidINTERNAL: Sets the name of the column.voidsetShortName(String shortname) INTERNAL: Sets the short name of the table.
-
Field Details
-
name
-
shortname
-
columns
-
-
Constructor Details
-
Index
public Index()
-
-
Method Details
-
getName
INTERNAL: Gets the name of the column. -
setName
INTERNAL: Sets the name of the column. -
getShortName
INTERNAL: Gets the short name of the table. -
setShortName
INTERNAL: Sets the short name of the table. -
getColumns
INTERNAL: Gets the indexed columns. -
setColumns
INTERNAL: Sets the indexed column.
-