Packagecom.maclema.mysql
Classpublic class Mysql

Static Fields



Public Constants
 ConstantDefined 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
Constant detail
CLIENT_COMPRESSconstant
public static const CLIENT_COMPRESS:int = 32
CLIENT_CONNECT_WITH_DBconstant 
public static const CLIENT_CONNECT_WITH_DB:int = 8
CLIENT_FOUND_ROWSconstant 
public static const CLIENT_FOUND_ROWS:int = 2
CLIENT_IGNORE_SIGPIPEconstant 
public static const CLIENT_IGNORE_SIGPIPE:int = 4096
CLIENT_IGNORE_SPACEconstant 
public static const CLIENT_IGNORE_SPACE:int = 256
CLIENT_INTERACTIVEconstant 
public static const CLIENT_INTERACTIVE:int = 1024
CLIENT_LOCAL_FILESconstant 
public static const CLIENT_LOCAL_FILES:int = 128
CLIENT_LONG_FLAGconstant 
public static const CLIENT_LONG_FLAG:int = 4
CLIENT_LONG_PASSWORDconstant 
public static const CLIENT_LONG_PASSWORD:int = 1
CLIENT_MULTI_RESULTSconstant 
public static const CLIENT_MULTI_RESULTS:int = 131072
CLIENT_MULTI_STATEMENTSconstant 
public static const CLIENT_MULTI_STATEMENTS:int = 65536
CLIENT_NO_SCHEMAconstant 
public static const CLIENT_NO_SCHEMA:int = 16
CLIENT_ODBCconstant 
public static const CLIENT_ODBC:int = 64
CLIENT_PROTOCOL_41constant 
public static const CLIENT_PROTOCOL_41:int = 512
CLIENT_RESERVEDconstant 
public static const CLIENT_RESERVED:int = 16384
CLIENT_SECURE_CONNECTIONconstant 
public static const CLIENT_SECURE_CONNECTION:int = 32768
CLIENT_SSLconstant 
public static const CLIENT_SSL:int = 2048
CLIENT_TRANSACTIONSconstant 
public static const CLIENT_TRANSACTIONS:int = 8192
COM_BINLOG_DUMPconstant 
public static const COM_BINLOG_DUMP:int = 0x12
COM_CHANGE_USERconstant 
public static const COM_CHANGE_USER:int = 0x11
COM_CONNECTconstant 
public static const COM_CONNECT:int = 0x0b
COM_CONNECT_OUTconstant 
public static const COM_CONNECT_OUT:int = 0x14
COM_CREATE_DBconstant 
public static const COM_CREATE_DB:int = 0x05
COM_DEBUGconstant 
public static const COM_DEBUG:int = 0x0d
COM_DELAYED_INSERTconstant 
public static const COM_DELAYED_INSERT:int = 0x10
COM_DROP_DBconstant 
public static const COM_DROP_DB:int = 0x06
COM_FIELD_LISTconstant 
public static const COM_FIELD_LIST:int = 0x04
COM_INIT_DBconstant 
public static const COM_INIT_DB:int = 0x02
COM_PINGconstant 
public static const COM_PING:int = 0x0e
COM_PROCESS_INFOconstant 
public static const COM_PROCESS_INFO:int = 0x0a
COM_PROCESS_KILLconstant 
public static const COM_PROCESS_KILL:int = 0x0c
COM_QUERYconstant 
public static const COM_QUERY:int = 0x03
COM_QUITconstant 
public static const COM_QUIT:int = 0x01
COM_REFRESHconstant 
public static const COM_REFRESH:int = 0x07
COM_REGISTER_SLAVEconstant 
public static const COM_REGISTER_SLAVE:int = 0x15
COM_SET_OPTIONconstant 
public static const COM_SET_OPTION:int = 0x1b
COM_SHUTDOWNconstant 
public static const COM_SHUTDOWN:int = 0x08
COM_SLEEPconstant 
public static const COM_SLEEP:int = 0x00
COM_STATISTICSconstant 
public static const COM_STATISTICS:int = 0x09
COM_STMT_CLOSEconstant 
public static const COM_STMT_CLOSE:int = 0x19
COM_STMT_EXECUTEconstant 
public static const COM_STMT_EXECUTE:int = 0x17
COM_STMT_FETCHconstant 
public static const COM_STMT_FETCH:int = 0x1c
COM_STMT_PREPAREconstant 
public static const COM_STMT_PREPARE:int = 0x16
COM_STMT_RESETconstant 
public static const COM_STMT_RESET:int = 0x1a
COM_STMT_SEND_LONG_DATAconstant 
public static const COM_STMT_SEND_LONG_DATA:int = 0x18
COM_TABLE_DUMPconstant 
public static const COM_TABLE_DUMP:int = 0x13
COM_TIMEconstant 
public static const COM_TIME:int = 0x0f
FIELD_TYPE_BITconstant 
public static const FIELD_TYPE_BIT:int = 0x10
FIELD_TYPE_BLOBconstant 
public static const FIELD_TYPE_BLOB:int = 0xfc
FIELD_TYPE_DATEconstant 
public static const FIELD_TYPE_DATE:int = 0x0a
FIELD_TYPE_DATETIMEconstant 
public static const FIELD_TYPE_DATETIME:int = 0x0c
FIELD_TYPE_DECIMALconstant 
public static const FIELD_TYPE_DECIMAL:int = 0x00
FIELD_TYPE_DOUBLEconstant 
public static const FIELD_TYPE_DOUBLE:int = 0x05
FIELD_TYPE_ENUMconstant 
public static const FIELD_TYPE_ENUM:int = 0xf7
FIELD_TYPE_FLOATconstant 
public static const FIELD_TYPE_FLOAT:int = 0x04
FIELD_TYPE_GEOMETRYconstant 
public static const FIELD_TYPE_GEOMETRY:int = 0xff
FIELD_TYPE_INT24constant 
public static const FIELD_TYPE_INT24:int = 0x09
FIELD_TYPE_LONGconstant 
public static const FIELD_TYPE_LONG:int = 0x03
FIELD_TYPE_LONG_BLOBconstant 
public static const FIELD_TYPE_LONG_BLOB:int = 0xfb
FIELD_TYPE_LONGLONGconstant 
public static const FIELD_TYPE_LONGLONG:int = 0x08
FIELD_TYPE_MEDIUM_BLOBconstant 
public static const FIELD_TYPE_MEDIUM_BLOB:int = 0xfa
FIELD_TYPE_NEWDATEconstant 
public static const FIELD_TYPE_NEWDATE:int = 0x0e
FIELD_TYPE_NEWDECIMALconstant 
public static const FIELD_TYPE_NEWDECIMAL:int = 0xf6
FIELD_TYPE_NULLconstant 
public static const FIELD_TYPE_NULL:int = 0x06
FIELD_TYPE_SETconstant 
public static const FIELD_TYPE_SET:int = 0xf8
FIELD_TYPE_SHORTconstant 
public static const FIELD_TYPE_SHORT:int = 0x02
FIELD_TYPE_STRINGconstant 
public static const FIELD_TYPE_STRING:int = 0xfe
FIELD_TYPE_TIMEconstant 
public static const FIELD_TYPE_TIME:int = 0x0b
FIELD_TYPE_TIMESTAMPconstant 
public static const FIELD_TYPE_TIMESTAMP:int = 0x07
FIELD_TYPE_TINYconstant 
public static const FIELD_TYPE_TINY:int = 0x01
FIELD_TYPE_TINY_BLOBconstant 
public static const FIELD_TYPE_TINY_BLOB:int = 0xf9
FIELD_TYPE_VARCHARconstant 
public static const FIELD_TYPE_VARCHAR:int = 0x0f
FIELD_TYPE_VAR_STRINGconstant 
public static const FIELD_TYPE_VAR_STRING:int = 0xfd
FIELD_TYPE_YEARconstant 
public static const FIELD_TYPE_YEAR:int = 0x0d
FLAG_AUTO_INCREMENTconstant 
public static const FLAG_AUTO_INCREMENT:int = 0200
FLAG_BINARYconstant 
public static const FLAG_BINARY:int = 0080
FLAG_BLOBconstant 
public static const FLAG_BLOB:int = 0010
FLAG_ENUMconstant 
public static const FLAG_ENUM:int = 0100
FLAG_MULTIPLE_KEYconstant 
public static const FLAG_MULTIPLE_KEY:int = 0008
FLAG_NOT_NULLconstant 
public static const FLAG_NOT_NULL:int = 0001
FLAG_PRIMARY_KEYconstant 
public static const FLAG_PRIMARY_KEY:int = 0002
FLAG_SETconstant 
public static const FLAG_SET:int = 0800
FLAG_TIMESTAMPconstant 
public static const FLAG_TIMESTAMP:int = 0400
FLAG_UNIQUE_KEYconstant 
public static const FLAG_UNIQUE_KEY:int = 0004
FLAG_UNSIGNED_FLAGconstant 
public static const FLAG_UNSIGNED_FLAG:int = 0020
FLAG_ZEROFILLconstant 
public static const FLAG_ZEROFILL:int = 0040