#include <localcli.h>
Public Member Functions | |
| void | reset () |
| statement_desc (int id, statement_desc *next) | |
| statement_desc () | |
Public Attributes | |
| int | id |
| statement_desc * | next |
| dbQuery | query |
| dbAnyCursor | cursor |
| dbTableDescriptor * | table |
| column_binding * | columns |
| parameter_binding * | params |
| session_desc * | session |
| bool | first_fetch |
| bool | for_update |
| bool | prepared |
| bool | updated |
| cli_oid_t | oid |
| int | n_params |
| int | n_columns |
| int | n_autoincremented_columns |
| int | param_size |
| void * | record_struct |
| dbSmallBuffer | sql |
| statement_desc | ( | int | id, | |
| statement_desc * | next | |||
| ) | [inline] |
| statement_desc | ( | ) | [inline] |
| void reset | ( | ) | [inline] |
| int id |
| bool first_fetch |
| bool for_update |
| bool prepared |
| bool updated |
| int n_params |
| int n_columns |
| int param_size |
| void* record_struct |