Package de.hybris.platform.util.jdbc
Class DBTableIndex
java.lang.Object
de.hybris.platform.util.jdbc.DBTableIndex
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddIndexedColumn(DBColumn col, int position, boolean lower) protected de.hybris.platform.util.jdbc.DBTableIndex.IndexedColumngetIndexedColumn(DBColumn col) protected List<de.hybris.platform.util.jdbc.DBTableIndex.IndexedColumn>getTable()booleanbooleanbooleanbooleanisUnique()voidvoidsetExists(boolean exists) voidvoidsetPosition(DBColumn col, int position) voidsetUnique(boolean unique)
-
Method Details
-
getIndexName
-
getTable
-
isUnique
public boolean isUnique() -
setUnique
public void setUnique(boolean unique) -
removeIndexedColumn
-
addIndexedColumn
-
setPosition
-
setLower
-
isLower
-
getColumn
-
getIndexedColumn
-
getIndexedColumns
-
getColumns
-
hasChanged
public boolean hasChanged() -
indexExists
public boolean indexExists() -
setExists
public void setExists(boolean exists)
-