public final class StreamQueryResult extends Object implements QueryResult
| 构造器和说明 |
|---|
StreamQueryResult(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 StreamQueryResult(ResultSet resultSet) throws SQLException
SQLExceptionpublic boolean next()
throws SQLException
next 在接口中 QueryResultSQLExceptionpublic Object getValue(int columnIndex, Class<?> type) throws SQLException
getValue 在接口中 QueryResultSQLExceptionpublic Object getCalendarValue(int columnIndex, Class<?> type, Calendar calendar) throws SQLException
getCalendarValue 在接口中 QueryResultSQLExceptionpublic InputStream getInputStream(int columnIndex, String type) throws SQLException
getInputStream 在接口中 QueryResultSQLExceptionpublic boolean wasNull()
throws SQLException
wasNull 在接口中 QueryResultSQLExceptionpublic 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.