Class PrestoSelectStatement
java.lang.Object
com.alibaba.druid.sql.ast.SQLObjectImpl
com.alibaba.druid.sql.ast.SQLStatementImpl
com.alibaba.druid.sql.ast.statement.SQLSelectStatement
com.alibaba.druid.sql.dialect.presto.ast.stmt.PrestoSelectStatement
- All Implemented Interfaces:
SQLDbTypedObject,SQLObject,SQLStatement,PrestoObject,PrestoSQLStatement
presto 的 select语句
author zhangcanlong date 2022/01/11
-
Field Summary
Fields inherited from class com.alibaba.druid.sql.ast.statement.SQLSelectStatement
selectFields inherited from class com.alibaba.druid.sql.ast.SQLStatementImpl
afterSemi, dbType, headHintsFields inherited from class com.alibaba.druid.sql.ast.SQLObjectImpl
attributes, hint, parent, sourceColumn, sourceLine -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept0(PrestoVisitor visitor) protected voidaccept0(SQLASTVisitor visitor) Methods inherited from class com.alibaba.druid.sql.ast.statement.SQLSelectStatement
addBeforeComment, addWhere, clone, computeSelecteListAlias, equals, getChildren, getSelect, hashCode, output, setSelectMethods inherited from class com.alibaba.druid.sql.ast.SQLStatementImpl
getDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setDbType, setHeadHints, toLowerCaseString, toParameterizedString, toString, toString, toUnformattedStringMethods inherited from class com.alibaba.druid.sql.ast.SQLObjectImpl
accept, acceptChild, acceptChild, addAfterComment, addAfterComment, addBeforeComment, computeDataType, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, putAttribute, setHint, setParent, setSourceColumn, setSourceLineMethods inherited from class java.lang.Object
finalize, getClass, 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, setParentMethods inherited from interface com.alibaba.druid.sql.ast.SQLStatement
clone, getChildren, getDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setHeadHints, toLowerCaseString, toParameterizedString, toString, toString
-
Constructor Details
-
PrestoSelectStatement
public PrestoSelectStatement() -
PrestoSelectStatement
-
-
Method Details
-
accept0
- Overrides:
accept0in classSQLSelectStatement
-
accept0
- Specified by:
accept0in interfacePrestoObject
-