HCE project C++ developers source code library  1.1.1
HCE project developer library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
PreparedQuery Class Reference

#include <MysqlLite.h>

Public Member Functions

 PreparedQuery (const char *query, MysqlLite *sql)
 ~PreparedQuery ()
bool execute ()
MYSQL_BIND * operator[] (int index)
bool bind ()
const char * errorStr ()
unsigned int errNo ()

Detailed Description

Definition at line 51 of file MysqlLite.h.

Constructor & Destructor Documentation

PreparedQuery::PreparedQuery ( const char *  query,
MysqlLite sql 
)

Definition at line 195 of file MysqlLite.cpp.

PreparedQuery::~PreparedQuery ( )

Definition at line 213 of file MysqlLite.cpp.

Member Function Documentation

bool PreparedQuery::bind ( )

Definition at line 233 of file MysqlLite.cpp.

unsigned int PreparedQuery::errNo ( )
inline

Definition at line 60 of file MysqlLite.h.

const char * PreparedQuery::errorStr ( )

Definition at line 238 of file MysqlLite.cpp.

bool PreparedQuery::execute ( )

Definition at line 219 of file MysqlLite.cpp.

MYSQL_BIND * PreparedQuery::operator[] ( int  index)

Definition at line 224 of file MysqlLite.cpp.


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