Class DdlHelp
java.lang.Object
io.ebeaninternal.dbmigration.ddlgeneration.platform.DdlHelp
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanisDropComment(String value) Return true if the default value is the special DROP COMMENT value.static booleanisDropConstraint(String value) Return true if the default value is the special DROP CONSTRAINT value.static booleanisDropDefault(String value) Return true if the default value is the special DROP DEFAULT value.static booleanisDropForeignKey(String value) Return true if the default value is the special DROP FOREIGN KEY value.static StringtoTablespace(String tablespace) Returns the tablespace.
-
Field Details
-
TABLESPACE_DEFAULT
- See Also:
-
DROP_DEFAULT
- See Also:
-
DROP_COMMENT
- See Also:
-
DROP_CONSTRAINT
- See Also:
-
DROP_FOREIGN_KEY
- See Also:
-
-
Constructor Details
-
DdlHelp
public DdlHelp()
-
-
Method Details
-
isDropDefault
Return true if the default value is the special DROP DEFAULT value. -
isDropComment
Return true if the default value is the special DROP COMMENT value. -
isDropConstraint
Return true if the default value is the special DROP CONSTRAINT value. -
isDropForeignKey
Return true if the default value is the special DROP FOREIGN KEY value. -
toTablespace
Returns the tablespace. Returns null, if this is the special '$TABLESPACE_DEFAULT' value.
-