Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
mysql
v0.16.0
MySql
Any
Collations
ColumnSpec
Connection
Options
Driver
ConnectionBuilder
Protocol
HandshakeResponse41
HandshakeV10
Quit
ReadPacket
ResultSet
Statement
TextResultSet
UnpreparedStatement
WritePacket
Built with Crystal 1.10.0
2023-12-21 16:57:15 UTC
struct
MySql::
Protocol::
HandshakeV10
MySql::Protocol::HandshakeV10
Struct
Value
Object
Defined in:
mysql/packets.cr
Constructors
.new
(auth_plugin_data : Slice(UInt8), charset : UInt8)
Class Method Summary
.read
(packet : MySql::ReadPacket)
Instance Method Summary
#auth_plugin_data
: Bytes
#charset
: UInt8
Constructor Detail
def self.
new
(auth_plugin_data : Slice(UInt8), charset : UInt8)
#
[
View source
]
Class Method Detail
def self.
read
(packet :
MySql::ReadPacket
)
#
[
View source
]
Instance Method Detail
def
auth_plugin_data
: Bytes
#
[
View source
]
def
charset
: UInt8
#
[
View source
]