#include <psqlstatement.h>
Public Member Functions | |
| SQLResult (SQLStatement &stmt) | |
| virtual | ~SQLResult () |
| unsigned int | columnCount () const throw () |
| Returns the number of columns in this result. | |
| std::string | columnName (unsigned int pos) const |
| Returns the name of the column. | |
| bool | fetch () |
| Fetch next row. | |
| const SQLValue & | operator[] (const std::string &fieldName) |
| Retrieve value by column name. | |
| const SQLValue & | operator[] (unsigned int fieldPos) |
| Retrieve value by column position. | |
Protected Member Functions | |
| SQLResult (std::auto_ptr< SQLDriver::ResultHandle > handle) | |
Friends | |
| class | SQLStatement |
Definition at line 40 of file psqlstatement.h.
|
|
|
|
|
|
|
|
|
|
|
Returns the number of columns in this result.
|
|
|
Returns the name of the column.
|
|
|
Fetch next row.
|
|
|
Retrieve value by column position.
|
|
|
Retrieve value by column name.
|
|
|
Definition at line 41 of file psqlstatement.h. |
1.3.3