Package ch.ergon.adam.core.db.schema
Class Table
java.lang.Object
ch.ergon.adam.core.db.schema.SchemaItem
ch.ergon.adam.core.db.schema.Relation
ch.ergon.adam.core.db.schema.Table
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetConstraint(String name) voidsetConstraints(List<Constraint> constraints) voidsetForeignKeys(List<ForeignKey> foreignKeys) voidsetIndexes(List<Index> indexes) voidsetPreviousName(String previousName) Methods inherited from class ch.ergon.adam.core.db.schema.Relation
addDependentView, getDependentViews, getField, getFieldIndex, getFields, setFieldsMethods inherited from class ch.ergon.adam.core.db.schema.SchemaItem
getName
-
Constructor Details
-
Table
-
-
Method Details
-
getIndex
-
getIndexes
-
setIndexes
-
getForeignKeys
-
setForeignKeys
-
getConstraint
-
getConstraints
-
setConstraints
-
getIndex
-
getPreviousName
-
setPreviousName
-