mysql-native v2.0.0 (2018-02-13T07:14:17Z)
Dub
Repo
consume
mysql
protocol
packet_helpers
Returns N number of bytes from the packet and advances the array
T
consume
(MySQLSocket conn)
string
consume
(ubyte[] packet)
string
consume
(ubyte[] packet, size_t N)
ubyte
[]
consume
(ubyte[] packet, size_t N)
pure nothrow
ubyte
[]
consume
()
(
ref
ubyte
[]
packet
,
size_t
N
)
T
consume
(ubyte[] packet, int n)
TimeOfDay
consume
(ubyte[] packet)
Date
consume
(ubyte[] packet)
DateTime
consume
(ubyte[] packet)
T
consume
(ubyte[] packet)
T
consume
(ubyte[] packet)
string
consume
(ubyte[] packet)
Meta
Source
See Implementation
mysql
protocol
packet_helpers
functions
consume
consumeBinaryValueIfComplete
consumeIfComplete
consumeNonBinaryValueIfComplete
decode
decodeLCBHeader
getNumLCBBytes
myto
pack
packInto
packLCS
packLength
setPacketHeader
skip
toDate
toDateTime
toTimeDiff
toTimeOfDay
properties
hasEnoughBytes
Returns N number of bytes from the packet and advances the array