Class DeleteStatement

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

    public class DeleteStatement
    extends java.lang.Object
    implements java.io.Serializable, java.lang.Comparable<DeleteStatement>
    See Also:
    Serialized Form
    • Field Detail

      • TYPE_

        public static final Name TYPE_
        Name of the openGql.grammar.DeleteStatement type.
      • DETACH

        public static final Name DETACH
        Name of the openGql.grammar.DeleteStatement.detach field.
      • ITEMS

        public static final Name ITEMS
        Name of the openGql.grammar.DeleteStatement.items field.