Public Member Functions | List of all members
AppSecInc::Databases::ODBC::ODBCParameters Class Reference

An ODBC parameters. More...

#include <Parameters.h>

Public Member Functions

unsigned int GetParameterCount () const
 get the number of parameters More...
 
const ODBCParameteroperator[] (const std::wstring &name) const
 get a parameter by name More...
 
const ODBCParameteroperator[] (int index) const
 get a parameter by index More...
 
void AddParameter (const ODBCParameter &p)
 add a named parameter More...
 
void Bind (SQLHSTMT stmt)
 bind the parameters to a connection More...
 
 ODBCParameters ()
 
virtual ~ODBCParameters ()
 

Detailed Description

An ODBC parameters.

Constructor & Destructor Documentation

ODBCParameters::ODBCParameters ( )
ODBCParameters::~ODBCParameters ( )
virtual

Member Function Documentation

void ODBCParameters::AddParameter ( const ODBCParameter p)

add a named parameter

void ODBCParameters::Bind ( SQLHSTMT  stmt)

bind the parameters to a connection

unsigned int AppSecInc::Databases::ODBC::ODBCParameters::GetParameterCount ( ) const
inline

get the number of parameters

const ODBCParameter & ODBCParameters::operator[] ( const std::wstring &  name) const

get a parameter by name

const ODBCParameter & ODBCParameters::operator[] ( int  index) const

get a parameter by index


The documentation for this class was generated from the following files:


© Application Security Inc. - All Rights Reserved http://msiext.codeplex.com