#include <res_odbc.h>

Data Fields | |
| SQLSMALLINT | decimals |
| struct { | |
| struct odbc_cache_columns * next | |
| } | list |
| char * | name |
| SQLSMALLINT | nullable |
| SQLINTEGER | octetlen |
| SQLSMALLINT | radix |
| SQLINTEGER | size |
| SQLSMALLINT | type |
Definition at line 64 of file res_odbc.h.
| SQLSMALLINT decimals |
| struct { ... } list |
Referenced by require_odbc().
| char* name |
Definition at line 65 of file res_odbc.h.
Referenced by ast_odbc_find_column(), ast_odbc_find_table(), and require_odbc().
struct odbc_cache_columns* next [read] |
Definition at line 72 of file res_odbc.h.
| SQLSMALLINT nullable |
| SQLINTEGER octetlen |
| SQLSMALLINT radix |
| SQLINTEGER size |
| SQLSMALLINT type |
Definition at line 66 of file res_odbc.h.
Referenced by ast_odbc_find_table(), require_odbc(), and update_odbc().
1.5.6