Class SQLSelectQueryBase
java.lang.Object
com.alibaba.druid.sql.ast.SQLObjectImpl
com.alibaba.druid.sql.ast.statement.SQLSelectQueryBase
- All Implemented Interfaces:
SQLObject,SQLSelectQuery
- Direct Known Subclasses:
SQLSelectQueryBlock,SQLUnionQuery,SQLValuesQuery
-
Field Summary
FieldsFields inherited from class com.alibaba.druid.sql.ast.SQLObjectImpl
attributes, hint, parent, sourceColumn, sourceLine -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract SQLSelectQueryBaseclone()booleanvoidsetParenthesized(boolean parenthesized) Methods inherited from class 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, toStringMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.alibaba.druid.sql.ast.SQLObject
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
-
Field Details
-
parenthesized
protected boolean parenthesized
-
-
Constructor Details
-
SQLSelectQueryBase
public SQLSelectQueryBase()
-
-
Method Details
-
isParenthesized
public boolean isParenthesized()- Specified by:
isParenthesizedin interfaceSQLSelectQuery
-
setParenthesized
public void setParenthesized(boolean parenthesized) - Specified by:
setParenthesizedin interfaceSQLSelectQuery
-
clone
- Specified by:
clonein interfaceSQLObject- Specified by:
clonein interfaceSQLSelectQuery- Overrides:
clonein classSQLObjectImpl
-