ClientInfoStatus
public
final
enum
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 | |
|---|---|
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()
|
Enum values
REASON_UNKNOWN
public static final ClientInfoStatus REASON_UNKNOWN
The client info property could not be set for some unknown reason
REASON_UNKNOWN_PROPERTY
public static final ClientInfoStatus REASON_UNKNOWN_PROPERTY
The client info property name specified was not a recognized property name.
REASON_VALUE_INVALID
public static final ClientInfoStatus REASON_VALUE_INVALID
The value specified for the client info property was not valid.
REASON_VALUE_TRUNCATED
public static final ClientInfoStatus REASON_VALUE_TRUNCATED
The value specified for the client info property was too large.
Public methods
valueOf
public static ClientInfoStatus valueOf (String name)
| Parameters | |
|---|---|
name |
String |
| Returns | |
|---|---|
ClientInfoStatus |
|
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2023-04-12 UTC.