public abstract class AbstractMemoryResultSetMerger extends Object implements ResultSetMerger
| 构造器和说明 |
|---|
AbstractMemoryResultSetMerger() |
| 限定符和类型 | 方法和说明 |
|---|---|
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)
获取值.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitnextpublic Object getValue(int columnIndex, Class<?> type) throws SQLException
ResultSetMergergetValue 在接口中 ResultSetMergercolumnIndex - 列索引type - 值类型SQLException - SQL异常public Object getValue(String columnLabel, Class<?> type) throws SQLException
ResultSetMergergetValue 在接口中 ResultSetMergercolumnLabel - 列标签type - 值类型SQLException - SQL异常public Object getCalendarValue(int columnIndex, Class<?> type, Calendar calendar) throws SQLException
ResultSetMergergetCalendarValue 在接口中 ResultSetMergercolumnIndex - 列索引type - 值类型calendar - 日期SQLException - SQL异常public Object getCalendarValue(String columnLabel, Class<?> type, Calendar calendar) throws SQLException
ResultSetMergergetCalendarValue 在接口中 ResultSetMergercolumnLabel - 列标签type - 值类型calendar - 日期SQLException - SQL异常public InputStream getInputStream(int columnIndex, String type) throws SQLException
ResultSetMergergetInputStream 在接口中 ResultSetMergercolumnIndex - 列索引type - 类型SQLException - SQL异常public InputStream getInputStream(String columnLabel, String type) throws SQLException
ResultSetMergergetInputStream 在接口中 ResultSetMergercolumnLabel - 列标签type - 类型SQLException - SQL异常Copyright © 2017. All rights reserved.