public final class EncryptMergedResult extends Object implements MergedResult
| Constructor and Description |
|---|
EncryptMergedResult() |
| Modifier and Type | Method and Description |
|---|---|
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 in interface MergedResultSQLExceptionpublic Object getValue(int columnIndex, Class<?> type) throws SQLException
getValue in interface MergedResultSQLExceptionpublic Object getCalendarValue(int columnIndex, Class<?> type, Calendar calendar) throws SQLException
getCalendarValue in interface MergedResultSQLExceptionpublic InputStream getInputStream(int columnIndex, String type) throws SQLException
getInputStream in interface MergedResultSQLExceptionpublic boolean wasNull()
throws SQLException
wasNull in interface MergedResultSQLExceptionCopyright © 2020 The Apache Software Foundation. All rights reserved.