Crate mysql_async_support_model[][src]

Structs

DbSchemaCred

Credentials to access a database schema.

QueryError

Query target name and error when attempting to run the query.

QueryResult

Query target name and result sets.

QueryTarget

An entity for which to run a query.

ResultSet

Message, warning count, and result values for a single statement.

SshTunnelMap

Keeps SshSession alive while tunnels are needed.

StringValues

Represents a query result row, with all values stringified.

TypedValues

Represents a query result row, with all values stringified.

Enums

Error

Error while using the mysql_async_support library.

Value

Programmer-friendly model of MySQL [Value][mysql_async::Value] type.

Type Definitions

ResultSetStrings

ResultSet that represents values as Strings

ResultSetTyped

ResultSet with typed values.