#include <resultset.h>
Inheritance diagram for odbc::ResultSet::
|
ResultSet concurrency constants.
|
|
ResultSet type constants.
|
|
Moves the cursor to a specific row in this result set.
If row is negative, the actual row number is calculated from the end of the result set. Calling
|
|
Moves to the first row in the result set.
|
|
Fetches a column's value as a stream. Note that the stream is owned by the result set and should in no case be deleted by the caller. Also, the returned stream is only valid while the cursor remains on this position.
|
|
Fetches a column's value as a stream. Note that the stream is owned by the result set and should in no case be deleted by the caller. Also, the returned stream is only valid while the cursor remains on this position.
|
|
Fetches a column's value as a stream. Note that the stream is owned by the result set and should in no case be deleted by the caller. Also, the returned stream is only valid while the cursor remains on this position.
|
|
Fetches a column's value as a stream. Note that the stream is owned by the result set and should in no case be deleted by the caller. Also, the returned stream is only valid while the cursor remains on this position.
|
|
Gets a column's value as a bool.
|
|
Gets a column's value as a bool.
|
|
Gets a column's value as a signed char.
|
|
Gets a column's value as a signed char.
|
|
Gets a column's value as a chunk of bytes.
|
|
Gets a column's value as a chunk of bytes.
|
|
Gets a column's value as a Date.
|
|
Gets a column's value as a Date.
|
|
Gets a column's value as a double.
|
|
Gets a column's value as a double.
|
|
Gets a column's value as a float.
|
|
Gets a column's value as a float.
|
|
Gets a column's value as an int.
|
|
Gets a column's value as an int.
|
|
Gets a column's value as a Long.
|
|
Gets a column's value as a Long.
|
|
Returns meta data about this result set.
|
|
Returns the current row number.
|
|
Gets a column's value as a short.
|
|
Gets a column's value as a short.
|
|
Gets a column's value as a string.
|
|
Gets a column's value as a string.
|
|
Gets a column's value as a Time.
|
|
Gets a column's value as a Time.
|
|
Gets a column's value as a Timestamp.
|
|
Gets a column's value as a Timestamp.
|
|
Inserts the current row. Only valid while on the insert row.
|
|
Moves to the last row in the result set.
|
|
Moves the cursor to the 'insert row' of this result set.
|
|
Moves to the next row in the result set.
|
|
Moves to the previous row in the result set.
|
|
Moves the cursor inside the result set relative to the current row. Negative values are allowed. This call is illegal if there is no current row.
|
|
Sets the value of a column to the contens of a stream.
|
|
Sets the value of a column to a stream.
|
|
Sets the value of a column to the contens of a stream.
|
|
Sets the value of a column to the contens of a stream.
|
|
Sets the value of a column to a bool.
|
|
Sets the value of a column to a bool.
|
|
Sets the value of a column to a signed char.
|
|
Sets the value of a column to a signed char.
|
|
Sets the value of a column to a chunk of bytes.
|
|
Sets the value of a column to a chunk of bytes.
|
|
Sets the value of a column to a Date.
|
|
Sets the value of a column to a Date.
|
|
Sets the value of a column to a double.
|
|
Sets the value of a column to a double.
|
|
Sets the value of a column to a float.
|
|
Sets the value of a column to a float.
|
|
Sets the value of a column to an int.
|
|
Sets the value of a column to an int.
|
|
Sets the value of a column to a Long.
|
|
Sets the value of a column to a Long.
|
|
Sets the value of a column to NULL.
|
|
Sets the value of a column to NULL.
|
|
Sets the value of a column to a short.
|
|
Sets the value of a column to a short.
|
|
Sets the value of a column to a string.
|
|
Sets the value of a column to a string.
|
|
Sets the value of a column to a Time.
|
|
Sets the value of a column to a Time.
|
|
Sets the value of a column to a Timestamp.
|
|
Sets the value of a column to a Timestamp.
|
|
Checks if the last fetched column value was NULL. Note that if this is true, the returned value was undefined. |