软件包 | 描述 |
---|---|
java.sql |
提供的API来访问和处理的数据存储在数据源(通常是一个关系数据库)使用java编程语言
TM。
|
Modifier and Type | Method and Description |
---|---|
static ClientInfoStatus |
ClientInfoStatus.valueOf(String name)
返回此类型具有指定名称的枚举常量。
|
static ClientInfoStatus[] |
ClientInfoStatus.values()
返回一个数组包含该枚举类型的常量,它们的顺序声明。
|
Modifier and Type | Method and Description |
---|---|
Map<String,ClientInfoStatus> |
SQLClientInfoException.getFailedProperties()
返回无法设置的客户端信息属性的列表。
|
Constructor and Description |
---|
SQLClientInfoException(Map<String,ClientInfoStatus> failedProperties)
构建了一个
SQLClientInfoException 对象与一个给定的
failedProperties 初始化。
|
SQLClientInfoException(Map<String,ClientInfoStatus> failedProperties, Throwable cause)
构建了一个
SQLClientInfoException 对象与一个给定的
cause 和
failedProperties 初始化。
|
SQLClientInfoException(String reason, Map<String,ClientInfoStatus> failedProperties)
构建了一个
SQLClientInfoException 对象与一个给定的
reason 和
failedProperties 初始化。
|
SQLClientInfoException(String reason, Map<String,ClientInfoStatus> failedProperties, Throwable cause)
构建了一个
SQLClientInfoException 对象初始化一个给定的
reason ,
cause 和
failedProperties 。
|
SQLClientInfoException(String reason, String SQLState, int vendorCode, Map<String,ClientInfoStatus> failedProperties)
构建了一个
SQLClientInfoException 对象与一个给定的
reason ,
SQLState 初始化,
vendorCode 和
failedProperties 。
|
SQLClientInfoException(String reason, String SQLState, int vendorCode, Map<String,ClientInfoStatus> failedProperties, Throwable cause)
构建了一个
SQLClientInfoException 对象与一个给定的
reason ,
SQLState ,
cause 初始化,
vendorCode 和
failedProperties 。
|
SQLClientInfoException(String reason, String SQLState, Map<String,ClientInfoStatus> failedProperties)
构建了一个
SQLClientInfoException 对象初始化一个给定的
reason ,
SQLState 和
failedProperties 。
|
SQLClientInfoException(String reason, String SQLState, Map<String,ClientInfoStatus> failedProperties, Throwable cause)
构建了一个
SQLClientInfoException 对象与一个给定的
reason ,
SQLState 初始化,
cause 和
failedProperties 。
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.