Added in API level 9

ClientInfoStatus

class ClientInfoStatus
kotlin.Any
   ↳ kotlin.Enum<java.sql.ClientInfoStatus>
   ↳ java.sql.ClientInfoStatus

Enumeration for status of the reason that a property could not be set via a call to Connection.setClientInfo

Summary

Enum values

The client info property could not be set for some unknown reason

The client info property name specified was not a recognized property name.

The value specified for the client info property was not valid.

The value specified for the client info property was too large.

Enum values

REASON_UNKNOWN

Added in API level 9
enum val REASON_UNKNOWN : ClientInfoStatus

The client info property could not be set for some unknown reason

REASON_UNKNOWN_PROPERTY

Added in API level 9
enum val REASON_UNKNOWN_PROPERTY : ClientInfoStatus

The client info property name specified was not a recognized property name.

REASON_VALUE_INVALID

Added in API level 9
enum val REASON_VALUE_INVALID : ClientInfoStatus

The value specified for the client info property was not valid.

REASON_VALUE_TRUNCATED

Added in API level 9
enum val REASON_VALUE_TRUNCATED : ClientInfoStatus

The value specified for the client info property was too large.