Sun Oct 16 2011 08:43:14

Asterisk developer's documentation


odbc_cache_columns Struct Reference

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

Detailed Description

These structures are used for adaptive capabilities.


Member Function Documentation

AST_LIST_ENTRY ( odbc_cache_columns  )

Field Documentation

SQLSMALLINT decimals

Definition at line 68 of file res_odbc.h.

Referenced by ast_odbc_find_table().

char* name

Definition at line 65 of file res_odbc.h.

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

SQLSMALLINT nullable

Definition at line 70 of file res_odbc.h.

Referenced by update_odbc(), and ast_odbc_find_table().

SQLINTEGER octetlen

Definition at line 71 of file res_odbc.h.

Referenced by ast_odbc_find_table().

SQLSMALLINT radix

Definition at line 69 of file res_odbc.h.

Referenced by ast_odbc_find_table().

SQLINTEGER size

Definition at line 67 of file res_odbc.h.

Referenced by require_odbc(), and ast_odbc_find_table().

SQLSMALLINT type

Definition at line 66 of file res_odbc.h.

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


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