Method | Description | |
---|---|---|
Close ( ) : void |
Closes the Cursor This method wraps the native uqi_result_close function. |
|
Dispose ( ) : void |
Closes the Result.
|
|
GetKey ( int row ) : byte[] |
Returns the key of a specific row.
|
|
GetKeyType ( ) : int |
Returns the key type.
|
|
GetRecord ( int row ) : byte[] |
Returns the record of a specific row.
|
|
GetRecordType ( ) : int |
Returns the record type.
|
|
GetRowCount ( ) : int |
Returns the number of rows.
|
Method | Description | |
---|---|---|
Result ( |
Constructor which creates a new Result
|