Class MergedEncryptShowColumnsMergedResult
java.lang.Object
org.apache.shardingsphere.encrypt.merge.dal.show.EncryptShowColumnsMergedResult
org.apache.shardingsphere.encrypt.merge.dal.show.MergedEncryptShowColumnsMergedResult
- All Implemented Interfaces:
MergedResult
Merged encrypt show columns merged result.
-
Constructor Summary
ConstructorsConstructorDescriptionMergedEncryptShowColumnsMergedResult(org.apache.shardingsphere.infra.executor.sql.execute.result.query.QueryResult queryResult, org.apache.shardingsphere.infra.binder.statement.SQLStatementContext<?> sqlStatementContext, EncryptRule encryptRule) -
Method Summary
Modifier and TypeMethodDescriptionprotected ObjectgetOriginalValue(int columnIndex, Class<?> type) protected booleanbooleanwasNull()Methods inherited from class org.apache.shardingsphere.encrypt.merge.dal.show.EncryptShowColumnsMergedResult
getCalendarValue, getInputStream, getValue, next
-
Constructor Details
-
MergedEncryptShowColumnsMergedResult
public MergedEncryptShowColumnsMergedResult(org.apache.shardingsphere.infra.executor.sql.execute.result.query.QueryResult queryResult, org.apache.shardingsphere.infra.binder.statement.SQLStatementContext<?> sqlStatementContext, EncryptRule encryptRule)
-
-
Method Details
-
nextValue
- Specified by:
nextValuein classEncryptShowColumnsMergedResult- Throws:
SQLException
-
getOriginalValue
- Specified by:
getOriginalValuein classEncryptShowColumnsMergedResult- Throws:
SQLException
-
wasNull
- Throws:
SQLException
-