Package io.prestosql.sql.tree
Class Statement
- java.lang.Object
-
- io.prestosql.sql.tree.Node
-
- io.prestosql.sql.tree.Statement
-
- Direct Known Subclasses:
AddColumn,Analyze,Call,Comment,Commit,CreateRole,CreateSchema,CreateTable,CreateTableAsSelect,CreateView,Deallocate,Delete,DescribeInput,DescribeOutput,DropColumn,DropRole,DropSchema,DropTable,DropView,Execute,Explain,Grant,GrantRoles,Insert,Prepare,Query,RenameColumn,RenameSchema,RenameTable,RenameView,ResetSession,Revoke,RevokeRoles,Rollback,SetPath,SetRole,SetSchemaAuthorization,SetSession,ShowCatalogs,ShowColumns,ShowCreate,ShowFunctions,ShowGrants,ShowRoleGrants,ShowRoles,ShowSchemas,ShowSession,ShowStats,ShowTables,StartTransaction,Use
public abstract class Statement extends Node
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedStatement(java.util.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.prestosql.sql.tree.Node
equals, getChildren, getLocation, hashCode, toString
-
-
-
-
Constructor Detail
-
Statement
protected Statement(java.util.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.
-
-