Skip to content
This repository has been archived by the owner on Sep 1, 2020. It is now read-only.

Latest commit

 

History

History
33 lines (25 loc) · 430 Bytes

3.8.1 - 属性列表.md

File metadata and controls

33 lines (25 loc) · 430 Bytes

属性列表

serverInfo

连接信息,保存的是传递给连接函数的数组

sock

连接使用的文件描述符

connected

是否连接上了MySQL服务器

connect_error

发生在sock上的连接错误信息

connect_errno

发生在sock上的连接错误码

error errno

MySQL服务器返回的错误信息

affected_rows

影响的行数

insert_id

最后一个插入的记录id