| Constant | Defined by | ||
|---|---|---|---|
| CLIENT_COMPRESS : int = 32 [static]
| Mysql | ||
| CLIENT_CONNECT_WITH_DB : int = 8 [static]
| Mysql | ||
| CLIENT_FOUND_ROWS : int = 2 [static]
| Mysql | ||
| CLIENT_IGNORE_SIGPIPE : int = 4096 [static]
| Mysql | ||
| CLIENT_IGNORE_SPACE : int = 256 [static]
| Mysql | ||
| CLIENT_INTERACTIVE : int = 1024 [static]
| Mysql | ||
| CLIENT_LOCAL_FILES : int = 128 [static]
| Mysql | ||
| CLIENT_LONG_FLAG : int = 4 [static]
| Mysql | ||
| CLIENT_LONG_PASSWORD : int = 1 [static]
| Mysql | ||
| CLIENT_MULTI_RESULTS : int = 131072 [static]
| Mysql | ||
| CLIENT_MULTI_STATEMENTS : int = 65536 [static]
| Mysql | ||
| CLIENT_NO_SCHEMA : int = 16 [static]
| Mysql | ||
| CLIENT_ODBC : int = 64 [static]
| Mysql | ||
| CLIENT_PROTOCOL_41 : int = 512 [static]
| Mysql | ||
| CLIENT_RESERVED : int = 16384 [static]
| Mysql | ||
| CLIENT_SECURE_CONNECTION : int = 32768 [static]
| Mysql | ||
| CLIENT_SSL : int = 2048 [static]
| Mysql | ||
| CLIENT_TRANSACTIONS : int = 8192 [static]
| Mysql | ||
| COM_BINLOG_DUMP : int = 0x12 [static]
| Mysql | ||
| COM_CHANGE_USER : int = 0x11 [static]
| Mysql | ||
| COM_CONNECT : int = 0x0b [static]
| Mysql | ||
| COM_CONNECT_OUT : int = 0x14 [static]
| Mysql | ||
| COM_CREATE_DB : int = 0x05 [static]
| Mysql | ||
| COM_DEBUG : int = 0x0d [static]
| Mysql | ||
| COM_DELAYED_INSERT : int = 0x10 [static]
| Mysql | ||
| COM_DROP_DB : int = 0x06 [static]
| Mysql | ||
| COM_FIELD_LIST : int = 0x04 [static]
| Mysql | ||
| COM_INIT_DB : int = 0x02 [static]
| Mysql | ||
| COM_PING : int = 0x0e [static]
| Mysql | ||
| COM_PROCESS_INFO : int = 0x0a [static]
| Mysql | ||
| COM_PROCESS_KILL : int = 0x0c [static]
| Mysql | ||
| COM_QUERY : int = 0x03 [static]
| Mysql | ||
| COM_QUIT : int = 0x01 [static]
| Mysql | ||
| COM_REFRESH : int = 0x07 [static]
| Mysql | ||
| COM_REGISTER_SLAVE : int = 0x15 [static]
| Mysql | ||
| COM_SET_OPTION : int = 0x1b [static]
| Mysql | ||
| COM_SHUTDOWN : int = 0x08 [static]
| Mysql | ||
| COM_SLEEP : int = 0x00 [static]
| Mysql | ||
| COM_STATISTICS : int = 0x09 [static]
| Mysql | ||
| COM_STMT_CLOSE : int = 0x19 [static]
| Mysql | ||
| COM_STMT_EXECUTE : int = 0x17 [static]
| Mysql | ||
| COM_STMT_FETCH : int = 0x1c [static]
| Mysql | ||
| COM_STMT_PREPARE : int = 0x16 [static]
| Mysql | ||
| COM_STMT_RESET : int = 0x1a [static]
| Mysql | ||
| COM_STMT_SEND_LONG_DATA : int = 0x18 [static]
| Mysql | ||
| COM_TABLE_DUMP : int = 0x13 [static]
| Mysql | ||
| COM_TIME : int = 0x0f [static]
| Mysql | ||
| FIELD_TYPE_BIT : int = 0x10 [static]
| Mysql | ||
| FIELD_TYPE_BLOB : int = 0xfc [static]
| Mysql | ||
| FIELD_TYPE_DATE : int = 0x0a [static]
| Mysql | ||
| FIELD_TYPE_DATETIME : int = 0x0c [static]
| Mysql | ||
| FIELD_TYPE_DECIMAL : int = 0x00 [static]
| Mysql | ||
| FIELD_TYPE_DOUBLE : int = 0x05 [static]
| Mysql | ||
| FIELD_TYPE_ENUM : int = 0xf7 [static]
| Mysql | ||
| FIELD_TYPE_FLOAT : int = 0x04 [static]
| Mysql | ||
| FIELD_TYPE_GEOMETRY : int = 0xff [static]
| Mysql | ||
| FIELD_TYPE_INT24 : int = 0x09 [static]
| Mysql | ||
| FIELD_TYPE_LONG : int = 0x03 [static]
| Mysql | ||
| FIELD_TYPE_LONG_BLOB : int = 0xfb [static]
| Mysql | ||
| FIELD_TYPE_LONGLONG : int = 0x08 [static]
| Mysql | ||
| FIELD_TYPE_MEDIUM_BLOB : int = 0xfa [static]
| Mysql | ||
| FIELD_TYPE_NEWDATE : int = 0x0e [static]
| Mysql | ||
| FIELD_TYPE_NEWDECIMAL : int = 0xf6 [static]
| Mysql | ||
| FIELD_TYPE_NULL : int = 0x06 [static]
| Mysql | ||
| FIELD_TYPE_SET : int = 0xf8 [static]
| Mysql | ||
| FIELD_TYPE_SHORT : int = 0x02 [static]
| Mysql | ||
| FIELD_TYPE_STRING : int = 0xfe [static]
| Mysql | ||
| FIELD_TYPE_TIME : int = 0x0b [static]
| Mysql | ||
| FIELD_TYPE_TIMESTAMP : int = 0x07 [static]
| Mysql | ||
| FIELD_TYPE_TINY : int = 0x01 [static]
| Mysql | ||
| FIELD_TYPE_TINY_BLOB : int = 0xf9 [static]
| Mysql | ||
| FIELD_TYPE_VARCHAR : int = 0x0f [static]
| Mysql | ||
| FIELD_TYPE_VAR_STRING : int = 0xfd [static]
| Mysql | ||
| FIELD_TYPE_YEAR : int = 0x0d [static]
| Mysql | ||
| FLAG_AUTO_INCREMENT : int = 0200 [static]
| Mysql | ||
| FLAG_BINARY : int = 0080 [static]
| Mysql | ||
| FLAG_BLOB : int = 0010 [static]
| Mysql | ||
| FLAG_ENUM : int = 0100 [static]
| Mysql | ||
| FLAG_MULTIPLE_KEY : int = 0008 [static]
| Mysql | ||
| FLAG_NOT_NULL : int = 0001 [static]
| Mysql | ||
| FLAG_PRIMARY_KEY : int = 0002 [static]
| Mysql | ||
| FLAG_SET : int = 0800 [static]
| Mysql | ||
| FLAG_TIMESTAMP : int = 0400 [static]
| Mysql | ||
| FLAG_UNIQUE_KEY : int = 0004 [static]
| Mysql | ||
| FLAG_UNSIGNED_FLAG : int = 0020 [static]
| Mysql | ||
| FLAG_ZEROFILL : int = 0040 [static]
| Mysql | ||
| CLIENT_COMPRESS | constant |
public static const CLIENT_COMPRESS:int = 32
| CLIENT_CONNECT_WITH_DB | constant |
public static const CLIENT_CONNECT_WITH_DB:int = 8
| CLIENT_FOUND_ROWS | constant |
public static const CLIENT_FOUND_ROWS:int = 2
| CLIENT_IGNORE_SIGPIPE | constant |
public static const CLIENT_IGNORE_SIGPIPE:int = 4096
| CLIENT_IGNORE_SPACE | constant |
public static const CLIENT_IGNORE_SPACE:int = 256
| CLIENT_INTERACTIVE | constant |
public static const CLIENT_INTERACTIVE:int = 1024
| CLIENT_LOCAL_FILES | constant |
public static const CLIENT_LOCAL_FILES:int = 128
| CLIENT_LONG_FLAG | constant |
public static const CLIENT_LONG_FLAG:int = 4
| CLIENT_LONG_PASSWORD | constant |
public static const CLIENT_LONG_PASSWORD:int = 1
| CLIENT_MULTI_RESULTS | constant |
public static const CLIENT_MULTI_RESULTS:int = 131072
| CLIENT_MULTI_STATEMENTS | constant |
public static const CLIENT_MULTI_STATEMENTS:int = 65536
| CLIENT_NO_SCHEMA | constant |
public static const CLIENT_NO_SCHEMA:int = 16
| CLIENT_ODBC | constant |
public static const CLIENT_ODBC:int = 64
| CLIENT_PROTOCOL_41 | constant |
public static const CLIENT_PROTOCOL_41:int = 512
| CLIENT_RESERVED | constant |
public static const CLIENT_RESERVED:int = 16384
| CLIENT_SECURE_CONNECTION | constant |
public static const CLIENT_SECURE_CONNECTION:int = 32768
| CLIENT_SSL | constant |
public static const CLIENT_SSL:int = 2048
| CLIENT_TRANSACTIONS | constant |
public static const CLIENT_TRANSACTIONS:int = 8192
| COM_BINLOG_DUMP | constant |
public static const COM_BINLOG_DUMP:int = 0x12
| COM_CHANGE_USER | constant |
public static const COM_CHANGE_USER:int = 0x11
| COM_CONNECT | constant |
public static const COM_CONNECT:int = 0x0b
| COM_CONNECT_OUT | constant |
public static const COM_CONNECT_OUT:int = 0x14
| COM_CREATE_DB | constant |
public static const COM_CREATE_DB:int = 0x05
| COM_DEBUG | constant |
public static const COM_DEBUG:int = 0x0d
| COM_DELAYED_INSERT | constant |
public static const COM_DELAYED_INSERT:int = 0x10
| COM_DROP_DB | constant |
public static const COM_DROP_DB:int = 0x06
| COM_FIELD_LIST | constant |
public static const COM_FIELD_LIST:int = 0x04
| COM_INIT_DB | constant |
public static const COM_INIT_DB:int = 0x02
| COM_PING | constant |
public static const COM_PING:int = 0x0e
| COM_PROCESS_INFO | constant |
public static const COM_PROCESS_INFO:int = 0x0a
| COM_PROCESS_KILL | constant |
public static const COM_PROCESS_KILL:int = 0x0c
| COM_QUERY | constant |
public static const COM_QUERY:int = 0x03
| COM_QUIT | constant |
public static const COM_QUIT:int = 0x01
| COM_REFRESH | constant |
public static const COM_REFRESH:int = 0x07
| COM_REGISTER_SLAVE | constant |
public static const COM_REGISTER_SLAVE:int = 0x15
| COM_SET_OPTION | constant |
public static const COM_SET_OPTION:int = 0x1b
| COM_SHUTDOWN | constant |
public static const COM_SHUTDOWN:int = 0x08
| COM_SLEEP | constant |
public static const COM_SLEEP:int = 0x00
| COM_STATISTICS | constant |
public static const COM_STATISTICS:int = 0x09
| COM_STMT_CLOSE | constant |
public static const COM_STMT_CLOSE:int = 0x19
| COM_STMT_EXECUTE | constant |
public static const COM_STMT_EXECUTE:int = 0x17
| COM_STMT_FETCH | constant |
public static const COM_STMT_FETCH:int = 0x1c
| COM_STMT_PREPARE | constant |
public static const COM_STMT_PREPARE:int = 0x16
| COM_STMT_RESET | constant |
public static const COM_STMT_RESET:int = 0x1a
| COM_STMT_SEND_LONG_DATA | constant |
public static const COM_STMT_SEND_LONG_DATA:int = 0x18
| COM_TABLE_DUMP | constant |
public static const COM_TABLE_DUMP:int = 0x13
| COM_TIME | constant |
public static const COM_TIME:int = 0x0f
| FIELD_TYPE_BIT | constant |
public static const FIELD_TYPE_BIT:int = 0x10
| FIELD_TYPE_BLOB | constant |
public static const FIELD_TYPE_BLOB:int = 0xfc
| FIELD_TYPE_DATE | constant |
public static const FIELD_TYPE_DATE:int = 0x0a
| FIELD_TYPE_DATETIME | constant |
public static const FIELD_TYPE_DATETIME:int = 0x0c
| FIELD_TYPE_DECIMAL | constant |
public static const FIELD_TYPE_DECIMAL:int = 0x00
| FIELD_TYPE_DOUBLE | constant |
public static const FIELD_TYPE_DOUBLE:int = 0x05
| FIELD_TYPE_ENUM | constant |
public static const FIELD_TYPE_ENUM:int = 0xf7
| FIELD_TYPE_FLOAT | constant |
public static const FIELD_TYPE_FLOAT:int = 0x04
| FIELD_TYPE_GEOMETRY | constant |
public static const FIELD_TYPE_GEOMETRY:int = 0xff
| FIELD_TYPE_INT24 | constant |
public static const FIELD_TYPE_INT24:int = 0x09
| FIELD_TYPE_LONG | constant |
public static const FIELD_TYPE_LONG:int = 0x03
| FIELD_TYPE_LONG_BLOB | constant |
public static const FIELD_TYPE_LONG_BLOB:int = 0xfb
| FIELD_TYPE_LONGLONG | constant |
public static const FIELD_TYPE_LONGLONG:int = 0x08
| FIELD_TYPE_MEDIUM_BLOB | constant |
public static const FIELD_TYPE_MEDIUM_BLOB:int = 0xfa
| FIELD_TYPE_NEWDATE | constant |
public static const FIELD_TYPE_NEWDATE:int = 0x0e
| FIELD_TYPE_NEWDECIMAL | constant |
public static const FIELD_TYPE_NEWDECIMAL:int = 0xf6
| FIELD_TYPE_NULL | constant |
public static const FIELD_TYPE_NULL:int = 0x06
| FIELD_TYPE_SET | constant |
public static const FIELD_TYPE_SET:int = 0xf8
| FIELD_TYPE_SHORT | constant |
public static const FIELD_TYPE_SHORT:int = 0x02
| FIELD_TYPE_STRING | constant |
public static const FIELD_TYPE_STRING:int = 0xfe
| FIELD_TYPE_TIME | constant |
public static const FIELD_TYPE_TIME:int = 0x0b
| FIELD_TYPE_TIMESTAMP | constant |
public static const FIELD_TYPE_TIMESTAMP:int = 0x07
| FIELD_TYPE_TINY | constant |
public static const FIELD_TYPE_TINY:int = 0x01
| FIELD_TYPE_TINY_BLOB | constant |
public static const FIELD_TYPE_TINY_BLOB:int = 0xf9
| FIELD_TYPE_VARCHAR | constant |
public static const FIELD_TYPE_VARCHAR:int = 0x0f
| FIELD_TYPE_VAR_STRING | constant |
public static const FIELD_TYPE_VAR_STRING:int = 0xfd
| FIELD_TYPE_YEAR | constant |
public static const FIELD_TYPE_YEAR:int = 0x0d
| FLAG_AUTO_INCREMENT | constant |
public static const FLAG_AUTO_INCREMENT:int = 0200
| FLAG_BINARY | constant |
public static const FLAG_BINARY:int = 0080
| FLAG_BLOB | constant |
public static const FLAG_BLOB:int = 0010
| FLAG_ENUM | constant |
public static const FLAG_ENUM:int = 0100
| FLAG_MULTIPLE_KEY | constant |
public static const FLAG_MULTIPLE_KEY:int = 0008
| FLAG_NOT_NULL | constant |
public static const FLAG_NOT_NULL:int = 0001
| FLAG_PRIMARY_KEY | constant |
public static const FLAG_PRIMARY_KEY:int = 0002
| FLAG_SET | constant |
public static const FLAG_SET:int = 0800
| FLAG_TIMESTAMP | constant |
public static const FLAG_TIMESTAMP:int = 0400
| FLAG_UNIQUE_KEY | constant |
public static const FLAG_UNIQUE_KEY:int = 0004
| FLAG_UNSIGNED_FLAG | constant |
public static const FLAG_UNSIGNED_FLAG:int = 0020
| FLAG_ZEROFILL | constant |
public static const FLAG_ZEROFILL:int = 0040