public class CheckColumnConstraint
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
checkExpression |
Constructor and Description |
---|
CheckColumnConstraint(CHECK checkAnnotation) |
CheckColumnConstraint(java.lang.String checkExpression) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public CheckColumnConstraint(java.lang.String checkExpression)
public CheckColumnConstraint(CHECK checkAnnotation)