public class SQLForeignKeyImpl extends SQLConstraintImpl implements SQLForeignKeyConstraint
| 限定符和类型 | 类和说明 |
|---|---|
static class |
SQLForeignKeyImpl.Match |
static class |
SQLForeignKeyImpl.On |
static class |
SQLForeignKeyImpl.Option |
attributes, hint, parent, sourceColumn, sourceLine| 构造器和说明 |
|---|
SQLForeignKeyImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
accept0(SQLASTVisitor visitor) |
SQLForeignKeyImpl |
clone() |
void |
cloneTo(SQLForeignKeyImpl x) |
List<SQLName> |
getReferencedColumns() |
SQLExprTableSource |
getReferencedTable() |
SQLName |
getReferencedTableName() |
List<SQLName> |
getReferencingColumns() |
boolean |
isDisableNovalidate() |
boolean |
isOnDeleteCascade() |
boolean |
isOnDeleteSetNull() |
void |
setDisableNovalidate(boolean disableNovalidate) |
void |
setOnDeleteCascade(boolean onDeleteCascade) |
void |
setOnDeleteSetNull(boolean onDeleteSetNull) |
void |
setReferencedTable(SQLExprTableSource x) |
void |
setReferencedTableName(SQLName value) |
cloneTo, cloneTo, getComment, getDbType, getEnable, getHints, getName, getRely, getValidate, replace, setComment, setDbType, setEnable, setHints, setName, setName, setRely, setValidate, simplifyaccept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLine, toStringgetComment, getName, setComment, setName, simplifyaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, output, putAttribute, setParentpublic List<SQLName> getReferencingColumns()
getReferencingColumns 在接口中 SQLForeignKeyConstraintpublic SQLExprTableSource getReferencedTable()
getReferencedTable 在接口中 SQLForeignKeyConstraintpublic SQLName getReferencedTableName()
public void setReferencedTableName(SQLName value)
public void setReferencedTable(SQLExprTableSource x)
public List<SQLName> getReferencedColumns()
getReferencedColumns 在接口中 SQLForeignKeyConstraintpublic boolean isOnDeleteCascade()
public void setOnDeleteCascade(boolean onDeleteCascade)
public boolean isOnDeleteSetNull()
public void setOnDeleteSetNull(boolean onDeleteSetNull)
public boolean isDisableNovalidate()
public void setDisableNovalidate(boolean disableNovalidate)
protected void accept0(SQLASTVisitor visitor)
accept0 在类中 SQLObjectImplpublic void cloneTo(SQLForeignKeyImpl x)
public SQLForeignKeyImpl clone()
clone 在接口中 SQLObjectclone 在接口中 SQLTableElementclone 在类中 SQLObjectImplCopyright © 2013–2023. All rights reserved.