JavaTM Platform
Standard Ed. 6

类 java.sql.ClientInfoStatus
的使用

使用 ClientInfoStatus 的软件包
java.sql 提供使用 JavaTM 编程语言访问并处理存储在数据源(通常是一个关系数据库)中的数据的 API。 
 

java.sqlClientInfoStatus 的使用
 

返回 ClientInfoStatusjava.sql 中的方法
static ClientInfoStatus ClientInfoStatus.valueOf(String name)
          返回带有指定名称的该类型的枚举常量。
static ClientInfoStatus[] ClientInfoStatus.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

返回变量类型为 ClientInfoStatus 的类型的 java.sql 中的方法
 Map<String,ClientInfoStatus> SQLClientInfoException.getFailedProperties()
          返回无法设置的客户端信息属性列表。
 

类型变量类型为 ClientInfoStatusjava.sql 中的构造方法参数
SQLClientInfoException(Map<String,ClientInfoStatus> failedProperties)
          构造一个使用给定 failedProperties 初始化的 SQLClientInfoException 对象。
SQLClientInfoException(Map<String,ClientInfoStatus> failedProperties, Throwable cause)
          构造一个使用给定 causefailedProperties 初始化的 SQLClientInfoException 对象。
SQLClientInfoException(String reason, Map<String,ClientInfoStatus> failedProperties)
          构造一个使用给定 reasonfailedProperties 初始化的 SQLClientInfoException 对象。
SQLClientInfoException(String reason, Map<String,ClientInfoStatus> failedProperties, Throwable cause)
          构造一个使用给定 reasoncausefailedProperties 初始化的 SQLClientInfoException 对象。
SQLClientInfoException(String reason, String SQLState, int vendorCode, Map<String,ClientInfoStatus> failedProperties)
          构造一个使用给定 reasonSQLStatevendorCodefailedProperties 初始化的 SQLClientInfoException 对象。
SQLClientInfoException(String reason, String SQLState, int vendorCode, Map<String,ClientInfoStatus> failedProperties, Throwable cause)
          构造一个使用给定 reasonSQLStatecausevendorCodefailedProperties 初始化的 SQLClientInfoException 对象。
SQLClientInfoException(String reason, String SQLState, Map<String,ClientInfoStatus> failedProperties)
          构造一个使用给定 reasonSQLStatefailedProperties 初始化的 SQLClientInfoException 对象。
SQLClientInfoException(String reason, String SQLState, Map<String,ClientInfoStatus> failedProperties, Throwable cause)
          构造一个使用给定 reasonSQLStatecausefailedProperties 初始化的 SQLClientInfoException 对象。
 


JavaTM Platform
Standard Ed. 6

提交错误或意见
有关更多的 API 参考资料和开发人员文档,请参阅 Java SE 开发人员文档。该文档包含更详细的、面向开发人员的描述,以及总体概述、术语定义、使用技巧和工作代码示例。

版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策