7.1 KiB
7.1 KiB
module db.mysql
Contents
- Constants
- connect
- debug
- get_client_info
- get_client_version
- ConnectionFlag
- FieldType
- C.MYSQL
- C.MYSQL_BIND
- C.MYSQL_FIELD
- C.MYSQL_RES
- C.MYSQL_STMT
- Config
- DB
- affected_rows
- autocommit
- change_user
- close
- commit
- create
- delete
- drop
- dump_debug_info
- escape_string
- exec
- exec_none
- exec_one
- exec_param
- exec_param_many
- get_host_info
- get_option
- get_server_info
- get_server_version
- info
- init_stmt
- insert
- last_id
- ping
- prepare
- query
- real_query
- refresh
- reset
- select
- select_db
- set_option
- tables
- update
- use_result
- Field
- Result
- Row
- Stmt
- StmtHandle