- All Superinterfaces:
SQLObject
- All Known Implementing Classes:
DB2SelectQueryBlock, MySqlSelectQueryBlock, OdpsSelectQueryBlock, OracleSelectQueryBlock, OscarSelectQueryBlock, PGSelectQueryBlock, SQLSelectQueryBase, SQLSelectQueryBlock, SQLServerSelectQueryBlock, SQLUnionQuery, SQLValuesQuery, SQLValuesTableSource
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, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
-
Method Details
-
isParenthesized
boolean isParenthesized()
-
setParenthesized
void setParenthesized(boolean parenthesized)
-