软件包 | 描述 |
---|---|
javax.sql.rowset |
JDBC
RowSet 实现标准接口和基类。
|
Modifier and Type | Method and Description |
---|---|
RowSetWarning |
RowSetWarning.getNextWarning()
在这
RowSetWarning 检索预警对象。
|
RowSetWarning |
CachedRowSet.getRowSetWarnings()
获取第一个警告,呼吁这
RowSet 报道对象。
|
RowSetWarning |
JdbcRowSet.getRowSetWarnings()
获取第一个警告,呼吁这
JdbcRowSet 报道对象。
|
Modifier and Type | Method and Description |
---|---|
void |
RowSetWarning.setNextWarning(RowSetWarning warning)
集警告作为下一个警告,就是警告在这
RowSetWarning 对象。
|
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.