public class SQLColumnReference extends SQLConstraintImpl implements SQLColumnConstraint
hints
Constructor and Description |
---|
SQLColumnReference() |
Modifier and Type | Method and Description |
---|---|
SQLColumnReference |
clone() |
List<SQLName> |
getColumns() |
SQLForeignKeyImpl.Option |
getOnDelete() |
SQLForeignKeyImpl.Option |
getOnUpdate() |
SQLForeignKeyImpl.Match |
getReferenceMatch() |
SQLName |
getTable() |
void |
setColumns(List<SQLName> columns) |
void |
setOnDelete(SQLForeignKeyImpl.Option onDelete) |
void |
setOnUpdate(SQLForeignKeyImpl.Option onUpdate) |
void |
setReferenceMatch(SQLForeignKeyImpl.Match referenceMatch) |
void |
setTable(SQLName table) |
cloneTo, cloneTo, getDbType, getEnable, getHints, getName, getRely, getValidate, setDbType, setEnable, setHints, setName, setName, setRely, setValidate, simplify
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toString
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
getName, setName, simplify
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
public SQLName getTable()
public void setTable(SQLName table)
public SQLColumnReference clone()
clone
in interface SQLObject
clone
in interface SQLColumnConstraint
clone
in class SQLObjectImpl
public SQLForeignKeyImpl.Match getReferenceMatch()
public void setReferenceMatch(SQLForeignKeyImpl.Match referenceMatch)
public SQLForeignKeyImpl.Option getOnUpdate()
public void setOnUpdate(SQLForeignKeyImpl.Option onUpdate)
public SQLForeignKeyImpl.Option getOnDelete()
public void setOnDelete(SQLForeignKeyImpl.Option onDelete)
Copyright © 2013–2017 Alibaba Group. All rights reserved.