Class DropGraphStatement

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable<DropGraphStatement>

    public class DropGraphStatement
    extends java.lang.Object
    implements java.io.Serializable, java.lang.Comparable<DropGraphStatement>
    A GQL drop graph statement
    See Also:
    Serialized Form
    • Field Detail

      • TYPE_

        public static final Name TYPE_
        Name of the openGql.grammar.DropGraphStatement type.
      • IF_EXISTS

        public static final Name IF_EXISTS
        Name of the openGql.grammar.DropGraphStatement.ifExists field.
      • PARENT_AND_NAME

        public static final Name PARENT_AND_NAME
        Name of the openGql.grammar.DropGraphStatement.parentAndName field.
      • ifExists

        public final java.lang.Boolean ifExists