Class EncryptMergedResult
java.lang.Object
org.apache.shardingsphere.encrypt.merge.dql.EncryptMergedResult
- All Implemented Interfaces:
MergedResult
Merged result for encrypt.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCalendarValue(int columnIndex, Class<?> type, Calendar calendar) getInputStream(int columnIndex, String type) booleannext()booleanwasNull()
-
Constructor Details
-
EncryptMergedResult
public EncryptMergedResult()
-
-
Method Details
-
next
- Specified by:
nextin interfaceMergedResult- Throws:
SQLException
-
getValue
- Specified by:
getValuein interfaceMergedResult- Throws:
SQLException
-
getCalendarValue
public Object getCalendarValue(int columnIndex, Class<?> type, Calendar calendar) throws SQLException - Specified by:
getCalendarValuein interfaceMergedResult- Throws:
SQLException
-
getInputStream
- Specified by:
getInputStreamin interfaceMergedResult- Throws:
SQLException
-
wasNull
- Specified by:
wasNullin interfaceMergedResult- Throws:
SQLException
-