Package openGql.grammar
Class PrimitiveCatalogModifyingStatement.DropSchema
- java.lang.Object
-
- openGql.grammar.PrimitiveCatalogModifyingStatement
-
- openGql.grammar.PrimitiveCatalogModifyingStatement.DropSchema
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<PrimitiveCatalogModifyingStatement>
- Enclosing class:
- PrimitiveCatalogModifyingStatement
public static final class PrimitiveCatalogModifyingStatement.DropSchema extends PrimitiveCatalogModifyingStatement implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class openGql.grammar.PrimitiveCatalogModifyingStatement
PrimitiveCatalogModifyingStatement.CreateGraph, PrimitiveCatalogModifyingStatement.CreateGraphType, PrimitiveCatalogModifyingStatement.CreateSchema, PrimitiveCatalogModifyingStatement.DropGraph, PrimitiveCatalogModifyingStatement.DropGraphType, PrimitiveCatalogModifyingStatement.DropSchema, PrimitiveCatalogModifyingStatement.PartialVisitor<R>, PrimitiveCatalogModifyingStatement.Visitor<R>
-
-
Field Summary
Fields Modifier and Type Field Description DropSchemaStatementvalue-
Fields inherited from class openGql.grammar.PrimitiveCatalogModifyingStatement
CREATE_GRAPH, CREATE_GRAPH_TYPE, CREATE_SCHEMA, DROP_GRAPH, DROP_GRAPH_TYPE, DROP_SCHEMA, TYPE_
-
-
Constructor Summary
Constructors Constructor Description DropSchema(DropSchemaStatement value)Constructs an immutablePrimitiveCatalogModifyingStatement.DropSchema.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <R> Raccept(PrimitiveCatalogModifyingStatement.Visitor<R> visitor)Dispatch tovisitor.intcompareTo(PrimitiveCatalogModifyingStatement other)booleanequals(java.lang.Object other)inthashCode()
-
-
-
Field Detail
-
value
public final DropSchemaStatement value
-
-
Constructor Detail
-
DropSchema
public DropSchema(DropSchemaStatement value)
Constructs an immutablePrimitiveCatalogModifyingStatement.DropSchema.
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
compareTo
public int compareTo(PrimitiveCatalogModifyingStatement other)
- Specified by:
compareToin interfacejava.lang.Comparable<PrimitiveCatalogModifyingStatement>
-
accept
public <R> R accept(PrimitiveCatalogModifyingStatement.Visitor<R> visitor)
Dispatch tovisitor.- Specified by:
acceptin classPrimitiveCatalogModifyingStatement
-
-