类 SQLSelectQueryBase
java.lang.Object
com.alibaba.druid.sql.ast.SQLObjectImpl
com.alibaba.druid.sql.ast.statement.SQLSelectQueryBase
- 所有已实现的接口:
SQLObject,SQLSelectQuery
- 直接已知子类:
SQLSelectQueryBlock,SQLUnionQuery,SQLValuesQuery
-
字段概要
字段从类继承的字段 com.alibaba.druid.sql.ast.SQLObjectImpl
attributes, hint, parent, sourceColumn, sourceLine -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明abstract SQLSelectQueryBaseclone()booleanvoidsetParenthesized(boolean parenthesized) 从类继承的方法 com.alibaba.druid.sql.ast.SQLObjectImpl
accept, accept0, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, 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, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
-
字段详细资料
-
parenthesized
protected boolean parenthesized
-
-
构造器详细资料
-
SQLSelectQueryBase
public SQLSelectQueryBase()
-
-
方法详细资料
-
isParenthesized
public boolean isParenthesized()- 指定者:
isParenthesized在接口中SQLSelectQuery
-
setParenthesized
public void setParenthesized(boolean parenthesized) - 指定者:
setParenthesized在接口中SQLSelectQuery
-
clone
- 指定者:
clone在接口中SQLObject- 指定者:
clone在接口中SQLSelectQuery- 覆盖:
clone在类中SQLObjectImpl
-