Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
mysql
main
MySql
Any
ColumnSpec
Connection
Driver
Protocol
HandshakeResponse41
HandshakeV10
Quit
ReadPacket
ResultSet
Statement
TextResultSet
UnpreparedStatement
WritePacket
Built with Crystal 1.9.2
2023-10-08 14:03:22 UTC
struct
MySql::Protocol::HandshakeV10
MySql::Protocol::HandshakeV10
Struct
Value
Object
Defined in:
mysql/packets.cr
Constructors
.new
(auth_plugin_data : Slice(UInt8))
Class Method Summary
.read
(packet : MySql::ReadPacket)
Instance Method Summary
#auth_plugin_data
: Bytes
Constructor Detail
def self.
new
(auth_plugin_data : Slice(UInt8))
#
[
View source
]
Class Method Detail
def self.
read
(packet :
MySql::ReadPacket
)
#
[
View source
]
Instance Method Detail
def
auth_plugin_data
: Bytes
#
[
View source
]