Class ConnectionOptions.ConnectionProperty (6.66.0)

public static class ConnectionOptions.ConnectionProperty

Supported connection properties that can be included in the connection URI.

Inheritance

Object > ConnectionOptions.ConnectionProperty

Methods

equals(Object o)

public boolean equals(Object o)
Parameter
Name Description
o Object
Returns
Type Description
boolean
Overrides

getDefaultValue()

public String getDefaultValue()
Returns
Type Description
String

the default value of this connection property.

getDescription()

public String getDescription()
Returns
Type Description
String

the description of this connection property.

getName()

public String getName()
Returns
Type Description
String

the name of this connection property.

getValidValues()

public String[] getValidValues()
Returns
Type Description
String[]

the valid values for this connection property. null indicates no restriction.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides