Uses of Class
com.mckoi.database.interpret.ConstraintDef
-
Packages that use ConstraintDef Package Description com.mckoi.database.interpret com.mckoi.database.sql These classes parse SQL statements in Mckoi. -
-
Uses of ConstraintDef in com.mckoi.database.interpret
Methods in com.mckoi.database.interpret with parameters of type ConstraintDef Modifier and Type Method Description (package private) voidCreateTable. addConstraintDef(ConstraintDef constraint)Adds a new ConstraintDef object to this create statement.(package private) static voidCreateTable. addSchemaConstraint(DatabaseConnection manager, TableName table, ConstraintDef constraint)Adds a schema constraint to the rules for the schema represented by the manager. -
Uses of ConstraintDef in com.mckoi.database.sql
Methods in com.mckoi.database.sql that return ConstraintDef Modifier and Type Method Description ConstraintDefSQL. TableConstraintDefinition()Methods in com.mckoi.database.sql with parameters of type ConstraintDef Modifier and Type Method Description voidSQL. ConstraintAttributes(ConstraintDef constraint)
-