Class ModificationFunctionStatement

  • Direct Known Subclasses:
    DeleteStatement, UpdateStatement

    public abstract class ModificationFunctionStatement
    extends ModificationStatement
    INTERNAL: Represents an UPDATE or DELETE statement, since these are the ones that can have functions. Created so the parser can handle both cases with the same code.