public interface SqlLogHandler
context.setSqlLogHandler(new SqlLogHandler() {
public void handle(SqlLogInfo info) {
// You can get your SQL string here.
}
});
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
handle(SqlLogInfo info)
Handle the SQL log.
|
void handle(SqlLogInfo info)
info - The information of SQL log. (NotNull)Copyright © 2014–2015 The DBFlute Project. All rights reserved.