Interface ParsedModificationStatementIF

All Superinterfaces:
ParsedStatementIF

public interface ParsedModificationStatementIF extends ParsedStatementIF
PUBLIC: Represents a parsed modification statement, such as DELETE, INSERT, UPDATE, and QUERY.
Since:
5.1.0
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    PUBLIC: Runs the statement, returning the number of rows modified.
    int
    update(Map<String,?> params)
    PUBLIC: Runs the statement with the given parameters, returning the number of rows modified.