BindSqlField Class Reference

#include <AbsSqlStatement.h>

Collaboration diagram for BindSqlField:

Collaboration graph
[legend]

Public Member Functions

 BindSqlField ()

Data Fields

DataType type
int length
void * value
void * targetvalue

Detailed Description

Definition at line 232 of file AbsSqlStatement.h.


Constructor & Destructor Documentation

BindSqlField::BindSqlField (  )  [inline]

Definition at line 239 of file AbsSqlStatement.h.

References targetvalue, and value.

00239 { value = NULL; targetvalue = NULL; }


Field Documentation

int BindSqlField::length

Definition at line 236 of file AbsSqlStatement.h.

Referenced by SqlOdbcStatement::getParamFldInfo(), PacketExecute::marshall(), SqlNetworkHandler::processPrepare(), and PacketExecute::unmarshall().

void* BindSqlField::targetvalue

Definition at line 238 of file AbsSqlStatement.h.

Referenced by BindSqlField().

DataType BindSqlField::type

Definition at line 235 of file AbsSqlStatement.h.

Referenced by SqlOdbcStatement::getParamFldInfo(), PacketExecute::marshall(), SqlNetworkHandler::processPrepare(), and PacketExecute::unmarshall().

void* BindSqlField::value

Definition at line 237 of file AbsSqlStatement.h.

Referenced by BindSqlField(), PacketExecute::marshall(), SqlNetworkHandler::processPrepare(), and PacketExecute::setParams().


The documentation for this class was generated from the following file:
Generated on Mon Jun 9 22:43:43 2008 for csql by  doxygen 1.4.7