Class SetSchemaNode

All Implemented Interfaces:
Visitable

class SetSchemaNode extends MiscellaneousStatementNode
A SetSchemaNode is the root of a QueryTree that represents a SET SCHEMA statement. It isn't replicated, but it generates a ConstantAction because it is basically easier than generating the code from scratch.
  • Field Details

    • name

      private String name
    • type

      private int type
  • Constructor Details

    • SetSchemaNode

      SetSchemaNode(String schemaName, int type, ContextManager cm)
      Constructor for a SetSchemaNode
      Parameters:
      schemaName - The name of the new schema
      type - Type of schema name could be USER or dynamic parameter
      cm - The context manager
  • Method Details