DeleteRow - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

Result

  

DeleteRow

  

delete a row from the table

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

result:-DeleteRow( )

Parameters

result

-

Result module

Description

• 

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.

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