sql:delete
Performs an SQL DELETE
statement. This causes a set of rows to be
selected from a given table and deleted.
Attributes
|
| The database connection. The value is an expression, which must evaluate to a database connection object as returned by sql:connect. |
|
| The table containing the rows to be deleted. The value must be known statically (it cannot be defined as an attribute value template). |
|
| The conditions to be applied (the contents of the |
Saxon availability
Requires Saxon-PE or Saxon-EE. Available for Java only.