Skip to main content

Module sqlserver

Module sqlserver 

Source
Expand description

SQL Server backend implementation for rivven-rdbc

Provides Microsoft SQL Server-specific implementations:

  • Connection and prepared statements
  • Transaction support with savepoints
  • Streaming row iteration
  • Connection pooling
  • Schema provider for introspection

Structsยง

SqlServerConnection
SQL Server connection
SqlServerConnectionFactory
SQL Server connection factory
SqlServerPreparedStatement
SQL Server prepared statement backed by a shared connection.
SqlServerTransaction
SQL Server transaction