Resultset
You are viewing an old version of this article. View
the current version here.
Resultset
A resultset consist in differents packets :
- 1 Column count packet
- for Column count
- x Binary or Text resultset row
- ERR_Packet / EOF_Packet
Column count packet
- int<lenenc> column count
Column definition packet
- string<lenenc> catalog (always 'def')
- string<lenenc> schema
- string<lenenc> table alias
- string<lenenc> table
- string<lenenc> column alias
- string<lenenc> column
- int<lenenc> length of fixed fields (=0xC)
- int<2> character set number
- int<4> max. column size
- int<1> column type
- int<2> flags
- int<1> decimals
- int<2> - unused -
Comments
Comments loading...
Content reproduced on this site is the property of its respective owners,
and this content is not reviewed in advance by MariaDB. The views, information and opinions
expressed by this content do not necessarily represent those of MariaDB or any other party.