Interface SQLPrimaryKey
-
- All Superinterfaces:
SQLConstraint,SQLObject,SQLTableElement,SQLUniqueConstraint
- All Known Implementing Classes:
MySqlPrimaryKey,OraclePrimaryKey,SQLPrimaryKeyImpl
public interface SQLPrimaryKey extends SQLUniqueConstraint, SQLTableElement
-
-
Method Summary
-
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
-
Methods inherited from interface com.alibaba.druid.sql.ast.statement.SQLTableElement
clone
-
Methods inherited from interface com.alibaba.druid.sql.ast.statement.SQLUniqueConstraint
containsColumn, containsColumn, getColumns
-
-