Package com.google.gerrit.sshd.commands
Class QueryShell
- java.lang.Object
-
- com.google.gerrit.sshd.commands.QueryShell
-
public class QueryShell extends Object
Simple interactive SQL query tool.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
QueryShell.Factory
static class
QueryShell.OutputFormat
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute(String query)
void
run()
void
setOutputFormat(QueryShell.OutputFormat fmt)
-
-
-
Method Detail
-
setOutputFormat
public void setOutputFormat(QueryShell.OutputFormat fmt)
-
run
public void run()
-
execute
public void execute(String query)
-
-