Interface SQLColumnConstraint
- All Superinterfaces:
SQLConstraint,SQLObject,SQLTableElement
- All Known Implementing Classes:
SQLColumnCheck,SQLColumnPrimaryKey,SQLColumnReference,SQLColumnUniqueKey,SQLNotNullConstraint,SQLNullConstraint
-
Method Summary
Methods 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, setParent
-
Method Details
-
clone
SQLColumnConstraint clone()- Specified by:
clonein interfaceSQLObject- Specified by:
clonein interfaceSQLTableElement
-