public class RowHandlerExecutionChain extends Object
| 构造器和说明 |
|---|
RowHandlerExecutionChain(RowWriteHandler handler) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addLast(RowWriteHandler handler) |
void |
afterRowCreate(RowWriteHandlerContext context) |
void |
afterRowDispose(RowWriteHandlerContext context) |
void |
beforeRowCreate(RowWriteHandlerContext context) |
public RowHandlerExecutionChain(RowWriteHandler handler)
public void beforeRowCreate(RowWriteHandlerContext context)
public void afterRowCreate(RowWriteHandlerContext context)
public void afterRowDispose(RowWriteHandlerContext context)
public void addLast(RowWriteHandler handler)
Copyright © 2018–2022 Alibaba Group. All rights reserved.