See: Description
| Interface | Description |
|---|---|
| MssqlException |
Interface for SQL Server-specific extension to
R2dbcException providing ErrorDetails. |
| MssqlResult |
A strongly typed implementation of
Result for a Microsoft SQL Server database. |
| MssqlStatement |
A strongly typed implementation of
Statement for a Microsoft SQL Server database. |
| Class | Description |
|---|---|
| ErrorDetails |
Details for an Error.
|
| MssqlBatch |
An implementation of
Batch for executing a collection of statements in a batch against a Microsoft SQL Server database. |
| MssqlColumnMetadata |
Microsoft SQL Server-specific
ColumnMetadata based on Decodable. |
| MssqlConnection |
Connection to a Microsoft SQL Server. |
| MssqlConnectionConfiguration |
Connection configuration information for connecting to a Microsoft SQL database.
|
| MssqlConnectionConfiguration.Builder |
A builder for
MssqlConnectionConfiguration instances. |
| MssqlConnectionFactory |
An implementation of
ConnectionFactory for creating connections to a Microsoft SQL Server database. |
| MssqlConnectionFactoryProvider |
An implementation of
ConnectionFactoryProvider for creating MssqlConnectionFactorys. |
| MssqlConnectionMetadata |
Connection metadata for a connection connected to Microsoft SQL Server database.
|
| MssqlIsolationLevel |
SQL Server-specific transaction isolation levels.
|
| Exception | Description |
|---|---|
| AbstractMssqlException |
Microsoft SQL Server-specific exception class.
|
Copyright © 2023. All rights reserved.