Interface SQLForeignKeyConstraint
-
- All Superinterfaces:
SQLConstraint,SQLObject,SQLTableConstraint,SQLTableElement
- All Known Implementing Classes:
MysqlForeignKey,OracleForeignKey,SQLForeignKeyImpl
public interface SQLForeignKeyConstraint extends SQLConstraint, SQLTableElement, SQLTableConstraint
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<SQLName>getReferencedColumns()SQLExprTableSourcegetReferencedTable()SQLNamegetReferencedTableName()List<SQLName>getReferencingColumns()voidsetReferencedTableName(SQLName value)-
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
-
-
-
-
Method Detail
-
getReferencedTable
SQLExprTableSource getReferencedTable()
-
getReferencedTableName
SQLName getReferencedTableName()
-
setReferencedTableName
void setReferencedTableName(SQLName value)
-
-