Package | Description |
---|---|
java.sql |
Modifier and Type | Field and Description |
---|---|
static ClientInfoStatus |
ClientInfoStatus.REASON_UNKNOWN
The client info property could not be set for some unknown reason
|
static ClientInfoStatus |
ClientInfoStatus.REASON_UNKNOWN_PROPERTY
The client info property name specified was not a recognized property
name.
|
static ClientInfoStatus |
ClientInfoStatus.REASON_VALUE_INVALID
The value specified for the client info property was not valid.
|
static ClientInfoStatus |
ClientInfoStatus.REASON_VALUE_TRUNCATED
The value specified for the client info property was too large.
|
Modifier and Type | Method and Description |
---|---|
static ClientInfoStatus |
ClientInfoStatus.valueOf(java.lang.String name) |
static ClientInfoStatus[] |
ClientInfoStatus.values() |
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.