Interface SQLSelectQuery
-
- 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SQLSelectQueryclone()booleanisParenthesized()voidsetParenthesized(boolean parenthesized)-
Methods inherited from interface com.alibaba.druid.sql.ast.SQLObject
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, setSource
-
-
-
-
Method Detail
-
isParenthesized
boolean isParenthesized()
-
setParenthesized
void setParenthesized(boolean parenthesized)
-
clone
SQLSelectQuery clone()
-
-