#include <server.h>
Public Member Functions | |
| void | reset () |
| dbStatement (int stmt_id) | |
| ~dbStatement () | |
Public Attributes | |
| int | id |
| bool | firstFetch |
| dbStatement * | next |
| dbAnyCursor * | cursor |
| dbQuery | query |
| dbColumnBinding * | columns |
| char * | buf |
| int | buf_size |
| int | n_params |
| int | n_columns |
| dbParameterBinding * | params |
| dbTableDescriptor * | table |
| dbStatement | ( | int | stmt_id | ) | [inline] |
| ~dbStatement | ( | ) | [inline] |
| void reset | ( | ) |
| int id |
| bool firstFetch |
| char* buf |
| int buf_size |
| int n_params |
| int n_columns |