Module mssql

Source
Available on crate feature mssql only.
Expand description

Microsoft SQL (MSSQL) database driver.

Modules§

types

Structs§

Mssql
MSSQL database driver.
MssqlArguments
MssqlColumn
MssqlConnectOptions
Options and flags which can be used to configure a Microsoft SQL Server connection.
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.

Enums§

Encrypt
During the Pre-Login handshake, the client and the server negotiate the wire encryption to be used.

Traits§

MssqlExecutor
An alias for Executor<'_, Database = Mssql>.

Type Aliases§

MssqlPool
An alias for Pool, specialized for MSSQL.
MssqlPoolOptions
An alias for PoolOptions, specialized for MSSQL.