Class OracleCheck
- java.lang.Object
-
- com.alibaba.druid.sql.ast.SQLObjectImpl
-
- com.alibaba.druid.sql.ast.statement.SQLConstraintImpl
-
- com.alibaba.druid.sql.ast.statement.SQLCheck
-
- com.alibaba.druid.sql.dialect.oracle.ast.stmt.OracleCheck
-
- All Implemented Interfaces:
SQLDbTypedObject,SQLObject,SQLReplaceable,SQLConstraint,SQLTableConstraint,SQLTableElement,OracleSQLObject,OracleConstraint
public class OracleCheck extends SQLCheck implements OracleConstraint, OracleSQLObject
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.alibaba.druid.sql.dialect.oracle.ast.stmt.OracleConstraint
OracleConstraint.Initially
-
-
Field Summary
-
Fields inherited from class com.alibaba.druid.sql.ast.statement.SQLConstraintImpl
dbType, enable, hints, rely, validate
-
Fields inherited from class com.alibaba.druid.sql.ast.SQLObjectImpl
attributes, hint, parent, sourceColumn, sourceLine
-
-
Constructor Summary
Constructors Constructor Description OracleCheck()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept0(OracleASTVisitor visitor)protected voidaccept0(SQLASTVisitor visitor)OracleCheckclone()voidcloneTo(OracleCheck x)BooleangetDeferrable()SQLNamegetExceptionsInto()OracleConstraint.InitiallygetInitially()OracleUsingIndexClausegetUsing()voidsetDeferrable(Boolean deferrable)voidsetExceptionsInto(SQLName exceptionsInto)voidsetInitially(OracleConstraint.Initially initially)voidsetUsing(OracleUsingIndexClause using)-
Methods inherited from class com.alibaba.druid.sql.ast.statement.SQLCheck
cloneTo, getEnforced, getExpr, replace, setEnforced, setExpr
-
Methods inherited from class com.alibaba.druid.sql.ast.statement.SQLConstraintImpl
cloneTo, cloneTo, getComment, getDbType, getEnable, getHints, getName, getRely, getValidate, setComment, setDbType, setEnable, setHints, setName, setName, setRely, setValidate, simplify
-
Methods inherited from class com.alibaba.druid.sql.ast.SQLObjectImpl
accept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, cloneTo, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, putAttribute, setHint, setParent, setSource, setSourceLine, toString
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.alibaba.druid.sql.dialect.oracle.ast.stmt.OracleConstraint
getEnable, getValidate, setEnable, setValidate
-
Methods inherited from interface com.alibaba.druid.sql.ast.statement.SQLConstraint
getComment, getName, setComment, setHasConstraint, setName, simplify
-
Methods inherited from interface com.alibaba.druid.sql.ast.SQLObject
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, setSource
-
-
-
-
Method Detail
-
accept0
protected void accept0(SQLASTVisitor visitor)
-
accept0
public void accept0(OracleASTVisitor visitor)
- Specified by:
accept0in interfaceOracleSQLObject
-
getDeferrable
public Boolean getDeferrable()
- Specified by:
getDeferrablein interfaceOracleConstraint
-
setDeferrable
public void setDeferrable(Boolean deferrable)
- Specified by:
setDeferrablein interfaceOracleConstraint
-
getInitially
public OracleConstraint.Initially getInitially()
- Specified by:
getInitiallyin interfaceOracleConstraint
-
setInitially
public void setInitially(OracleConstraint.Initially initially)
- Specified by:
setInitiallyin interfaceOracleConstraint
-
getExceptionsInto
public SQLName getExceptionsInto()
- Specified by:
getExceptionsIntoin interfaceOracleConstraint
-
setExceptionsInto
public void setExceptionsInto(SQLName exceptionsInto)
- Specified by:
setExceptionsIntoin interfaceOracleConstraint
-
getUsing
public OracleUsingIndexClause getUsing()
- Specified by:
getUsingin interfaceOracleConstraint
-
setUsing
public void setUsing(OracleUsingIndexClause using)
- Specified by:
setUsingin interfaceOracleConstraint
-
cloneTo
public void cloneTo(OracleCheck x)
-
clone
public OracleCheck clone()
- Specified by:
clonein interfaceOracleConstraint- Specified by:
clonein interfaceSQLObject- Specified by:
clonein interfaceSQLTableElement- Overrides:
clonein classSQLCheck
-
-