ReplaceStatement
Represents the SQL statement that either inserts a new row into a table, or, if insertion would violate a unique constraint, first deletes the existing row before inserting a new row.
Parameters
table
Table to either insert values into or delete values from then insert into.
Properties
Link copied to clipboard
The number of rows affected by the insert operation.
Link copied to clipboard
The ResultRows generated by processing the database result set retrieved after executing the statement.
Link copied to clipboard
Functions
Link copied to clipboard
Returns the string representation of an SQL statement.
Link copied to clipboard
Updates the mapping of the specified column with the value of the provided expression.