public class NotExecuted extends ExecutionOutcome
| Modifier and Type | Field and Description |
|---|---|
private static NotExecuted |
notExecutedSingleton |
output| Modifier | Constructor and Description |
|---|---|
private |
NotExecuted() |
| Modifier and Type | Method and Description |
|---|---|
static NotExecuted |
create() |
long |
getExecutionTimeNanos()
How long the associated statement took to execute, in nanoseconds.
|
java.lang.String |
toString() |
get_output, set_outputprivate static NotExecuted notExecutedSingleton
public static NotExecuted create()
public java.lang.String toString()
toString in class java.lang.Objectpublic long getExecutionTimeNanos()
ExecutionOutcomegetExecutionTimeNanos in class ExecutionOutcome