This interface defines virtual methods for each of the user-facing overload sets in SqlUsersServiceClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type SqlUsersServiceClient.
To create a concrete instance, see MakeSqlUsersServiceConnection().
[[["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-21 UTC."],[[["This page provides documentation for the `SqlUsersServiceConnection` class, which is part of the Google Cloud C++ client library for SQL, specifically version 2.32.0."],["The `SqlUsersServiceConnection` class defines virtual methods that correspond to user-facing overload sets in `SqlUsersServiceClient`, facilitating the injection of custom behaviors for testing."],["The page includes links to documentation for various versions of the library, ranging from 2.37.0-rc (latest) down to 2.11.0."],["Key functions defined within the `SqlUsersServiceConnection` interface are `Delete`, `Get`, `Insert`, `List`, and `Update`, all of which interact with SQL user data, and there is also a virtual `Options` function."],["You can create a concrete instance of the interface using `MakeSqlUsersServiceConnection()` or mock the interface with `sql_v1_mocks::MockSqlUsersServiceConnection`."]]],[]]