Enum ConnectionProperty.Context (6.85.0)

public enum ConnectionProperty.Context extends Enum<ConnectionProperty.Context>

Context indicates when a ConnectionProperty may be set. Each higher-ordinal value includes the preceding values, meaning that a ConnectionProperty with Context#USER can be set both at connection startup and during the connection's lifetime.

Static Fields

Name Description
STARTUP

The property can only be set at startup of the connection.

USER

The property can be set at startup or by a user during the lifetime of a connection. The value is persisted until it is changed again by the user.

Static Methods

Name Description
valueOf(String name)
values()