public class SqlInfo extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static long |
FAILURE_EXTIME |
| Constructor and Description |
|---|
SqlInfo(String command,
boolean noResult,
boolean exception) |
SqlInfo(String command,
boolean noResult,
boolean exception,
long executionTime) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getCommand() |
long |
getExecutionTime() |
int |
hashCode() |
boolean |
isException() |
boolean |
isNoResult() |
public SqlInfo(String command, boolean noResult, boolean exception)
public SqlInfo(String command, boolean noResult, boolean exception, long executionTime)
public String getCommand()
public boolean isNoResult()
public boolean isException()
public long getExecutionTime()
Copyright © 2016–2024. All rights reserved.