public final class DecoratedEncryptColumnsMergedResult extends EncryptColumnsMergedResult
| Constructor and Description |
|---|
DecoratedEncryptColumnsMergedResult(MergedResult mergedResult,
org.apache.shardingsphere.infra.binder.statement.SQLStatementContext sqlStatementContext,
EncryptRule encryptRule) |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
getOriginalValue(int columnIndex,
Class<?> type) |
protected boolean |
nextValue() |
boolean |
wasNull() |
getCalendarValue, getInputStream, getValue, nextpublic DecoratedEncryptColumnsMergedResult(MergedResult mergedResult, org.apache.shardingsphere.infra.binder.statement.SQLStatementContext sqlStatementContext, EncryptRule encryptRule)
protected boolean nextValue()
throws SQLException
nextValue in class EncryptColumnsMergedResultSQLExceptionprotected Object getOriginalValue(int columnIndex, Class<?> type) throws SQLException
getOriginalValue in class EncryptColumnsMergedResultSQLExceptionpublic boolean wasNull()
throws SQLException
SQLExceptionCopyright © 2021 The Apache Software Foundation. All rights reserved.