Module mysql::conn [] [src]

Modules

pool

Structs

Column

Mysql Column.

Conn

Mysql connection.

LocalInfile

Local in-file stream. The callback will be passed a reference to this stream, which it should use to write the contents of the requested file. See LocalInfileHandler documentation for example.

LocalInfileHandler

Callback to handle requests for local files. Consult Mysql documentation for the format of local infile data.

Opts

Mysql connection options.

OptsBuilder

Provides a way to build Opts.

QueryResult

Mysql result set for text and binary protocols.

Row

Mysql row representation.

Stmt

Mysql prepared statement.

Transaction

Enums

IsolationLevel

Traits

ColumnIndex
GenericConnection

A trait allowing abstraction over connections and transactions