
Net::Drizzle::Connection - Connection object for Net::Drizzle

Create new instance of Net::Drizzle::Connection.
Send query to server.
Get the instance of Net::Drizzle that the connection belongs to.
Close server connection.
Connect to server.
Set events that are ready for a connection. This is used with the external event callbacks.
Get events for connection.
set the db name.
Set application data for a connection.
Get application data for a connection.
Get protocol version for a connection.
Set protocol version for a connection.
Set scramble buffer for a connection.
Set status for a connection.
Set capabilities for a connection.
Set charset for a connection.
Set thread_id for a connection.
Set max_packet_size for a connection.
Use given file descriptor for connection.
Initialize a result structure.
Read command and buffer it.
Get file descriptor for connection.
Get the server <?= $v ?>
set up the tcp thing.
set up authentication thing
Get options for a connection.
Add options for a connection.
clone the connection.
add the query for concurrent request.
create new query
Get file handle for connection.
Write server handshake packet.
Read client handshake packet.
Set server version for connection.

Tokuhiro Matsuno