public class SQLForeignKeyImpl extends SQLConstraintImpl implements SQLForeignKeyConstraint
hints| Constructor and Description |
|---|
SQLForeignKeyImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
cloneTo(SQLForeignKeyConstraint x) |
List<SQLName> |
getReferencedColumns() |
SQLName |
getReferencedTableName() |
List<SQLName> |
getReferencingColumns() |
boolean |
isOnDeleteCascade() |
boolean |
isOnDeleteSetNull() |
void |
setOnDeleteCascade(boolean onDeleteCascade) |
void |
setOnDeleteSetNull(boolean onDeleteSetNull) |
void |
setReferencedTableName(SQLName value) |
cloneTo, getEnable, getHints, getName, getRely, getValidate, setEnable, setHints, setName, setRely, setValidateaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, clone, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetName, setNameaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, clone, 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 SQLForeignKeyConstraintpublic boolean isOnDeleteCascade()
public void setOnDeleteCascade(boolean onDeleteCascade)
public boolean isOnDeleteSetNull()
public void setOnDeleteSetNull(boolean onDeleteSetNull)
public void cloneTo(SQLForeignKeyConstraint x)
Copyright © 2013–2017 Alibaba Group. All rights reserved.