类 SQLConstraintImpl
java.lang.Object
com.alibaba.druid.sql.ast.SQLObjectImpl
com.alibaba.druid.sql.ast.statement.SQLConstraintImpl
- 所有已实现的接口:
SQLDbTypedObject,SQLObject,SQLConstraint
- 直接已知子类:
MySqlTableIndex,SQLCheck,SQLColumnCheck,SQLColumnPrimaryKey,SQLColumnReference,SQLColumnUniqueKey,SQLDefault,SQLForeignKeyImpl,SQLNotNullConstraint,SQLNullConstraint,SQLUnique
public abstract class SQLConstraintImpl
extends SQLObjectImpl
implements SQLConstraint, SQLDbTypedObject
-
字段概要
字段从类继承的字段 com.alibaba.druid.sql.ast.SQLObjectImpl
attributes, hint, parent, sourceColumn, sourceLine -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidvoidgetHints()getName()getRely()booleanvoidvoidvoidvoidsetHints(List<SQLCommentHint> hints) voidvoidvoidvoidsetValidate(Boolean validate) voidsimplify()从类继承的方法 com.alibaba.druid.sql.ast.SQLObjectImpl
accept, accept0, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, clone, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLine, toString从接口继承的方法 com.alibaba.druid.sql.ast.SQLObject
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, clone, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
-
字段详细资料
-
dbType
-
enable
-
validate
-
rely
-
hints
-
-
构造器详细资料
-
SQLConstraintImpl
public SQLConstraintImpl()
-
-
方法详细资料
-
cloneTo
-
getHints
-
setHints
-
getName
- 指定者:
getName在接口中SQLConstraint
-
setName
- 指定者:
setName在接口中SQLConstraint
-
setName
-
getEnable
-
setEnable
-
cloneTo
-
getValidate
-
setValidate
-
getRely
-
setRely
-
getDbType
- 指定者:
getDbType在接口中SQLDbTypedObject
-
setDbType
-
getComment
- 指定者:
getComment在接口中SQLConstraint
-
setComment
- 指定者:
setComment在接口中SQLConstraint
-
simplify
public void simplify()- 指定者:
simplify在接口中SQLConstraint
-
replace
-