Class DeleteStatementBNF


  • public final class DeleteStatementBNF
    extends JPQLQueryBNF
    The query BNF for the delete statement.
    BNF: delete_statement ::= delete_clause [where_clause]

    Version:
    2.4
    Author:
    Pascal Filion
    Since:
    2.3
    • Field Detail

      • ID

        public static final java.lang.String ID
        The unique identifier of this BNF rule.
        See Also:
        Constant Field Values
    • Constructor Detail

      • DeleteStatementBNF

        public DeleteStatementBNF()
        Creates a new DeleteStatementBNF.