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) void
CreateTable. addConstraintDef(ConstraintDef constraint)
Adds a new ConstraintDef object to this create statement.(package private) static void
CreateTable. 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 ConstraintDef
SQL. TableConstraintDefinition()
Methods in com.mckoi.database.sql with parameters of type ConstraintDef Modifier and Type Method Description void
SQL. ConstraintAttributes(ConstraintDef constraint)
-