Package ch.ergon.adam.core.db.schema
Class Index
java.lang.Object
ch.ergon.adam.core.db.schema.SchemaItem
ch.ergon.adam.core.db.schema.TableItem
ch.ergon.adam.core.db.schema.Index
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddReferencingForeignKey(ForeignKey foreignKey) getWhere()booleanbooleanisUnique()voidvoidsetPrimary(boolean primary) voidsetUnique(boolean unique) voidMethods inherited from class ch.ergon.adam.core.db.schema.SchemaItem
getName
-
Constructor Details
-
Index
-
-
Method Details
-
getFields
-
setFields
-
isPrimary
public boolean isPrimary() -
setPrimary
public void setPrimary(boolean primary) -
isUnique
public boolean isUnique() -
setUnique
public void setUnique(boolean unique) -
getWhere
-
setWhere
-
addReferencingForeignKey
-
getReferencingForeignKeys
-