Definition at line 272 of file sqlite3odbc.c.
Data Fields | |
int | len |
Current length. | |
int | max |
Maximum length of buffer. | |
int | oom |
True when out of memory. | |
char | buffer [1] |
String buffer. |
|
String buffer.
Definition at line 276 of file sqlite3odbc.c. |
|
Current length.
Definition at line 273 of file sqlite3odbc.c. |
|
Maximum length of buffer.
Definition at line 274 of file sqlite3odbc.c. |
|
True when out of memory.
Definition at line 275 of file sqlite3odbc.c. |