public interface ParsingHook
| 限定符和类型 | 方法和说明 |
|---|---|
void |
finishFailure(Exception cause)
Handle when parse finished failure.
|
void |
finishSuccess()
Handle when parse finished success.
|
void |
start(String sql)
Handle when parse started.
|
Copyright © 2019. All rights reserved.