com.alibaba.druid.sql.dialect.mysql.ast
类 MysqlForeignKey
java.lang.Object
com.alibaba.druid.sql.ast.SQLObjectImpl
com.alibaba.druid.sql.ast.statement.SQLConstraintImpl
com.alibaba.druid.sql.ast.statement.SQLForeignKeyImpl
com.alibaba.druid.sql.dialect.mysql.ast.MysqlForeignKey
- 所有已实现的接口:
- SQLObject, SQLConstraint, SQLForeignKeyConstraint, SQLTableConstraint, SQLTableElement
public class MysqlForeignKey
- extends SQLForeignKeyImpl
- 作者:
- kiki
MysqlForeignKey
public MysqlForeignKey()
getIndexName
public SQLName getIndexName()
setIndexName
public void setIndexName(SQLName indexName)
isHasConstraint
public boolean isHasConstraint()
setHasConstraint
public void setHasConstraint(boolean hasConstraint)
getReferenceMatch
public MysqlForeignKey.Match getReferenceMatch()
setReferenceMatch
public void setReferenceMatch(MysqlForeignKey.Match referenceMatch)
getReferenceOn
public MysqlForeignKey.On getReferenceOn()
setReferenceOn
public void setReferenceOn(MysqlForeignKey.On referenceOn)
getReferenceOption
public MysqlForeignKey.Option getReferenceOption()
setReferenceOption
public void setReferenceOption(MysqlForeignKey.Option referenceOption)
Copyright © 2013-2014 Alibaba Group. All Rights Reserved.