Class ValidateConstraint
- java.lang.Object
-
- net.sf.jsqlparser.statement.alter.ValidateConstraint
-
- All Implemented Interfaces:
ConstraintState
public class ValidateConstraint extends java.lang.Object implements ConstraintState
-
-
Field Summary
Fields Modifier and Type Field Description private boolean
not
-
Constructor Summary
Constructors Constructor Description ValidateConstraint()
ValidateConstraint(boolean not)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isNot()
void
setNot(boolean not)
java.lang.String
toString()
ValidateConstraint
withNot(boolean not)
-
-
-
Method Detail
-
isNot
public boolean isNot()
-
setNot
public void setNot(boolean not)
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
withNot
public ValidateConstraint withNot(boolean not)
-
-