Public Member Functions

AppSecInc::Databases::ODBC::ODBCParameters Class Reference

An ODBC parameters. More...

#include <Parameters.h>

List of all members.

Public Member Functions

unsigned int GetParameterCount () const
 get the number of parameters
const ODBCParameteroperator[] (const std::wstring &name) const
 get a parameter by name
const ODBCParameteroperator[] (int index) const
 get a parameter by index
void AddParameter (const ODBCParameter &p)
 add a named parameter
void Bind (SQLHSTMT stmt)
 bind the parameters to a connection
 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[] ( int  index) const

get a parameter by index

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

get a parameter by name


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


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