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