Class IndexColumns
java.lang.Object
io.ebeaninternal.dbmigration.ddlgeneration.platform.util.IndexColumns
Set of columns making up a particular index (column order is important).
-
Constructor Summary
ConstructorsConstructorDescriptionIndexColumns(String column)Construct representing as a single column index.IndexColumns(String[] columnNames)Construct representing index. -
Method Summary
Modifier and TypeMethodDescriptionbooleanisMatch(IndexColumns other)Return true if this index matches (same columns same order).booleanReturn true if this index matches (same single column).booleanReturn true if this index matches (same single column).
-
Constructor Details
-
IndexColumns
Construct representing as a single column index. -
IndexColumns
Construct representing index.
-
-
Method Details
-
isMatch
Return true if this index matches (same single column). -
isMatch
Return true if this index matches (same single column). -
isMatch
Return true if this index matches (same columns same order).
-