Interface SQLForeignKeyConstraint
- All Superinterfaces:
SQLConstraint,SQLObject,SQLTableConstraint,SQLTableElement
- All Known Implementing Classes:
MysqlForeignKey,OracleForeignKey,SQLForeignKeyImpl
-
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, setParentMethods inherited from interface com.alibaba.druid.sql.ast.statement.SQLTableElement
clone
-
Method Details
-
getReferencingColumns
-
getReferencedTable
SQLExprTableSource getReferencedTable() -
getReferencedTableName
SQLName getReferencedTableName() -
setReferencedTableName
-
getReferencedColumns
-