public class SqlLogInfo extends Object
| 修飾子とタイプ | クラスと説明 |
|---|---|
static interface |
SqlLogInfo.SqlLogDisplaySqlBuilder |
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected Object[] |
_bindArgs |
protected Class<?>[] |
_bindArgTypes |
protected String |
_cachedDisplaySql |
protected SqlLogInfo.SqlLogDisplaySqlBuilder |
_displaySqlBuilder |
protected String |
_executedSql |
protected BehaviorCommandMeta |
_meta |
| コンストラクタと説明 |
|---|
SqlLogInfo(BehaviorCommandMeta meta,
String executedSql,
Object[] bindArgs,
Class<?>[] bindArgTypes,
SqlLogInfo.SqlLogDisplaySqlBuilder displaySqlBuilder) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
Object[] |
getBindArgs()
Get the argument values of bind variables.
|
Class<?>[] |
getBindArgTypes()
Get the argument types of bind variables.
|
String |
getDisplaySql()
Get the SQL string for display, bind variables are embedded.
|
String |
getExecutedSql()
Get the actually-executed SQL, which JDBC can analyze.
|
BehaviorCommandMeta |
getMeta()
Get the meta information of the behavior command.
|
String |
toString() |
protected final BehaviorCommandMeta _meta
protected final String _executedSql
protected final Object[] _bindArgs
protected final Class<?>[] _bindArgTypes
protected final SqlLogInfo.SqlLogDisplaySqlBuilder _displaySqlBuilder
protected String _cachedDisplaySql
public SqlLogInfo(BehaviorCommandMeta meta, String executedSql, Object[] bindArgs, Class<?>[] bindArgTypes, SqlLogInfo.SqlLogDisplaySqlBuilder displaySqlBuilder)
public String getDisplaySql()
public BehaviorCommandMeta getMeta()
public String getExecutedSql()
public Object[] getBindArgs()
public Class<?>[] getBindArgTypes()
Copyright © 2014–2015 The DBFlute Project. All rights reserved.