public final class MemoryQueryResult extends Object implements QueryResult
| 构造器和说明 |
|---|
MemoryQueryResult(ResultSet resultSet) |
| 限定符和类型 | 方法和说明 |
|---|---|
Object |
getCalendarValue(int columnIndex,
Class<?> type,
Calendar calendar) |
int |
getColumnCount() |
String |
getColumnLabel(int columnIndex) |
String |
getColumnName(int columnIndex) |
InputStream |
getInputStream(int columnIndex,
String type) |
Object |
getValue(int columnIndex,
Class<?> type) |
boolean |
next() |
boolean |
wasNull() |
public MemoryQueryResult(ResultSet resultSet) throws SQLException
SQLExceptionpublic boolean next()
next 在接口中 QueryResultpublic Object getValue(int columnIndex, Class<?> type)
getValue 在接口中 QueryResultpublic Object getCalendarValue(int columnIndex, Class<?> type, Calendar calendar)
getCalendarValue 在接口中 QueryResultpublic InputStream getInputStream(int columnIndex, String type)
getInputStream 在接口中 QueryResultpublic boolean wasNull()
wasNull 在接口中 QueryResultpublic int getColumnCount()
throws SQLException
getColumnCount 在接口中 QueryResultSQLExceptionpublic String getColumnName(int columnIndex) throws SQLException
getColumnName 在接口中 QueryResultSQLExceptionpublic String getColumnLabel(int columnIndex) throws SQLException
getColumnLabel 在接口中 QueryResultSQLExceptionCopyright © 2020 The Apache Software Foundation. All rights reserved.