Class PrimitiveCatalogModifyingStatement

    • Field Detail

      • TYPE_

        public static final Name TYPE_
        Name of the openGql.grammar.PrimitiveCatalogModifyingStatement type.
      • CREATE_SCHEMA

        public static final Name CREATE_SCHEMA
        Name of the openGql.grammar.PrimitiveCatalogModifyingStatement.createSchema field.
      • DROP_SCHEMA

        public static final Name DROP_SCHEMA
        Name of the openGql.grammar.PrimitiveCatalogModifyingStatement.dropSchema field.
      • CREATE_GRAPH

        public static final Name CREATE_GRAPH
        Name of the openGql.grammar.PrimitiveCatalogModifyingStatement.createGraph field.
      • DROP_GRAPH

        public static final Name DROP_GRAPH
        Name of the openGql.grammar.PrimitiveCatalogModifyingStatement.dropGraph field.
      • CREATE_GRAPH_TYPE

        public static final Name CREATE_GRAPH_TYPE
        Name of the openGql.grammar.PrimitiveCatalogModifyingStatement.createGraphType field.
      • DROP_GRAPH_TYPE

        public static final Name DROP_GRAPH_TYPE
        Name of the openGql.grammar.PrimitiveCatalogModifyingStatement.dropGraphType field.