Package | Description |
---|---|
sqlline |
SqlLine, a shell for issuing SQL to relational databases via JDBC.
|
Modifier and Type | Method and Description |
---|---|
SqlLine.Status |
SqlLine.begin(String[] args,
InputStream inputStream,
boolean saveHistory)
Runs SqlLine, accepting input from the given input stream,
dispatching it to the appropriate
CommandHandler until the global variable exit is
true. |
static SqlLine.Status |
SqlLine.mainWithInputRedirection(String[] args,
InputStream inputStream)
Starts the program with redirected input.
|
static SqlLine.Status |
SqlLine.start(String[] args,
InputStream inputStream,
boolean saveHistory)
Backwards compatibility method to allow
SqlLine.mainWithInputRedirection(String[], java.io.InputStream) proxied
calls to keep method signature but add in new behavior of not saving
queries. |
static SqlLine.Status |
SqlLine.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SqlLine.Status[] |
SqlLine.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2017. All rights reserved.