软件包 | 描述 |
---|---|
java.sql |
提供的API来访问和处理的数据存储在数据源(通常是一个关系数据库)使用java编程语言
TM。
|
Modifier and Type | Class and Description |
---|---|
class |
DataTruncation
抛出一个异常作为一个
DataTruncation 例外(写)或报告为
DataTruncation 警告(在读)当一个数据值竟是截断以外的原因有超过
MaxFieldSize 。
|
Modifier and Type | Method and Description |
---|---|
SQLWarning |
SQLWarning.getNextWarning()
在这
SQLWarning 检索预警对象
setNextWarning 。
|
SQLWarning |
ResultSet.getWarnings()
获取第一个警告,呼吁这
ResultSet 报道对象。
|
SQLWarning |
Connection.getWarnings()
获取第一个警告,呼吁这
Connection 报道对象。
|
SQLWarning |
Statement.getWarnings()
获取第一个警告,呼吁这
Statement 报道对象。
|
Modifier and Type | Method and Description |
---|---|
void |
SQLWarning.setNextWarning(SQLWarning w)
SQLWarning 对象添加到链的末尾。
|
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.