Class CreateSchemaNode

  • All Implemented Interfaces:
    Visitable

    class CreateSchemaNode
    extends DDLStatementNode
    A CreateSchemaNode is the root of a QueryTree that represents a CREATE SCHEMA statement.
    • Field Detail

      • name

        private java.lang.String name
      • aid

        private java.lang.String aid
    • Constructor Detail

      • CreateSchemaNode

        CreateSchemaNode​(java.lang.String schemaName,
                         java.lang.String aid,
                         ContextManager cm)
                  throws StandardException
        Constructor for a CreateSchemaNode
        Parameters:
        schemaName - The name of the new schema
        aid - The authorization id
        cm - The context manager
        Throws:
        StandardException - Thrown on error