protected static class CallbackContext.InheritableSqlLogHandler extends Object implements SqlLogHandler, CallbackContext.InheritableCallback<SqlLogHandler>
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected SqlLogHandler |
_originally |
protected SqlLogHandler |
_yourHandler |
| コンストラクタと説明 |
|---|
InheritableSqlLogHandler(SqlLogHandler originally,
SqlLogHandler yourHandler) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
SqlLogHandler |
getOriginally() |
SqlLogHandler |
getYourHandler() |
void |
handle(SqlLogInfo info)
Handle the SQL log.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitinheritsExistingHandlercountManagedHookprotected final SqlLogHandler _originally
protected final SqlLogHandler _yourHandler
public InheritableSqlLogHandler(SqlLogHandler originally, SqlLogHandler yourHandler)
public void handle(SqlLogInfo info)
SqlLogHandlerhandle インタフェース内 SqlLogHandlerinfo - The information of SQL log. (NotNull)public SqlLogHandler getOriginally()
getOriginally インタフェース内 CallbackContext.InheritableCallback<SqlLogHandler>public SqlLogHandler getYourHandler()
Copyright © 2014–2019 The DBFlute Project. All rights reserved.