DeleteStatement
Represents the SQL statement that deletes one or more rows of a table.
Parameters
Condition that determines which rows to delete.
Whether to ignore errors or not. Note isIgnore is not supported by all vendors. Please check the documentation.
Maximum number of rows to delete.
List of specific tables from targetsSet to delete rows from.
Constructors
Properties
Functions
Executes the SQL statement directly in the provided transaction and returns the generated result, or null
if either no result was retrieved or if the transaction blocked statement execution.
Determines the exact way that an SQL statement is executed in a transaction and applies any necessary logic before returning the result generated by the executed statement.
Uses a transaction connection and an sql string representation to return a precompiled SQL statement, stored as an implementation of PreparedStatementApi.
Returns the string representation of an SQL statement.