Buffer for INSERT statements.
More...
|
|
array_t * | statements |
| | Buffered statements.
|
| |
|
GString * | statement |
| | Current statement.
|
| |
|
int | current_chunk_size |
| | Number of rows in current statement.
|
| |
|
int | max_chunk_size |
| | Max number of rows per INSERT.
|
| |
|
gchar * | open_sql |
| | SQL to open each statement.
|
| |
|
gchar * | close_sql |
| | SQL to close each statement.
|
| |
Buffer for INSERT statements.
The documentation for this struct was generated from the following file: