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 |
---|---|
AppEngineCloudSqlJdbcInfoProvider |
Provides default JDBC driver class name and constructs the JDBC URL for Cloud SQL v2
when running inside of Google App Engine Standard environment.
|
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.
|
GcpCloudSqlProperties.Credentials | |
SqlCredentialFactory |
Returns the credentials that are written to a system property by the Cloud SQL starter.
|
Enum | Description |
---|---|
DatabaseType |
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.