Database reader. More...
Derived from: | None |
Derived by: | None |
Group: | System (Database) |
#include <ClanLib/database.h>
Class Members:
Construction: | |
Constructs a database reader. |
| |
Returns the number of columns in the result set. | |
Returns the name of the specified column index. | |
Returns the index of the specified column name. | |
Retrieves the value of the specified column. | |
Retrieves the value of the specified column as a string. | |
Retrieves the value of the specified column as a boolean. | |
Retrieves the value of the specified column as an integer. | |
Retrieves the value of the specified column as a double. | |
Retrieves the value of the specified column as a CL_DateTime . | |
Retrieves the value of the specified column as a CL_DataBuffer . | |
Returns the provider interface for this reader. |
| |
Retrieves a row from the command execution result. | |
Closes the database reader. |