public final class EncryptMergedResult extends Object implements MergedResult
| 构造器和说明 |
|---|
EncryptMergedResult() |
| 限定符和类型 | 方法和说明 |
|---|---|
Object |
getCalendarValue(int columnIndex,
Class<?> type,
Calendar calendar) |
InputStream |
getInputStream(int columnIndex,
String type) |
Object |
getValue(int columnIndex,
Class<?> type) |
boolean |
next() |
boolean |
wasNull() |
public boolean next()
throws SQLException
next 在接口中 MergedResultSQLExceptionpublic Object getValue(int columnIndex, Class<?> type) throws SQLException
getValue 在接口中 MergedResultSQLExceptionpublic Object getCalendarValue(int columnIndex, Class<?> type, Calendar calendar) throws SQLException
getCalendarValue 在接口中 MergedResultSQLExceptionpublic InputStream getInputStream(int columnIndex, String type) throws SQLException
getInputStream 在接口中 MergedResultSQLExceptionpublic boolean wasNull()
throws SQLException
wasNull 在接口中 MergedResultSQLExceptionCopyright © 2020 The Apache Software Foundation. All rights reserved.