- java.lang.Object
-
- net.sf.jsqlparser.statement.alter.DeferrableConstraint
-
- All Implemented Interfaces:
ConstraintState
public class DeferrableConstraint extends java.lang.Object implements ConstraintState
-
-
Field Summary
Fields Modifier and Type Field Description private boolean
not
-
Constructor Summary
Constructors Constructor Description DeferrableConstraint()
DeferrableConstraint(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()
DeferrableConstraint
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 DeferrableConstraint withNot(boolean not)
-
-