Database reader provider. More...
Derived from: | None |
Derived by: | None |
Group: | System (Database) |
#include <ClanLib/database.h>
Class Members:
| |
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 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 . |
| |
Retrieves a row from the command execution result. | |
Closes the database reader. |