Main Page | Class Hierarchy | Class List | Directories | File List | Class Members | File Members | Related Pages

PostgresPreparedStatementParameterCollection Class Reference

#include <PostgresPreparedStatementParameterCollection.h>

List of all members.

Public Member Functions

virtual ~PostgresPreparedStatementParameterCollection ()
int GetSize ()
char ** GetParamValues ()
int * GetParamLengths ()
int * GetParamFormats ()
void SetParam (int nPosition, int nValue)
void SetParam (int nPosition, double dblValue)
void SetParam (int nPosition, const wxString &strValue)
void SetParam (int nPosition)
void SetParam (int nPosition, const void *pData, long nDataLength)
void SetParam (int nPosition, const wxDateTime &dateValue)
void SetParam (int nPosition, bool bValue)
void SetParam (int nPosition, PostgresParameter &Parameter)


Constructor & Destructor Documentation

PostgresPreparedStatementParameterCollection::~PostgresPreparedStatementParameterCollection  )  [virtual]
 

Definition at line 6 of file PostgresPreparedStatementParameterCollection.cpp.


Member Function Documentation

int * PostgresPreparedStatementParameterCollection::GetParamFormats  ) 
 

Definition at line 42 of file PostgresPreparedStatementParameterCollection.cpp.

Referenced by PostgresPreparedStatementWrapper::RunQuery(), and PostgresPreparedStatementWrapper::RunQueryWithResults().

int * PostgresPreparedStatementParameterCollection::GetParamLengths  ) 
 

Definition at line 29 of file PostgresPreparedStatementParameterCollection.cpp.

Referenced by PostgresPreparedStatementWrapper::RunQuery(), and PostgresPreparedStatementWrapper::RunQueryWithResults().

char ** PostgresPreparedStatementParameterCollection::GetParamValues  ) 
 

Definition at line 16 of file PostgresPreparedStatementParameterCollection.cpp.

Referenced by PostgresPreparedStatementWrapper::RunQuery(), and PostgresPreparedStatementWrapper::RunQueryWithResults().

int PostgresPreparedStatementParameterCollection::GetSize  ) 
 

Definition at line 11 of file PostgresPreparedStatementParameterCollection.cpp.

Referenced by PostgresPreparedStatementWrapper::RunQuery(), and PostgresPreparedStatementWrapper::RunQueryWithResults().

void PostgresPreparedStatementParameterCollection::SetParam int  nPosition,
PostgresParameter Parameter
 

Definition at line 96 of file PostgresPreparedStatementParameterCollection.cpp.

void PostgresPreparedStatementParameterCollection::SetParam int  nPosition,
bool  bValue
 

Definition at line 90 of file PostgresPreparedStatementParameterCollection.cpp.

References SetParam().

void PostgresPreparedStatementParameterCollection::SetParam int  nPosition,
const wxDateTime &  dateValue
 

Definition at line 84 of file PostgresPreparedStatementParameterCollection.cpp.

References SetParam().

void PostgresPreparedStatementParameterCollection::SetParam int  nPosition,
const void *  pData,
long  nDataLength
 

Definition at line 78 of file PostgresPreparedStatementParameterCollection.cpp.

References SetParam().

void PostgresPreparedStatementParameterCollection::SetParam int  nPosition  ) 
 

Definition at line 72 of file PostgresPreparedStatementParameterCollection.cpp.

References SetParam().

void PostgresPreparedStatementParameterCollection::SetParam int  nPosition,
const wxString &  strValue
 

Definition at line 66 of file PostgresPreparedStatementParameterCollection.cpp.

References SetParam().

void PostgresPreparedStatementParameterCollection::SetParam int  nPosition,
double  dblValue
 

Definition at line 60 of file PostgresPreparedStatementParameterCollection.cpp.

References SetParam().

void PostgresPreparedStatementParameterCollection::SetParam int  nPosition,
int  nValue
 

Definition at line 54 of file PostgresPreparedStatementParameterCollection.cpp.

Referenced by PostgresPreparedStatementWrapper::SetParam(), and SetParam().


The documentation for this class was generated from the following files:
Generated on Sat May 13 17:31:35 2006 for databaselayer by  doxygen 1.4.1