JavaScript is disabled on your browser.
Uses of Class
java.sql.ClientInfoStatus
-
Packages that use ClientInfoStatus
| Package |
Description |
| java.sql |
Provides the API for accessing and processing data stored in a
data source (usually a relational database) using the
Java™ programming language.
|
-
-
Constructor parameters in java.sql with type arguments of type ClientInfoStatus
| Constructor |
Description |
SQLClientInfoException (String reason,
String SQLState,
int vendorCode,
Map<String,ClientInfoStatus> failedProperties) |
Constructs a SQLClientInfoException object initialized with a
given reason, SQLState,
vendorCode and failedProperties.
|
SQLClientInfoException (String reason,
String SQLState,
int vendorCode,
Map<String,ClientInfoStatus> failedProperties,
Throwable cause) |
Constructs a SQLClientInfoException object initialized with a
given reason, SQLState,
cause, vendorCode and
failedProperties.
|
SQLClientInfoException (String reason,
String SQLState,
Map<String,ClientInfoStatus> failedProperties) |
Constructs a SQLClientInfoException object initialized with a
given reason, SQLState and
failedProperties.
|
SQLClientInfoException (String reason,
String SQLState,
Map<String,ClientInfoStatus> failedProperties,
Throwable cause) |
Constructs a SQLClientInfoException object initialized with a
given reason, SQLState, cause
and failedProperties.
|
SQLClientInfoException (String reason,
Map<String,ClientInfoStatus> failedProperties) |
Constructs a SQLClientInfoException object initialized with a
given reason and failedProperties.
|
SQLClientInfoException (String reason,
Map<String,ClientInfoStatus> failedProperties,
Throwable cause) |
Constructs a SQLClientInfoException object initialized with a
given reason, cause and
failedProperties.
|
SQLClientInfoException (Map<String,ClientInfoStatus> failedProperties) |
Constructs a SQLClientInfoException object initialized with a
given failedProperties.
|
SQLClientInfoException (Map<String,ClientInfoStatus> failedProperties,
Throwable cause) |
Constructs a SQLClientInfoException object initialized with
a given cause and failedProperties.
|
Scripting on this page tracks web page traffic, but does not change the content in any way.