public static interface SQLLog.BatchLogger
| Modifier and Type | Method and Description | 
|---|---|
| void | add(String sql)Called once for each statement in the batch | 
| void | log(long time)Called when all statements have been passed to add() | 
void add(String sql)
sql - sql for the statementvoid log(long time)
Copyright © 2018. All rights reserved.