-
Constructor parameters in java.sql with type arguments of type ClientInfoStatus
| Constructor |
Description |
SQLClientInfoException(String reason,
String sqlState,
int vendorCode,
Map<String,ClientInfoStatus> failedProperties) |
Creates an SQLClientInfoException object.
|
SQLClientInfoException(String reason,
String sqlState,
int vendorCode,
Map<String,ClientInfoStatus> failedProperties,
Throwable cause) |
Creates an SQLClientInfoException object.
|
SQLClientInfoException(String reason,
String sqlState,
Map<String,ClientInfoStatus> failedProperties) |
Creates an SQLClientInfoException object.
|
SQLClientInfoException(String reason,
String sqlState,
Map<String,ClientInfoStatus> failedProperties,
Throwable cause) |
Creates an SQLClientInfoException object.
|
SQLClientInfoException(String reason,
Map<String,ClientInfoStatus> failedProperties) |
Creates an SQLClientInfoException object.
|
SQLClientInfoException(String reason,
Map<String,ClientInfoStatus> failedProperties,
Throwable cause) |
Creates an SQLClientInfoException object.
|
SQLClientInfoException(Map<String,ClientInfoStatus> failedProperties) |
Creates an SQLClientInfoException object.
|
SQLClientInfoException(Map<String,ClientInfoStatus> failedProperties,
Throwable cause) |
Creates an SQLClientInfoException object.
|