public abstract class StatementExecutionInfo extends Object
Constructor and Description |
---|
StatementExecutionInfo() |
Modifier and Type | Method and Description |
---|---|
int |
getErrorPosition()
If exception is reportet this indicates the position of the error.
|
abstract Collection<Throwable> |
getExceptions() |
abstract long |
getExecutionTime() |
abstract String |
getSQL() |
abstract boolean |
hasExceptions() |
public abstract String getSQL()
public abstract boolean hasExceptions()
public abstract Collection<Throwable> getExceptions()
public abstract long getExecutionTime()
public int getErrorPosition()
The reported position is the zero-based index into the supplied SQL