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 Detail

      • name

        private java.lang.String name
      • type

        private int type
    • Constructor Detail

      • SetSchemaNode

        SetSchemaNode​(java.lang.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