| java.lang.Object | ||
| ↳ | java.lang.Enum<java.sql.ClientInfoStatus> | |
| ↳ | java.sql.ClientInfoStatus | |
An enumeration to describe the reason why a property cannot be set by calling Connection.setClientInfo.
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| ClientInfoStatus | REASON_UNKNOWN | ||||||||||
| ClientInfoStatus | REASON_UNKNOWN_PROPERTY | ||||||||||
| ClientInfoStatus | REASON_VALUE_INVALID | ||||||||||
| ClientInfoStatus | REASON_VALUE_TRUNCATED | ||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||