# Functions

MockMysqlServer creates a new mock mysql server.
MockMysqlServerWithPort creates a new mock mysql server with port.
NewBinaryRows creates BinaryRows.
NewConn used to create a new client connection.
NewListener creates a new Listener.
NewTestHandler creates new Handler.
NewTextRows creates TextRows.

# Constants

No description provided by the author
COND_DELAY enum.
COND_ERROR enum.
COND_NORMAL enum.
COND_PANIC enum.
COND_STREAM enum.
No description provided by the author

# Structs

BaseRows --.
BinaryRows presents binary row tuple.
Cond presents a condition tuple.
CondList presents a list of Cond.
Listener is a connection handler.
Session is a client connection with greeting and auth.
SessionTuple presents a session tuple.
Statement --.
TestHandler is the handler for testing.
TextRows presents row tuple.

# Interfaces

Conn interface.
Handler interface.
Rows presents row cursor interface.

# Type aliases

CondType used for Condition type.
Func calls on every rows.Next.
No description provided by the author