MySqlCommand Class Reference
[MySQL]

An SQL command or statement. Command SqlLiteCommand CommandParameter RecordSet. More...

#include <MySqlCommand.h>

Inheritance diagram for MySqlCommand:
Command IMemoryValidate

List of all members.

Public Member Functions

 MySqlCommand (MySqlConnection *mysql)
 MySqlCommand (MySqlConnection *mysql, const String &cmdtxt)
virtual void CommandTextSet (const String &txt)
virtual void Prepare ()
virtual int ExecuteNonQuery ()
virtual RecordSetPtr ExecuteQuery ()
virtual void CheckMem () const
virtual void ValidateMem () const

Protected Member Functions

String ToSQL ()

Protected Attributes

MySqlConnection * m_mysql

Detailed Description

An SQL command or statement. Command SqlLiteCommand CommandParameter RecordSet.

Definition at line 37 of file MySqlCommand.h.


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