See: Description
| Interface | Description |
|---|---|
| CloudSqlJdbcInfoProvider |
Implementations of this interface typically construct a JDBC URL for Cloud SQL from a GCP
project ID and an instance connection name.
|
| Class | Description |
|---|---|
| DefaultCloudSqlJdbcInfoProvider |
Provides default JDBC driver class name and constructs the JDBC URL for Cloud SQL v2
when running on local laptop, or in a VM-based environment (e.g., Google Compute
Engine, Google Container Engine).
|
| GcpCloudSqlAutoConfiguration |
Provides Google Cloud SQL instance connectivity through Spring JDBC by providing only a
database and instance connection name.
|
| GcpCloudSqlProperties |
Google Cloud SQL properties.
|
| SqlCredentialFactory |
Returns the credentials that are written to a system property by the Cloud SQL starter.
|
| Enum | Description |
|---|---|
| DatabaseType |
Enum class containing MySQL and Postgresql constants.
|
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.