Module mssql

Module mssql 

Structs§

MsSql
MSSQL database driver.
MsSqlConnectOptions
MsSqlConnection
MsSqlExecuteResult
MsSqlQuery
MsSqlRow
MsSqlTransactionManager
Implementation of [TransactionManager] for MSSQL.
Numeric
Represent a sql Decimal / Numeric type. It is stored in a i128 and has a maximum precision of 38 decimals.
Routing
TlsErr
UtfDecodeErr

Enums§

MsSqlTypeInfo
The type of the column.

Functions§

query
Make a SQL query, with no arguments.
query_with
Make a SQL query, with the given arguments.

Type Aliases§

MsSqlColumn
MsSqlPool
An alias for Pool, specialized for MSSQL.
MsSqlPoolOptions
An alias for PoolOptions, specialized for MSSQL.
MsSqlTransaction
An alias for Transaction, specialized for MSSQL.
StreamType