This interface defines virtual methods for each of the user-facing overload sets in SqlConnectServiceClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type SqlConnectServiceClient.
To create a concrete instance, see MakeSqlConnectServiceConnection().
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-14 UTC."],[[["The latest release candidate for the SQL C++ client library is version 2.37.0-rc, with multiple previous versions also available, including the current version, 2.13.0."],["This page details the `SqlConnectServiceConnection` object, specifically used with the `SqlConnectServiceClient`."],["The `SqlConnectServiceConnection` provides virtual methods that correspond to each user-facing overload set found within the `SqlConnectServiceClient`."],["`MakeSqlConnectServiceConnection()` is used for creating a concrete instance and `sql_v1_mocks::MockSqlConnectServiceConnection` is available for mocking purposes."],["The `SqlConnectServiceConnection` class has the virtual methods such as `options()`, `GetConnectSettings`, and `GenerateEphemeralCert` which have specific parameter and return types."]]],[]]