public
final
enum
ClientInfoStatus
extends Enum<ClientInfoStatus>
java.lang.Object | ||
↳ | java.lang.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
Enum values | |
---|---|
ClientInfoStatus |
REASON_UNKNOWN
The client info property could not be set for some unknown reason |
ClientInfoStatus |
REASON_UNKNOWN_PROPERTY
The client info property name specified was not a recognized property name. |
ClientInfoStatus |
REASON_VALUE_INVALID
The value specified for the client info property was not valid. |
ClientInfoStatus |
REASON_VALUE_TRUNCATED
The value specified for the client info property was too large. |
Public methods | |
---|---|
static
ClientInfoStatus
|
valueOf(String name)
|
static
final
ClientInfoStatus[]
|
values()
|
Inherited methods | |
---|---|
From
class
java.lang.Enum
| |
From
class
java.lang.Object
| |
From
interface
java.lang.Comparable
|
ClientInfoStatus REASON_UNKNOWN
The client info property could not be set for some unknown reason
ClientInfoStatus REASON_UNKNOWN_PROPERTY
The client info property name specified was not a recognized property name.
ClientInfoStatus REASON_VALUE_INVALID
The value specified for the client info property was not valid.
ClientInfoStatus REASON_VALUE_TRUNCATED
The value specified for the client info property was too large.
ClientInfoStatus valueOf (String name)
Parameters | |
---|---|
name |
String
|
Returns | |
---|---|
ClientInfoStatus |