Instance Method
encode(data:out:)
Called once there is data to encode.
func encode(data: MySQLPacket, out: inout ByteBuffer) throws
Parameters
dataThe data to encode into a
ByteBuffer.outThe
ByteBufferinto which we want to encode.
Instance Method
func encode(data: MySQLPacket, out: inout ByteBuffer) throws
dataThe data to encode into a ByteBuffer.
outThe ByteBuffer into which we want to encode.