Class ConnectionPropertiesHelper
java.lang.Object
com.google.cloud.spanner.connection.ConnectionPropertiesHelper
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic com.google.common.collect.ImmutableList<com.google.cloud.spanner.connection.ConnectionProperty<?>> -
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetConnectionPropertyName(com.google.cloud.spanner.connection.ConnectionProperty<?> connectionProperty) static DriverPropertyInfotoDriverPropertyInfo(String connectionUri, com.google.cloud.spanner.connection.ConnectionProperty<?> connectionProperty)
-
Field Details
-
VALID_CONNECTION_PROPERTIES
public static com.google.common.collect.ImmutableList<com.google.cloud.spanner.connection.ConnectionProperty<?>> VALID_CONNECTION_PROPERTIES
-
-
Method Details
-
toDriverPropertyInfo
public static DriverPropertyInfo toDriverPropertyInfo(String connectionUri, com.google.cloud.spanner.connection.ConnectionProperty<?> connectionProperty) -
getConnectionPropertyName
public static String getConnectionPropertyName(com.google.cloud.spanner.connection.ConnectionProperty<?> connectionProperty)
-