Result
DeleteRow
delete a row from the table
Calling Sequence
Parameters
Description
Examples
result:-DeleteRow( )
result
-
Result module
DeleteRow removes the row indicated by the row cursor from the database.
The row cursor can be moved by calling Next, Previous, First, Last, and GotoRow.
Not all Result modules can be updated. Only Result modules representing tables containing data from a single table (no joins) and a column of primary keys are guaranteed to be updatable. Particular JDBC Drivers and databases may allow a wider range of updatable tables and thus Result modules.
See Also
Database
Database[Connection][ExecuteQuery]
Database[PreparedStatement][Execute]
Database[Result]
Database[Result][First]
Database[Result][GotoRow]
Database[Result][Last]
Database[Result][Next]
Database[Result][Previous]
Database[Statement]
Database[Statement][Execute]
Database[usage]
Download Help Document