Uses of Enum Class
com.google.cloud.spring.autoconfigure.sql.DatabaseType
Packages that use DatabaseType
Package
Description
Auto-configuration for Spring Cloud GCP Cloud SQL module.
-
Uses of DatabaseType in com.google.cloud.spring.autoconfigure.sql
Methods in com.google.cloud.spring.autoconfigure.sql that return DatabaseTypeModifier and TypeMethodDescriptionstatic DatabaseType
Returns the enum constant of this class with the specified name.static DatabaseType[]
DatabaseType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.google.cloud.spring.autoconfigure.sql with parameters of type DatabaseTypeModifierConstructorDescriptionDefaultCloudSqlJdbcInfoProvider
(GcpCloudSqlProperties properties, DatabaseType databaseType)