This interface defines virtual methods for each of the user-facing overload sets in SqlDatabasesServiceClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type SqlDatabasesServiceClient.
To create a concrete instance, see MakeSqlDatabasesServiceConnection().
[[["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."],[[["This page details the `SqlDatabasesServiceConnection` object, which is used with the `SqlDatabasesServiceClient` for interacting with Google Cloud SQL databases, and provides virtual methods for all user-facing overload sets in the client."],["The latest version of the API is 2.37.0-rc, with numerous previous versions also documented, ranging from 2.36.0 down to 2.11.0."],["`SqlDatabasesServiceConnection` allows for custom behavior injection, facilitating the use of mock objects during testing."],["The interface includes virtual methods for key operations such as `Delete`, `Get`, `Insert`, `List`, `Patch`, and `Update`, all related to managing SQL databases."],["`MakeSqlDatabasesServiceConnection()` can be used to create a concrete instance, while `sql_v1_mocks::MockSqlDatabasesServiceConnection` is available for mocking purposes."]]],[]]