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, setName
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toString
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
getName, setName
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
public List<SQLName> getReferencingColumns()
getReferencingColumns
in interface SQLForeignKeyConstraint
public SQLName getReferencedTableName()
getReferencedTableName
in interface SQLForeignKeyConstraint
public void setReferencedTableName(SQLName value)
setReferencedTableName
in interface SQLForeignKeyConstraint
public List<SQLName> getReferencedColumns()
getReferencedColumns
in interface SQLForeignKeyConstraint
Copyright © 2013–2017 Alibaba Group. All rights reserved.