[][src]Module mssql_browser::custom_socket

Types and functions related to using a custom socket implementation

Structs

AsyncStdSocketFactory
TokioSocketFactory

Traits

UdpSocket

A generic contract for an UDP socket. Used to be agnostic of the underlying async framework used.

UdpSocketFactory

A trait used to create UdpSocket instances.

Functions

browse

Discovers any SQL Server instances running on hosts reached by the given multicast address.

browse_host

Discovers any SQL Server instances running on the given host

browse_instance

Gets information about the given instance.

browse_instance_dac

Gets DAC information about the given instance

Type Definitions

DefaultSocketFactory