public class SQLForeignKeyImpl extends SQLConstraintImpl implements SQLForeignKeyConstraint
| Constructor and Description |
|---|
SQLForeignKeyImpl() |
| Modifier and Type | Method and Description |
|---|---|
List<SQLName> |
getReferencedColumns() |
SQLName |
getReferencedTableName() |
List<SQLName> |
getReferencingColumns() |
void |
setReferencedTableName(SQLName value) |
getEnable, getName, setEnable, setNameaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetName, setNameaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentpublic List<SQLName> getReferencingColumns()
getReferencingColumns in interface SQLForeignKeyConstraintpublic SQLName getReferencedTableName()
getReferencedTableName in interface SQLForeignKeyConstraintpublic void setReferencedTableName(SQLName value)
setReferencedTableName in interface SQLForeignKeyConstraintpublic List<SQLName> getReferencedColumns()
getReferencedColumns in interface SQLForeignKeyConstraintCopyright © 2013–2016 Alibaba Group. All rights reserved.