public interface StoredProcedurePlan
Modifier and Type | Field and Description |
---|---|
static int |
ERROR
The stored procedure execution threw an error
|
static int |
INIT
The stored procedure execution has not started yet
|
static int |
OK
The stored procedure execution has finished successfully
|
static int |
PROCESSING
The stored procedure execution is being executed at this time
|
static int |
STOPPED
The stored procedure execution has been stopped
|
Modifier and Type | Method and Description |
---|---|
Date |
getEndTime()
Obtains the time when the procedure finished its execution.
|
Throwable |
getException()
Obtains the exception associated with the error occurred in the
execution.
|
int |
getNumOfTuples()
Obtains the number of tuples returned by the procedure.
|
Date |
getResponseTime()
Obtains the time when the procedure generated its first row of results.
|
Date |
getStartTime()
Obtains the time when the procedure started its execution.
|
int |
getState()
Obtains the state of the procedure execution.
|
boolean |
isComplete()
Returns whether the procedure finished successfully its execution or not.
|
static final int OK
static final int ERROR
static final int INIT
static final int PROCESSING
static final int STOPPED
Date getEndTime()
int getNumOfTuples()
Date getResponseTime()
Date getStartTime()
int getState()
Throwable getException()
boolean isComplete()
true
if the procedure finished successfully,
false
otherwise.Copyright © 2024 Denodo Technologies. All rights reserved.