com.alibaba.druid.sql.ast.statement
类 SQLAlterTableAddConstraint
java.lang.Object
com.alibaba.druid.sql.ast.SQLObjectImpl
com.alibaba.druid.sql.ast.statement.SQLAlterTableAddConstraint
- 所有已实现的接口:
- SQLObject, SQLAlterTableItem
public class SQLAlterTableAddConstraint
- extends SQLObjectImpl
- implements SQLAlterTableItem
SQLAlterTableAddConstraint
public SQLAlterTableAddConstraint()
SQLAlterTableAddConstraint
public SQLAlterTableAddConstraint(SQLConstaint constraint)
getConstraint
public SQLConstaint getConstraint()
setConstraint
public void setConstraint(SQLConstaint constraint)
isWithNoCheck
public boolean isWithNoCheck()
setWithNoCheck
public void setWithNoCheck(boolean withNoCheck)
Copyright © 2013-2014 Alibaba Group. All Rights Reserved.