Thu Apr 8 01:24:32 2010

Asterisk developer's documentation


odbc_cache_columns Struct Reference

These aren't used in any API calls, but they are kept in a common location, simply for convenience and to avoid duplication. 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 aren't used in any API calls, but they are kept in a common location, simply for convenience and to avoid duplication.

Definition at line 56 of file res_odbc.h.


Field Documentation

SQLSMALLINT decimals

Definition at line 60 of file res_odbc.h.

Referenced by ast_odbc_find_table().

struct { ... } list

Referenced by require_odbc().

char* name

Definition at line 57 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 64 of file res_odbc.h.

SQLSMALLINT nullable

Definition at line 62 of file res_odbc.h.

Referenced by ast_odbc_find_table().

SQLINTEGER octetlen

Definition at line 63 of file res_odbc.h.

Referenced by ast_odbc_find_table().

SQLSMALLINT radix

Definition at line 61 of file res_odbc.h.

Referenced by ast_odbc_find_table().

SQLINTEGER size

Definition at line 59 of file res_odbc.h.

Referenced by ast_odbc_find_table(), and require_odbc().

SQLSMALLINT type

Definition at line 58 of file res_odbc.h.

Referenced by ast_odbc_find_table(), and require_odbc().


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

Generated on 8 Apr 2010 for Asterisk - the Open Source PBX by  doxygen 1.6.1