Class OraclePrimaryKey
java.lang.Object
com.alibaba.druid.sql.ast.SQLObjectImpl
com.alibaba.druid.sql.ast.statement.SQLConstraintImpl
com.alibaba.druid.sql.ast.statement.SQLUnique
com.alibaba.druid.sql.ast.statement.SQLPrimaryKeyImpl
com.alibaba.druid.sql.dialect.oracle.ast.stmt.OraclePrimaryKey
- All Implemented Interfaces:
SQLDbTypedObject,SQLObject,SQLConstraint,SQLPrimaryKey,SQLTableConstraint,SQLTableElement,SQLUniqueConstraint,OracleSQLObject,OracleConstraint
public class OraclePrimaryKey
extends SQLPrimaryKeyImpl
implements OracleConstraint, SQLPrimaryKey, SQLTableElement, SQLTableConstraint
-
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.SQLPrimaryKeyImpl
clustered, disableNovalidateFields inherited from class com.alibaba.druid.sql.ast.statement.SQLUnique
indexDefinitionFields inherited from class com.alibaba.druid.sql.ast.statement.SQLConstraintImpl
dbType, hints, rely, validateFields inherited from class com.alibaba.druid.sql.ast.SQLObjectImpl
attributes, hint, parent, sourceColumn, sourceLine -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept0(OracleASTVisitor visitor) protected voidaccept0(SQLASTVisitor visitor) clone()voidgetUsing()voidsetDeferrable(Boolean deferrable) voidvoidsetExceptionsInto(SQLName exceptionsInto) voidsetInitially(OracleConstraint.Initially initially) voidsetUsing(OracleUsingIndexClause using) Methods inherited from class com.alibaba.druid.sql.ast.statement.SQLPrimaryKeyImpl
cloneTo, isClustered, isDisableNovalidate, setClustered, setDisableNovalidateMethods inherited from class com.alibaba.druid.sql.ast.statement.SQLUnique
addColumn, addColumn, applyColumnRename, applyDropColumn, cloneTo, containsColumn, containsColumn, getColumns, getComment, getCovering, getIndexDefinition, getName, setComment, setName, setName, simplifyMethods inherited from class com.alibaba.druid.sql.ast.statement.SQLConstraintImpl
cloneTo, cloneTo, getDbType, getHints, getRely, getValidate, replace, setDbType, setHints, setRely, setValidateMethods inherited from class com.alibaba.druid.sql.ast.SQLObjectImpl
accept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLine, toStringMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.alibaba.druid.sql.dialect.oracle.ast.stmt.OracleConstraint
getValidate, setValidateMethods inherited from interface com.alibaba.druid.sql.ast.statement.SQLConstraint
getComment, getName, setComment, setName, simplifyMethods inherited from interface com.alibaba.druid.sql.ast.SQLObject
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentMethods inherited from interface com.alibaba.druid.sql.ast.statement.SQLUniqueConstraint
containsColumn, containsColumn, getColumns
-
Constructor Details
-
OraclePrimaryKey
public OraclePrimaryKey()
-
-
Method Details
-
accept0
- Overrides:
accept0in classSQLPrimaryKeyImpl
-
accept0
- Specified by:
accept0in interfaceOracleSQLObject
-
getDeferrable
- Specified by:
getDeferrablein interfaceOracleConstraint
-
setDeferrable
- Specified by:
setDeferrablein interfaceOracleConstraint
-
getUsing
- Specified by:
getUsingin interfaceOracleConstraint
-
setUsing
- Specified by:
setUsingin interfaceOracleConstraint
-
getExceptionsInto
- Specified by:
getExceptionsIntoin interfaceOracleConstraint
-
setExceptionsInto
- Specified by:
setExceptionsIntoin interfaceOracleConstraint
-
getEnable
- Specified by:
getEnablein interfaceOracleConstraint- Overrides:
getEnablein classSQLConstraintImpl
-
setEnable
- Specified by:
setEnablein interfaceOracleConstraint- Overrides:
setEnablein classSQLConstraintImpl
-
getInitially
- Specified by:
getInitiallyin interfaceOracleConstraint
-
setInitially
- Specified by:
setInitiallyin interfaceOracleConstraint
-
cloneTo
-
clone
- Specified by:
clonein interfaceOracleConstraint- Specified by:
clonein interfaceSQLObject- Specified by:
clonein interfaceSQLTableElement- Overrides:
clonein classSQLPrimaryKeyImpl
-