Interface PrestoSQLStatement
-
- All Superinterfaces:
PrestoObject,SQLDbTypedObject,SQLObject,SQLStatement
- All Known Implementing Classes:
AthenaCreateTableStatement,PrestoAlterFunctionStatement,PrestoAlterSchemaStatement,PrestoCreateTableStatement,PrestoDeallocatePrepareStatement,PrestoExecuteStatement,PrestoPrepareStatement,PrestoSelectStatement
public interface PrestoSQLStatement extends SQLStatement, PrestoObject
-
-
Method Summary
-
Methods inherited from interface com.alibaba.druid.sql.dialect.presto.ast.PrestoObject
accept0, accept0
-
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
-
Methods inherited from interface com.alibaba.druid.sql.ast.SQLStatement
clone, getChildren, getDbType, getHeadHintsDirect, isAfterSemi, setAfterSemi, setHeadHints, toLowerCaseString, toParameterizedString, toString, toString
-
-