public abstract class EncryptColumnsMergedResult extends Object implements MergedResult
| 限定符 | 构造器和说明 |
|---|---|
protected |
EncryptColumnsMergedResult(org.apache.shardingsphere.infra.binder.statement.SQLStatementContext sqlStatementContext,
org.apache.shardingsphere.infra.metadata.model.physical.model.schema.PhysicalSchemaMetaData schemaMetaData) |
| 限定符和类型 | 方法和说明 |
|---|---|
Object |
getCalendarValue(int columnIndex,
Class<?> type,
Calendar calendar) |
InputStream |
getInputStream(int columnIndex,
String type) |
protected abstract Object |
getOriginalValue(int columnIndex,
Class<?> type) |
Object |
getValue(int columnIndex,
Class<?> type) |
boolean |
next() |
protected abstract boolean |
nextValue() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitwasNullprotected EncryptColumnsMergedResult(org.apache.shardingsphere.infra.binder.statement.SQLStatementContext sqlStatementContext,
org.apache.shardingsphere.infra.metadata.model.physical.model.schema.PhysicalSchemaMetaData schemaMetaData)
public final boolean next()
throws SQLException
next 在接口中 MergedResultSQLExceptionpublic final Object getValue(int columnIndex, Class<?> type) throws SQLException
getValue 在接口中 MergedResultSQLExceptionpublic final Object getCalendarValue(int columnIndex, Class<?> type, Calendar calendar) throws SQLException
getCalendarValue 在接口中 MergedResultSQLExceptionpublic final InputStream getInputStream(int columnIndex, String type) throws SQLException
getInputStream 在接口中 MergedResultSQLExceptionprotected abstract boolean nextValue()
throws SQLException
SQLExceptionprotected abstract Object getOriginalValue(int columnIndex, Class<?> type) throws SQLException
SQLExceptionCopyright © 2020 The Apache Software Foundation. All rights reserved.