Logo
~Database~
~ C++ ~
~Contact~

sqlhcolstruct Struct Reference

#include <Query.h>

Collaboration diagram for sqlhcolstruct:

Collaboration graph
List of all members.

Public Attributes

sqlhcolstructnext
SQLCHAR szColumnName [STR_LEN]
SQLSMALLINT nNameLengthPtr
char szTypeName [STR_LEN]
SQLSMALLINT nDataTypePtr
SQLUINTEGER nColumnSizePtr
SQLSMALLINT nDecimalDigitsPtr
SQLSMALLINT nNullablePtr
SQLSMALLINT nCType
SQLUNIONBUFFERbuffer
SQLINTEGER cbBuffer
char * tmpstr

Detailed Description

Definition at line 90 of file Query.h.


Member Data Documentation

SQLUNIONBUFFER* sqlhcolstruct::buffer
 

Definition at line 101 of file Query.h.

SQLINTEGER sqlhcolstruct::cbBuffer
 

Definition at line 102 of file Query.h.

SQLUINTEGER sqlhcolstruct::nColumnSizePtr
 

Definition at line 97 of file Query.h.

SQLSMALLINT sqlhcolstruct::nCType
 

Definition at line 100 of file Query.h.

SQLSMALLINT sqlhcolstruct::nDataTypePtr
 

Definition at line 96 of file Query.h.

SQLSMALLINT sqlhcolstruct::nDecimalDigitsPtr
 

Definition at line 98 of file Query.h.

struct sqlhcolstruct* sqlhcolstruct::next
 

Definition at line 92 of file Query.h.

SQLSMALLINT sqlhcolstruct::nNameLengthPtr
 

Definition at line 94 of file Query.h.

SQLSMALLINT sqlhcolstruct::nNullablePtr
 

Definition at line 99 of file Query.h.

SQLCHAR sqlhcolstruct::szColumnName[STR_LEN]
 

Definition at line 93 of file Query.h.

char sqlhcolstruct::szTypeName[STR_LEN]
 

Definition at line 95 of file Query.h.

char* sqlhcolstruct::tmpstr
 

Definition at line 103 of file Query.h.


The documentation for this struct was generated from the following file:
Page, code, and content Copyright (C) 2006 by Anders Hedström