public interface ResultSetMerger
| 限定符和类型 | 方法和说明 |
|---|---|
Object |
getCalendarValue(int columnIndex,
Class<?> type,
Calendar calendar)
获取值.
|
Object |
getCalendarValue(String columnLabel,
Class<?> type,
Calendar calendar)
获取值.
|
InputStream |
getInputStream(int columnIndex,
String type)
获取值.
|
InputStream |
getInputStream(String columnLabel,
String type)
获取值.
|
Object |
getValue(int columnIndex,
Class<?> type)
获取值.
|
Object |
getValue(String columnLabel,
Class<?> type)
获取值.
|
boolean |
next()
遍历下一个结果数据.
|
boolean next()
throws SQLException
SQLException - SQL异常Object getValue(int columnIndex, Class<?> type) throws SQLException
columnIndex - 列索引type - 值类型SQLException - SQL异常Object getValue(String columnLabel, Class<?> type) throws SQLException
columnLabel - 列标签type - 值类型SQLException - SQL异常Object getCalendarValue(int columnIndex, Class<?> type, Calendar calendar) throws SQLException
columnIndex - 列索引type - 值类型calendar - 日期SQLException - SQL异常Object getCalendarValue(String columnLabel, Class<?> type, Calendar calendar) throws SQLException
columnLabel - 列标签type - 值类型calendar - 日期SQLException - SQL异常InputStream getInputStream(int columnIndex, String type) throws SQLException
columnIndex - 列索引type - 类型SQLException - SQL异常InputStream getInputStream(String columnLabel, String type) throws SQLException
columnLabel - 列标签type - 类型SQLException - SQL异常Copyright © 2017. All rights reserved.