Provides access to a SQL result set.
PSCursorClass( ResSet )
PSCursorClass constructor |
Datatype |
Description |
---|---|---|
ResSet |
ResultSet |
Result set object returned by the SQL query |
PSCursorClass method |
Description |
---|---|
Determines whether the end of a cursor has been reached |
|
Retrieves the number of columns in a cursor |
|
Retrieves the value of a column in a cursor |
|
Retrieves the length of a column in a cursor |
|
Retrieves the name of a column in a cursor |
|
Retrieves the SQL type of a column in a cursor |
|
Retrieves the database-specific type of a column in a cursor |
|
Retrieves the number of decimal digits of a column in a cursor |
|
Retrieves the result set for a cursor |
|
Retrieves the metadata result set |
|
Retrieves the number of rows in a cursor |
|
Retrieves the number of digits to right of the decimal point for a column in a cursor |
|
Obsolete method that was previously used for PowerDynamo or ASP targets |
|
Moves to an absolute row in a cursor |
|
Moves to the first row in a cursor |
|
Moves to the last row in a cursor |
|
Moves to the next row in a cursor |
|
Moves to the previous row in a cursor |