public class SQLAlterTableAddForeignKey extends SQLObjectImpl implements SQLAlterTableItem
| 构造器和说明 |
|---|
SQLAlterTableAddForeignKey() |
SQLAlterTableAddForeignKey(SQLForeignKeyConstraint foreignKey) |
| 限定符和类型 | 方法和说明 |
|---|---|
SQLForeignKeyConstraint |
getForeignKey() |
void |
setForeignKey(SQLForeignKeyConstraint foreignKey) |
accept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParent, toStringaccept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParentpublic SQLAlterTableAddForeignKey()
public SQLAlterTableAddForeignKey(SQLForeignKeyConstraint foreignKey)
public SQLForeignKeyConstraint getForeignKey()
public void setForeignKey(SQLForeignKeyConstraint foreignKey)
Copyright © 2012-2013 Alibaba Group. All Rights Reserved.