Uses of Class
com.google.cloud.spanner.connection.ConnectionProperty
Packages that use ConnectionProperty
-
Uses of ConnectionProperty in com.google.cloud.spanner.connection
Fields in com.google.cloud.spanner.connection declared as ConnectionPropertyModifier and TypeFieldDescriptionstatic final ConnectionProperty<Integer>ConnectionProperties.UNKNOWN_LENGTHFields in com.google.cloud.spanner.connection with type parameters of type ConnectionPropertyModifier and TypeFieldDescriptionstatic com.google.common.collect.ImmutableList<ConnectionProperty<?>>ConnectionProperties.VALID_CONNECTION_PROPERTIESThe list of all supported connection properties.Methods in com.google.cloud.spanner.connection with parameters of type ConnectionPropertyModifier and TypeMethodDescription<T> TConnection.getConnectionPropertyValue(ConnectionProperty<T> property) Returns the current value of the given connection property.