public class SqlFireResultInfo extends Object
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected ExecutionTimeInfo |
_executionTimeInfo |
protected SQLException |
_nativeCause |
protected Object |
_nativeResult |
protected SqlLogInfo |
_sqlLogInfo |
| コンストラクタと説明 |
|---|
SqlFireResultInfo(Object nativeResult,
SqlLogInfo sqlLogInfo,
ExecutionTimeInfo millisInfo,
SQLException nativeCause) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
ExecutionTimeInfo |
getExecutionTimeInfo()
Get the information of execution time info.
|
SQLException |
getNativeCause()
Get the native cause of SQL fire failure.
|
Object |
getNativeResult()
Get the JDBC native result of SQL fire.
|
SqlLogInfo |
getSqlLogInfo()
Get the information of SQL log info.
|
String |
toString() |
protected final Object _nativeResult
protected final SqlLogInfo _sqlLogInfo
protected final ExecutionTimeInfo _executionTimeInfo
protected final SQLException _nativeCause
public SqlFireResultInfo(Object nativeResult, SqlLogInfo sqlLogInfo, ExecutionTimeInfo millisInfo, SQLException nativeCause)
public Object getNativeResult()
public SqlLogInfo getSqlLogInfo()
[SqlLogInfo] o executedSql : The actually-executed SQL, which JDBC can analyze. o bindArgs : The argument values of bind variables. o bindArgTypes : The argument types of bind variables. o displaySql : The SQL string for display, bind variables are embedded.
public ExecutionTimeInfo getExecutionTimeInfo()
[ExecutionTimeInfo] o sqlBeforeTimeMillis : The time as millisecond before SQL execution (after building SQL clause). o sqlAfterTimeMillis : The time as millisecond after SQL execution (before mapping to entity).
public SQLException getNativeCause()
Copyright © 2014–2015 The DBFlute Project. All rights reserved.