public interface MergedResult
| 限定符和类型 | 方法和说明 |
|---|---|
Object |
getCalendarValue(int columnIndex,
Class<?> type,
Calendar calendar)
Get calendar value.
|
InputStream |
getInputStream(int columnIndex,
String type)
Get InputStream.
|
Object |
getValue(int columnIndex,
Class<?> type)
Get data value.
|
boolean |
next()
Iterate next data.
|
boolean |
wasNull()
Judge ResultSet is null or not.
|
boolean next()
throws SQLException
SQLException - SQL ExceptionObject getValue(int columnIndex, Class<?> type) throws SQLException
columnIndex - column indextype - class type of data valueSQLException - SQL ExceptionObject getCalendarValue(int columnIndex, Class<?> type, Calendar calendar) throws SQLException
columnIndex - column indextype - class type of data valuecalendar - calendarSQLException - SQL ExceptionInputStream getInputStream(int columnIndex, String type) throws SQLException
columnIndex - column indextype - class type of data valueSQLException - SQL Exceptionboolean wasNull()
throws SQLException
SQLException - SQL ExceptionCopyright © 2021 The Apache Software Foundation. All rights reserved.