#include <db_reader_provider.h>
Public Member Functions | |
Construction | |
| virtual | ~CL_DBReaderProvider () |
Attributes | |
| virtual int | get_column_count () const =0 |
| Returns the number of columns in the result set. | |
| virtual CL_String | get_column_name (int index) const =0 |
| Returns the name of the specified column index. | |
| virtual int | get_name_index (const CL_StringRef &name) const =0 |
| Returns the index of the specified column name. | |
| virtual CL_String | get_column_string (int index) const =0 |
| Retrieves the value of the specified column as a string. | |
| virtual bool | get_column_bool (int index) const =0 |
| Retrieves the value of the specified column as a boolean. | |
| virtual int | get_column_int (int index) const =0 |
| Retrieves the value of the specified column as an integer. | |
| virtual double | get_column_double (int index) const =0 |
| Retrieves the value of the specified column as a double. | |
| virtual CL_DateTime | get_column_datetime (int index) const =0 |
| Retrieves the value of the specified column as a CL_DateTime. | |
| virtual CL_DataBuffer | get_column_binary (int index) const =0 |
| Retrieves the value of the specified column as a CL_DataBuffer. | |
Operations | |
| virtual bool | retrieve_row ()=0 |
| Retrieves a row from the command execution result. | |
| virtual void | close ()=0 |
| Closes the database reader. | |
|
|
|
|
|
Closes the database reader.
|
|
|
Retrieves the value of the specified column as a CL_DataBuffer.
|
|
|
Retrieves the value of the specified column as a boolean.
|
|
|
Returns the number of columns in the result set.
|
|
|
Retrieves the value of the specified column as a CL_DateTime.
|
|
|
Retrieves the value of the specified column as a double.
|
|
|
Retrieves the value of the specified column as an integer.
|
|
|
Returns the name of the specified column index.
|
|
|
Retrieves the value of the specified column as a string.
|
|
|
Returns the index of the specified column name.
|
|
|
Retrieves a row from the command execution result.
|
1.4.6