Result:-DeleteRow - delete a row from the table
|
Calling Sequence
|
|
result:-DeleteRow( )
|
|
Description
|
|
•
|
DeleteRow removes the row indicated by the row cursor from the database.
|
•
|
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.
|
|
|
Examples
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
>
|
|
| (4) |
>
|
|
| (5) |
>
|
|
| (6) |
>
|
|
| (7) |
>
|
|
| (8) |
>
|
|
| (9) |
>
|
|
| (10) |
>
|
|
| (11) |
>
|
|
| (12) |
>
|
|
| (13) |
>
|
|
| (14) |
| (15) |
|
|
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
Was this information helpful?