Package | com.maclema.mysql |
Class | public class Mysql |
Inheritance | Mysql ![]() |
Method | Defined By | ||
---|---|---|---|
escapeString(str:String):String [static] | Mysql |
Constant | Defined By | ||
---|---|---|---|
AS3_TYPE_BOOLEAN : int = 7 [static] | Mysql | ||
AS3_TYPE_BYTEARRAY : int = 5 [static] | Mysql | ||
AS3_TYPE_DATE : int = 2 [static] | Mysql | ||
AS3_TYPE_INT : int = 6 [static] | Mysql | ||
AS3_TYPE_NUMBER : int = 1 [static] | Mysql | ||
AS3_TYPE_STRING : int = 4 [static] | Mysql | ||
AS3_TYPE_TIME : int = 3 [static] | Mysql | ||
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 |
escapeString | () | method |
public static function escapeString(str:String):String
Parameters
str:String |
String |
AS3_TYPE_BOOLEAN | Constant |
public static const AS3_TYPE_BOOLEAN:int = 7
AS3_TYPE_BYTEARRAY | Constant |
public static const AS3_TYPE_BYTEARRAY:int = 5
AS3_TYPE_DATE | Constant |
public static const AS3_TYPE_DATE:int = 2
AS3_TYPE_INT | Constant |
public static const AS3_TYPE_INT:int = 6
AS3_TYPE_NUMBER | Constant |
public static const AS3_TYPE_NUMBER:int = 1
AS3_TYPE_STRING | Constant |
public static const AS3_TYPE_STRING:int = 4
AS3_TYPE_TIME | Constant |
public static const AS3_TYPE_TIME:int = 3
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_VAR_STRING | Constant |
public static const FIELD_TYPE_VAR_STRING:int = 0xfd
FIELD_TYPE_VARCHAR | Constant |
public static const FIELD_TYPE_VARCHAR:int = 0x0f
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