#include <SQLDBC.h>
Inheritance diagram for SQLDBC::SQLDBC_RowSet:
A SQLDBC row set is a window on a result set.
The size of the row set is determined by the setRowSetSize() method of the SQLDBC_ResultSet object. The method fetch retrieves the rows from the SQLDBC_RowSet object into the bound columns. The getObject() method retrieves one column from the current row into the given buffer. The setPos() method moves the cursor within the row set.
Definition at line 578 of file SQLDBC.h.
|
Deletes the error has been stored.
|
|
Deletes the warning stored in the SQLWarning object.
|
|
Returns a reference to the ErrorHndl object.
|
|
Writes the retrieved data to the bound columns.
|
|
Retrieves the content of the specified column. The specified column value in the current row of this SQLDBC_RowSet object is converted to the given length and SQLDBC_HostType and written to the output parameter buffer pointed to paramAddr. The current row may be set by a positioning command from SQLDBC_ResultSet (current row = 1) or by the setPos method of the SQLDBC_RowSet object.
|
|
Returns the number of rows written to the bound parameters.
|
|
Sets the cursor to row pos in the SQLDBC_RowSet.
|
|
Returns a reference to an SQLWarning object stored in the SQLDBC_ConnectionItem object.
|
|
Reimplemented from SQLDBC::SQLDBC_ConnectionItem. |
|
|