|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Check | |
|---|---|
| org.plasma.text.ddl | Package level documentation for package org.plasma.text.ddl. |
| Uses of Check in org.plasma.text.ddl |
|---|
| Fields in org.plasma.text.ddl with type parameters of type Check | |
|---|---|
protected java.util.List<Check> |
Table.checks
|
| Methods in org.plasma.text.ddl that return Check | |
|---|---|
Check |
ObjectFactory.createCheck()
Create an instance of Check |
| Methods in org.plasma.text.ddl that return types with arguments of type Check | |
|---|---|
java.util.List<Check> |
Table.getChecks()
Gets the value of the checks property. |
| Methods in org.plasma.text.ddl with parameters of type Check | |
|---|---|
java.lang.String |
MySQLFactory.createCheckConstraint(Schema schema,
Table table,
Check check)
|
java.lang.String |
DefaultDDLFactory.createCheckConstraint(Schema schema,
Table table,
Check check)
|
java.lang.String |
DDLFactory.createCheckConstraint(Schema schema,
Table table,
Check check)
|
java.lang.String |
MySQLFactory.dropCheckConstraint(Schema schema,
Table table,
Check check)
|
java.lang.String |
DefaultDDLFactory.dropCheckConstraint(Schema schema,
Table table,
Check check)
|
java.lang.String |
DDLFactory.dropCheckConstraint(Schema schema,
Table table,
Check check)
|
java.lang.String |
DefaultDDLFactory.enableCheckConstraint(Schema schema,
Table table,
Check check,
boolean enable)
|
java.lang.String |
DDLFactory.enableCheckConstraint(Schema schema,
Table table,
Check check,
boolean enable)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||