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

SQLUNIONBUFFER Union Reference

this struct holds structural info for one result column More...

#include <Query.h>

Collaboration diagram for SQLUNIONBUFFER:

Collaboration graph
List of all members.

Public Attributes

bool b
char c
unsigned char byte
short s
int i
long l
float f
double d
_int64 bigint
SQL_DATE_STRUCT date
SQL_TIME_STRUCT time
SQL_TIMESTAMP_STRUCT timestamp
SQL_NUMERIC_STRUCT numeric
SQLGUID guid
SQL_INTERVAL_STRUCT interval
char String [BUF_LEN]

Detailed Description

this struct holds structural info for one result column

Definition at line 69 of file Query.h.


Member Data Documentation

bool SQLUNIONBUFFER::b
 

Definition at line 71 of file Query.h.

_int64 SQLUNIONBUFFER::bigint
 

Definition at line 79 of file Query.h.

unsigned char SQLUNIONBUFFER::byte
 

Definition at line 73 of file Query.h.

char SQLUNIONBUFFER::c
 

Definition at line 72 of file Query.h.

double SQLUNIONBUFFER::d
 

Definition at line 78 of file Query.h.

SQL_DATE_STRUCT SQLUNIONBUFFER::date
 

Definition at line 80 of file Query.h.

float SQLUNIONBUFFER::f
 

Definition at line 77 of file Query.h.

SQLGUID SQLUNIONBUFFER::guid
 

Definition at line 84 of file Query.h.

int SQLUNIONBUFFER::i
 

Definition at line 75 of file Query.h.

SQL_INTERVAL_STRUCT SQLUNIONBUFFER::interval
 

Definition at line 85 of file Query.h.

long SQLUNIONBUFFER::l
 

Definition at line 76 of file Query.h.

SQL_NUMERIC_STRUCT SQLUNIONBUFFER::numeric
 

Definition at line 83 of file Query.h.

short SQLUNIONBUFFER::s
 

Definition at line 74 of file Query.h.

char SQLUNIONBUFFER::String[BUF_LEN]
 

Definition at line 86 of file Query.h.

SQL_TIME_STRUCT SQLUNIONBUFFER::time
 

Definition at line 81 of file Query.h.

SQL_TIMESTAMP_STRUCT SQLUNIONBUFFER::timestamp
 

Definition at line 82 of file Query.h.


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