Moves a certain number of rows relative to the current row.
Boolean moveRelative( Int32 index )
index The number of rows to move. The value can be positive, negative, or zero.
true if successful.
false if unsuccessful. The method fails, for example, if there are no rows.
Relative to the current position of the cursor in the result set, positive index values move forward in the result set, negative index values move backward in the result set and zero does not move the cursor.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |