|
Asterisk - The Open Source Telephony Project
18.5.0
|
These structures are used for adaptive capabilities. More...
#include <res_odbc.h>
Public Member Functions | |
| AST_LIST_ENTRY (odbc_cache_columns) list | |
Data Fields | |
| SQLSMALLINT | decimals |
| char * | name |
| SQLSMALLINT | nullable |
| SQLINTEGER | octetlen |
| SQLSMALLINT | radix |
| SQLINTEGER | size |
| SQLSMALLINT | type |
These structures are used for adaptive capabilities.
Definition at line 59 of file res_odbc.h.
| AST_LIST_ENTRY | ( | odbc_cache_columns | ) |
| SQLSMALLINT decimals |
Definition at line 63 of file res_odbc.h.
Referenced by ast_odbc_find_table().
| char* name |
Definition at line 60 of file res_odbc.h.
Referenced by ast_odbc_find_column(), ast_odbc_find_table(), PathSegment::get_child(), Parameter::load(), SwaggerType::load(), Property::load(), and require_odbc().
| SQLSMALLINT nullable |
Definition at line 65 of file res_odbc.h.
Referenced by ast_odbc_find_table(), and update_odbc().
| SQLINTEGER octetlen |
Definition at line 66 of file res_odbc.h.
Referenced by ast_odbc_find_table().
| SQLSMALLINT radix |
Definition at line 64 of file res_odbc.h.
Referenced by ast_odbc_find_table().
| SQLINTEGER size |
Definition at line 62 of file res_odbc.h.
Referenced by ast_odbc_find_table(), and require_odbc().
| SQLSMALLINT type |
Definition at line 61 of file res_odbc.h.
Referenced by ast_odbc_find_table(), is_text(), Property::load(), and require_odbc().
1.8.13