Uses of Class
sqlline.SqlLine.Status
-
-
Uses of SqlLine.Status in sqlline
Methods in sqlline that return SqlLine.Status Modifier and Type Method Description SqlLine.Status
SqlLine. begin(String[] args, InputStream inputStream, boolean saveHistory)
Runs SQLLine, accepting input from the given input stream, dispatching it to the appropriateCommandHandler
until the global variableexit
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 allowSqlLine.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.
-