An SQL statement.
More...
|
|
gchar * | sql |
| | SQL statement.
|
| |
|
PGresult * | result |
| | Result set.
|
| |
|
int | current_row |
| | Row position in results.
|
| |
|
int | executed |
| | Whether statement has been executed.
|
| |
|
array_t * | param_values |
| | Parameter values.
|
| |
|
GArray * | param_lengths |
| | Parameter lengths (int's).
|
| |
|
GArray * | param_formats |
| | Parameter formats (int's).
|
| |
The documentation for this struct was generated from the following file: