public static interface Command.Context
| Modifier and Type | Method | Description |
|---|---|---|
void |
checkResult(boolean execute,
boolean output,
Command.ResultChecker checker) |
|
Connection |
connection() |
|
void |
echo(List<String> lines) |
|
java.util.function.Function<String,Object> |
env() |
|
boolean |
execute() |
|
Quidem.SqlCommand |
previousSqlCommand() |
|
Connection |
refConnection() |
|
void |
stack(Throwable resultSetException,
Writer writer) |
|
void |
update(String sql,
boolean execute,
boolean output,
Command.ResultChecker checker) |
|
void |
use(String connectionName) |
|
PrintWriter |
writer() |
PrintWriter writer()
Connection connection()
Connection refConnection()
java.util.function.Function<String,Object> env()
void checkResult(boolean execute,
boolean output,
Command.ResultChecker checker)
throws Exception
Exceptionvoid update(String sql, boolean execute, boolean output, Command.ResultChecker checker) throws Exception
ExceptionQuidem.SqlCommand previousSqlCommand()
boolean execute()
Copyright © 2014–2018 Julian Hyde. All rights reserved.