Go to the source code of this file.
#define MYSQL_320_API |
Definition at line 65 of file ZPlainMySql320.pas.
typedef void(* ERR_PROC)() |
Definition at line 181 of file ZPlainMySql320.pas.
typedef Cardinal MYSQL_FIELD_OFFSET |
Definition at line 274 of file ZPlainMySql320.pas.
typedef PMYSQL_ROWS MYSQL_ROW_OFFSET |
Definition at line 293 of file ZPlainMySql320.pas.
Definition at line 179 of file ZPlainMySql320.pas.
Definition at line 184 of file ZPlainMySql320.pas.
Definition at line 359 of file ZPlainMySql320.pas.
typedef MYSQL_DATA* PMYSQL_DATA |
Definition at line 308 of file ZPlainMySql320.pas.
typedef MYSQL_FIELD* PMYSQL_FIELD |
Definition at line 250 of file ZPlainMySql320.pas.
typedef _MYSQL_OPTIONS* PMYSQL_OPTIONS |
Definition at line 311 of file ZPlainMySql320.pas.
typedef MYSQL_ROW* PMYSQL_ROW |
Definition at line 278 of file ZPlainMySql320.pas.
typedef MYSQL_ROWS* PMYSQL_ROWS |
Definition at line 281 of file ZPlainMySql320.pas.
Definition at line 165 of file ZPlainMySql320.pas.
typedef set<TQuoteOptions> TQuoteOptionsSet |
Definition at line 435 of file ZPlainMySql320.pas.
typedef set<TClientCapabilities> TSetClientCapabilities |
Definition at line 131 of file ZPlainMySql320.pas.
typedef set<TRefreshOptions> TSetRefreshOptions |
Definition at line 142 of file ZPlainMySql320.pas.
enum TClientCapabilities |
Definition at line 117 of file ZPlainMySql320.pas.
enum TModifyType |
Definition at line 422 of file ZPlainMySql320.pas.
enum TMySqlOption |
Definition at line 152 of file ZPlainMySql320.pas.
enum TMySqlStatus |
Definition at line 144 of file ZPlainMySql320.pas.
enum TQuoteOptions |
QUOTE_STRIP_CR | |
QUOTE_STRIP_LF | |
QUOTE_STRIP_CR | |
QUOTE_STRIP_LF | |
QUOTE_STRIP_CR | |
QUOTE_STRIP_LF | |
QUOTE_STRIP_CR | |
QUOTE_STRIP_LF | |
QUOTE_STRIP_CR | |
QUOTE_STRIP_LF |
Definition at line 429 of file ZPlainMySql320.pas.
enum TRefreshOptions |
Definition at line 133 of file ZPlainMySql320.pas.
finalization if Assigned | ( | LibraryLoader | ) |
Definition at line 500 of file ZPlainMySql320.pas.
const FIELD_TYPE_BIT = 16 |
Definition at line 99 of file ZPlainMySql320.pas.
const FIELD_TYPE_BLOB = 252 |
Definition at line 106 of file ZPlainMySql320.pas.
const FIELD_TYPE_CHAR = FIELD_TYPE_TINY |
Definition at line 112 of file ZPlainMySql320.pas.
const FIELD_TYPE_DATE = 10 |
Definition at line 93 of file ZPlainMySql320.pas.
const FIELD_TYPE_DATETIME = 12 |
Definition at line 95 of file ZPlainMySql320.pas.
const FIELD_TYPE_DECIMAL = 0 |
Definition at line 83 of file ZPlainMySql320.pas.
const FIELD_TYPE_DOUBLE = 5 |
Definition at line 88 of file ZPlainMySql320.pas.
const FIELD_TYPE_ENUM = 247 |
Definition at line 101 of file ZPlainMySql320.pas.
const FIELD_TYPE_FLOAT = 4 |
Definition at line 87 of file ZPlainMySql320.pas.
const FIELD_TYPE_GEOMETRY = 255 |
Definition at line 109 of file ZPlainMySql320.pas.
const FIELD_TYPE_INT24 = 9 |
Definition at line 92 of file ZPlainMySql320.pas.
const FIELD_TYPE_INTERVAL = FIELD_TYPE_ENUM |
Definition at line 113 of file ZPlainMySql320.pas.
const FIELD_TYPE_LONG = 3 |
Definition at line 86 of file ZPlainMySql320.pas.
const FIELD_TYPE_LONG_BLOB = 251 |
Definition at line 105 of file ZPlainMySql320.pas.
const FIELD_TYPE_LONGLONG = 8 |
Definition at line 91 of file ZPlainMySql320.pas.
const FIELD_TYPE_MEDIUM_BLOB = 250 |
Definition at line 104 of file ZPlainMySql320.pas.
const FIELD_TYPE_NEWDATE = 14 |
Definition at line 97 of file ZPlainMySql320.pas.
const FIELD_TYPE_NEWDECIMAL = 246 |
const FIELD_TYPE_NULL = 6 |
Definition at line 89 of file ZPlainMySql320.pas.
const FIELD_TYPE_SET = 248 |
Definition at line 102 of file ZPlainMySql320.pas.
const FIELD_TYPE_SHORT = 2 |
Definition at line 85 of file ZPlainMySql320.pas.
const FIELD_TYPE_STRING = 254 |
Definition at line 108 of file ZPlainMySql320.pas.
const FIELD_TYPE_TIME = 11 |
Definition at line 94 of file ZPlainMySql320.pas.
const FIELD_TYPE_TIMESTAMP = 7 |
Definition at line 90 of file ZPlainMySql320.pas.
const FIELD_TYPE_TINY = 1 |
Definition at line 84 of file ZPlainMySql320.pas.
const FIELD_TYPE_TINY_BLOB = 249 |
Definition at line 103 of file ZPlainMySql320.pas.
const FIELD_TYPE_VAR_STRING = 253 |
Definition at line 107 of file ZPlainMySql320.pas.
const FIELD_TYPE_VARCHAR = 15 |
Definition at line 98 of file ZPlainMySql320.pas.
const FIELD_TYPE_YEAR = 13 |
Definition at line 96 of file ZPlainMySql320.pas.
Definition at line 467 of file ZPlainMySql320.pas.
const LINUX1_DLL_LOCATION = "libmysqlclient.so.10" |
Definition at line 76 of file ZPlainMySql320.pas.
PChar MYSQL_ROW[999] |
[0..999]
Definition at line 276 of file ZPlainMySql320.pas.
const WINDOWS1_DLL_LOCATION = "libmysql320.dll" |
Definition at line 75 of file ZPlainMySql320.pas.
Definition at line 500 of file ZPlainMySql320.pas.