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 © 2022 The Apache Software Foundation. All rights reserved.