An SQL command or statement. Command SqlLiteCommand CommandParameter RecordSet. More...
#include <MySqlCommand.h>
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 |
An SQL command or statement. Command SqlLiteCommand CommandParameter RecordSet.
Definition at line 37 of file MySqlCommand.h.