public class SqlLogContext extends Object
| 构造器和说明 |
|---|
SqlLogContext(SqlExecuteType type,
String dataSourceName,
PreparedSql preparedSql,
boolean intercepted) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getDataSourceName() |
long |
getEndTime() |
PreparedSql |
getPreparedSql() |
Object |
getRawResult() |
SqlExecuteType |
getSqlExecuteType() |
long |
getStartTime() |
boolean |
isIntercepted() |
void |
setEndTime(long endTime) |
void |
setRawResult(Object rawResult) |
void |
setStartTime(long startTime) |
public SqlLogContext(SqlExecuteType type, String dataSourceName, PreparedSql preparedSql, boolean intercepted)
public SqlExecuteType getSqlExecuteType()
public String getDataSourceName()
public PreparedSql getPreparedSql()
public boolean isIntercepted()
public long getStartTime()
public void setStartTime(long startTime)
public long getEndTime()
public void setEndTime(long endTime)
public Object getRawResult()
public void setRawResult(Object rawResult)
Copyright © 2024–2026 Dynamic-SQL. All rights reserved.