- All Superinterfaces:
SQLObject
- All Known Implementing Classes:
BigQuerySelectQueryBlock, CKSelectQueryBlock, DB2SelectQueryBlock, MySqlSelectQueryBlock, OdpsSelectQueryBlock, OracleSelectQueryBlock, OscarSelectQueryBlock, PGSelectQueryBlock, RedshiftSelectQueryBlock, SQLSelectQueryBase, SQLSelectQueryBlock, SQLSelectQueryTemplate, SQLServerSelectQueryBlock, SQLUnionQuery, SQLValuesQuery, SQLValuesTableSource, TDSelectQueryBlock
public interface SQLSelectQuery
extends SQLObject
-
Method Summary
Methods inherited from interface com.alibaba.druid.sql.ast.SQLObject
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, setSource
-
Method Details
-
isParenthesized
boolean isParenthesized()
-
setParenthesized
void setParenthesized(boolean parenthesized)
-