Dependents:   MySQLClientExample MySQLClientExampleMA

Embed: (wiki syntax)

« Back to documentation index

MySQLClient.h File Reference

MySQLClient.h File Reference

MySQL Client header file. More...

Go to the source code of this file.

Data Structures

class  MySQLClient
 A MySQL Client. More...

Enumerations

enum  MySQLResult {
  MYSQL_OK, MYSQL_PROCESSING, MYSQL_PRTCL, MYSQL_SETUP,
  MYSQL_DNS, MYSQL_AUTHFAILED, MYSQL_READY, MYSQL_SQL,
  MYSQL_TIMEOUT, MYSQL_CONN, MYSQL_OK, MYSQL_PROCESSING,
  MYSQL_PRTCL, MYSQL_SETUP, MYSQL_DNS, MYSQL_AUTHFAILED,
  MYSQL_READY, MYSQL_SQL, MYSQL_TIMEOUT, MYSQL_CONN
}
 

MySQL client results.

More...

Detailed Description

MySQL Client header file.

Definition in file LPC1768/services/mysql/MySQLClient.h.


Enumeration Type Documentation

MySQL client results.

Enumerator:
MYSQL_OK 

Success.

MYSQL_PROCESSING 

Processing.

MYSQL_PRTCL 

Protocol error.

MYSQL_SETUP 

Not properly configured.

MYSQL_DNS 

Could not resolve name.

MYSQL_AUTHFAILED 

Auth failure.

MYSQL_READY 

Ready to send commands.

MYSQL_SQL 

SQL Error.

MYSQL_TIMEOUT 

Connection timeout.

MYSQL_CONN 

Connection error.

MYSQL_OK 

Success.

MYSQL_PROCESSING 

Processing.

MYSQL_PRTCL 

Protocol error.

MYSQL_SETUP 

Not properly configured.

MYSQL_DNS 

Could not resolve name.

MYSQL_AUTHFAILED 

Auth failure.

MYSQL_READY 

Ready to send commands.

MYSQL_SQL 

SQL Error.

MYSQL_TIMEOUT 

Connection timeout.

MYSQL_CONN 

Connection error.

Definition at line 46 of file LPC1768/services/mysql/MySQLClient.h.