java.lang.Object
org.eclipse.persistence.tools.schemaframework.CheckConstraint
- All Implemented Interfaces:
Serializable
Purpose: Define a check constraint.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidappendDBString(Writer writer, org.eclipse.persistence.internal.sessions.AbstractSession session) INTERNAL: Append the database field definition string to the table creation statement.PUBLIC:getName()PUBLIC:voidsetConstraint(String constraint) PUBLIC:voidPUBLIC:voidsetOptions(String options)
-
Field Details
-
name
-
constraint
-
options
-
-
Constructor Details
-
CheckConstraint
public CheckConstraint() -
CheckConstraint
-
-
Method Details
-
appendDBString
public void appendDBString(Writer writer, org.eclipse.persistence.internal.sessions.AbstractSession session) INTERNAL: Append the database field definition string to the table creation statement. -
getName
PUBLIC: -
getConstraint
PUBLIC: -
getOptions
-
setName
PUBLIC: -
setConstraint
PUBLIC: -
setOptions
-