| Interface | Description |
|---|---|
| CommandHandler |
Handles commands of certain
CommandType |
| CommandType |
defines the enumeration of Commands of a certain type
|
| EnvironmentVariableHandler |
An executor, or shell itself, need to handle environment variables to have their behavior customizable.
|
| SqlExecutor |
Conventions:
|
| SqlFunction |
Represents a SQL function.
|
| Class | Description |
|---|---|
| EnvironmentVariableHandlerImpl | |
| EnvironmentVariableSpecs |
Specification of a EnvironmentVariableHandler.
|
| EnvironmentVariableSpecs.Spec |
Describes the specification of an environment variable.
|
| ExecutionContext |
Whenever the shell calls the executor to execute a SQL statement, an object of ExecutionContext is passed.
|
| NonQueryResult |
Result of a non-query SQL statement or SQL file containing multiple non-query statements.
|
| QueryResult |
Execution result of a SELECT statement.
|
| Enum | Description |
|---|---|
| ExecutionStatus |
Status of the execution of a SQL statement.
|