DatabaseResource.delete

Builds and executes a delete SQL statement. This method is primarily intended to be used to delete a single database row. To perform operations on multiple records, first create a table, load the data, then use the Table#updateTable() method.

If any of the resource fields in the Database Resource is marked as required but has no value, a FormRuntimeException is thrown.

Further documentation.

returns int