public abstract class StreamMergedResult extends Object implements MergedResult
| 构造器和说明 |
|---|
StreamMergedResult() |
| 限定符和类型 | 方法和说明 |
|---|---|
Object |
getCalendarValue(int columnIndex,
Class<?> type,
Calendar calendar)
Get calendar value.
|
protected QueryResult |
getCurrentQueryResult() |
InputStream |
getInputStream(int columnIndex,
String type)
Get InputStream.
|
Object |
getValue(int columnIndex,
Class<?> type)
Get data value.
|
boolean |
wasNull()
Judge ResultSet is null or not.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitnextprotected final QueryResult getCurrentQueryResult() throws SQLException
SQLExceptionpublic Object getValue(int columnIndex, Class<?> type) throws SQLException
MergedResultgetValue 在接口中 MergedResultcolumnIndex - column indextype - class type of data valueSQLException - SQL Exceptionpublic Object getCalendarValue(int columnIndex, Class<?> type, Calendar calendar) throws SQLException
MergedResultgetCalendarValue 在接口中 MergedResultcolumnIndex - column indextype - class type of data valuecalendar - calendarSQLException - SQL Exceptionpublic final InputStream getInputStream(int columnIndex, String type) throws SQLException
MergedResultgetInputStream 在接口中 MergedResultcolumnIndex - column indextype - class type of data valueSQLException - SQL Exceptionpublic final boolean wasNull()
MergedResultwasNull 在接口中 MergedResultCopyright © 2021 The Apache Software Foundation. All rights reserved.