Class ConnectionOptions.ConnectionProperty

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
NameDescription
oObject
Returns
TypeDescription
boolean
Overrides

getDefaultValue()

public String getDefaultValue()
Returns
TypeDescription
String

the default value of this connection property.

getDescription()

public String getDescription()
Returns
TypeDescription
String

the description of this connection property.

getName()

public String getName()
Returns
TypeDescription
String

the name of this connection property.

getValidValues()

public String[] getValidValues()
Returns
TypeDescription
String[]

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

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides