Package io.trino.sql.tree
Class Statement
- java.lang.Object
-
- io.trino.sql.tree.Node
-
- io.trino.sql.tree.Statement
-
- Direct Known Subclasses:
AddColumn,Analyze,Call,Comment,Commit,CreateMaterializedView,CreateRole,CreateSchema,CreateTable,CreateTableAsSelect,CreateView,Deallocate,Delete,Deny,DescribeInput,DescribeOutput,DropColumn,DropMaterializedView,DropRole,DropSchema,DropTable,DropView,Execute,Explain,ExplainAnalyze,Grant,GrantRoles,Insert,Merge,Prepare,Query,RefreshMaterializedView,RenameColumn,RenameMaterializedView,RenameSchema,RenameTable,RenameView,ResetSession,Revoke,RevokeRoles,Rollback,SetAuthorizationStatement,SetPath,SetProperties,SetRole,SetSession,SetTimeZone,ShowCatalogs,ShowColumns,ShowCreate,ShowFunctions,ShowGrants,ShowRoleGrants,ShowRoles,ShowSchemas,ShowSession,ShowStats,ShowTables,StartTransaction,TableExecute,TruncateTable,Update,Use
public abstract class Statement extends Node
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedStatement(Optional<NodeLocation> location)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <R,C>
Raccept(AstVisitor<R,C> visitor, C context)Accessible forAstVisitor, useAstVisitor.process(Node, Object)instead.-
Methods inherited from class io.trino.sql.tree.Node
equals, getChildren, getLocation, hashCode, shallowEquals, toString
-
-
-
-
Constructor Detail
-
Statement
protected Statement(Optional<NodeLocation> location)
-
-
Method Detail
-
accept
public <R,C> R accept(AstVisitor<R,C> visitor, C context)
Description copied from class:NodeAccessible forAstVisitor, useAstVisitor.process(Node, Object)instead.
-
-