public class SqlFireReadyInfo extends Object
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected SqlLogInfo |
_sqlLogInfo |
| コンストラクタと説明 |
|---|
SqlFireReadyInfo(SqlLogInfo sqlLogInfo) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
SqlLogInfo |
getSqlLogInfo()
Get the information of SQL log info.
|
String |
toString() |
protected final SqlLogInfo _sqlLogInfo
public SqlFireReadyInfo(SqlLogInfo sqlLogInfo)
public SqlLogInfo getSqlLogInfo()
[SqlLogInfo] o executedSql : The actually-executed SQL, which JDBC can analyze. (basically NotNull: if no SQL execution, null) o bindArgs : The argument values of bind variables. (NotNull, EmptyAllowed) o bindArgTypes : The argument types of bind variables. (NotNull, EmptyAllowed) o displaySql : The SQL string for display, bind variables are embedded. (basically NotNull: if no SQL execution, null)
Copyright © 2014–2015 The DBFlute Project. All rights reserved.