Interface SQLTableConstraint
-
- All Superinterfaces:
SQLConstraint,SQLObject,SQLTableElement
- All Known Subinterfaces:
SQLForeignKeyConstraint
- All Known Implementing Classes:
MysqlForeignKey,MySqlKey,MySqlPrimaryKey,MySqlUnique,OracleCheck,OracleForeignKey,OraclePrimaryKey,SQLCheck,SQLDefault,SQLForeignKeyImpl,SQLPrimaryKeyImpl,StarRocksAggregateKey,StarRocksDuplicateKey
public interface SQLTableConstraint extends SQLConstraint, 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
-
-