Class ConnectionPropertiesHelper (2.26.0)

public class ConnectionPropertiesHelper

Inheritance

java.lang.Object > ConnectionPropertiesHelper

Static Fields

VALID_CONNECTION_PROPERTIES

public static ImmutableList<ConnectionProperty<?>> VALID_CONNECTION_PROPERTIES
Field Value
Type Description
com.google.common.collect.ImmutableList<ConnectionProperty<?>>

Static Methods

getConnectionPropertyName(ConnectionProperty<?> connectionProperty)

public static String getConnectionPropertyName(ConnectionProperty<?> connectionProperty)
Parameter
Name Description
connectionProperty ConnectionProperty<?>
Returns
Type Description
String

toDriverPropertyInfo(String connectionUri, ConnectionProperty<?> connectionProperty)

public static DriverPropertyInfo toDriverPropertyInfo(String connectionUri, ConnectionProperty<?> connectionProperty)
Parameters
Name Description
connectionUri String
connectionProperty ConnectionProperty<?>
Returns
Type Description
DriverPropertyInfo