protected static class CallbackContext.InheritableSqlResultHandler extends Object implements SqlResultHandler, CallbackContext.InheritableCallback<SqlResultHandler>
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected SqlResultHandler |
_originally |
protected SqlResultHandler |
_yourHandler |
| コンストラクタと説明 |
|---|
InheritableSqlResultHandler(SqlResultHandler originally,
SqlResultHandler yourHandler) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
SqlResultHandler |
getOriginally() |
SqlResultHandler |
getYourHandler() |
void |
handle(SqlResultInfo info)
Handle the SQL result.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitinheritsExistingHandlercountManagedHookprotected final SqlResultHandler _originally
protected final SqlResultHandler _yourHandler
public InheritableSqlResultHandler(SqlResultHandler originally, SqlResultHandler yourHandler)
public void handle(SqlResultInfo info)
SqlResultHandler[SqlResultInfo] o result : The result (mapped object) of executed SQL. (NullAllowed) o sqlLogInfo : The information of SQL log, which has executedSql, arguments, displaySql... (NotNull) o executionTimeInfo : The information of execution time. (NotNull) o cause : The failure cause when the command failed. (NullAllowed)
handle インタフェース内 SqlResultHandlerinfo - The information of executed SQL result. (NotNull)public SqlResultHandler getOriginally()
getOriginally インタフェース内 CallbackContext.InheritableCallback<SqlResultHandler>public SqlResultHandler getYourHandler()
Copyright © 2014–2019 The DBFlute Project. All rights reserved.