Try OpenEdge Now
SQL Reference
JDBC Reference
:
Java Class Reference
:
SQLCursor
:
SQLCursor.rowCount
SQLCursor.rowCount
Returns the number of rows affected (selected, inserted, updated, or deleted) by the SQL statement. This method is common to the
SQLCursor
,
SQLIStatement
, and
SQLPStatement
classes.
In this section:
Format
Returns
Parameters
Throws