接口 SQLColumnConstraint
- 所有超级接口:
SQLConstraint,SQLObject,SQLTableElement
- 所有已知实现类:
SQLColumnCheck,SQLColumnPrimaryKey,SQLColumnReference,SQLColumnUniqueKey,SQLNotNullConstraint,SQLNullConstraint
-
方法概要
从接口继承的方法 com.alibaba.druid.sql.ast.statement.SQLConstraint
getComment, getName, setComment, setName, simplify从接口继承的方法 com.alibaba.druid.sql.ast.SQLObject
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
-
方法详细资料
-
clone
SQLColumnConstraint clone()- 指定者:
clone在接口中SQLObject- 指定者:
clone在接口中SQLTableElement
-