Asterisk - The Open Source Telephony Project GIT-master-27fb039
Loading...
Searching...
No Matches
Data Fields
odbc_cache_columns Struct Reference

These structures are used for adaptive capabilities. More...

#include <res_odbc.h>

Collaboration diagram for odbc_cache_columns:
Collaboration graph
[legend]

Data Fields

SQLSMALLINT decimals
 
struct { 
 
   struct odbc_cache_columns *   next 
 
list 
 
char * name
 
SQLSMALLINT nullable
 
SQLINTEGER octetlen
 
SQLSMALLINT radix
 
SQLINTEGER size
 
SQLSMALLINT type
 

Detailed Description

These structures are used for adaptive capabilities.

Definition at line 59 of file res_odbc.h.

Field Documentation

◆ decimals

SQLSMALLINT decimals

Definition at line 63 of file res_odbc.h.

Referenced by ast_odbc_find_table().

◆ [struct]

struct { ... } list

◆ name

char* name

◆ next

struct odbc_cache_columns* next

Definition at line 67 of file res_odbc.h.

◆ nullable

SQLSMALLINT nullable

Definition at line 65 of file res_odbc.h.

Referenced by ast_odbc_find_table(), and update_odbc().

◆ octetlen

SQLINTEGER octetlen

Definition at line 66 of file res_odbc.h.

Referenced by ast_odbc_find_table().

◆ radix

SQLSMALLINT radix

Definition at line 64 of file res_odbc.h.

Referenced by ast_odbc_find_table().

◆ size

SQLINTEGER size

Definition at line 62 of file res_odbc.h.

Referenced by ast_odbc_find_table(), and require_odbc().

◆ type

SQLSMALLINT type

Definition at line 61 of file res_odbc.h.

Referenced by ast_odbc_find_table(), is_text(), and require_odbc().


The documentation for this struct was generated from the following file: