Module sqlx::mssql[][src]

This is supported on crate feature mssql only.
Expand description

Microsoft SQL (MSSQL) database driver.

Modules

types

Structs

Mssql

MSSQL database driver.

MssqlArguments
MssqlColumn
MssqlConnectOptions
MssqlConnection
MssqlDatabaseError

An error returned from the MSSQL database.

MssqlQueryResult
MssqlRow
MssqlStatement
MssqlTransactionManager

Implementation of [TransactionManager] for MSSQL.

MssqlTypeInfo
MssqlValue

Implementation of Value for MSSQL.

MssqlValueRef

Implementation of ValueRef for MSSQL.

Type Definitions

MssqlPool

An alias for Pool, specialized for MSSQL.