public class SingleColumnResultWrapper<R> extends Object implements ResultWrapper<R,R>
| 构造器和说明 |
|---|
SingleColumnResultWrapper(String column,
Decoder<R> decoder) |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
completedWrapRow(R result)
完成一行的包装时执行
|
R |
getResult() |
R |
newRowInstance() |
void |
wrapColumn(ColumnWrapperContext<R> context)
包装一列时执行
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbeforeWrap, completedWrappublic R newRowInstance()
newRowInstance 在接口中 ResultWrapper<R,R>public void wrapColumn(ColumnWrapperContext<R> context)
ResultWrapperwrapColumn 在接口中 ResultWrapper<R,R>context - 列包装器上下文public boolean completedWrapRow(R result)
ResultWrappercompletedWrapRow 在接口中 ResultWrapper<R,R>result - 行结果对象public R getResult()
getResult 在接口中 ResultWrapper<R,R>Copyright © 2021. All rights reserved.