public class QueryExecution extends Object
Modifier and Type | Method and Description |
---|---|
static void |
displayResult(MultiPaneEditor editor,
PaneState originator,
PaneState stateToReopen,
QueryResult result,
boolean isReproducable) |
static void |
execute(MultiPaneEditor editor,
PaneState originator,
PaneState stateToReopen,
ArgumentSet set,
boolean promptUser,
boolean isReproducable) |
static void |
executeAgain(MultiPaneEditor editor,
PaneState state) |
static void |
executeCommandLine(MultiPaneEditor editor,
PaneState originator,
String commandLine) |
static void |
executeQuery(MultiPaneEditor editor,
QueryDescriptor query) |
public static void executeAgain(MultiPaneEditor editor, PaneState state) throws SnapshotException
SnapshotException
public static void executeCommandLine(MultiPaneEditor editor, PaneState originator, String commandLine) throws SnapshotException
SnapshotException
public static void executeQuery(MultiPaneEditor editor, QueryDescriptor query) throws SnapshotException
SnapshotException
public static void execute(MultiPaneEditor editor, PaneState originator, PaneState stateToReopen, ArgumentSet set, boolean promptUser, boolean isReproducable)
public static void displayResult(MultiPaneEditor editor, PaneState originator, PaneState stateToReopen, QueryResult result, boolean isReproducable)