Skip navigation links
A B C D E F G H I L M N O P Q R S T V 

A

AbstractCommandHandler - Class in sqlline
An abstract implementation of CommandHandler.
AbstractCommandHandler(SqlLine, String[], String, List<Completer>) - Constructor for class sqlline.AbstractCommandHandler
 
addLine(String) - Method in class sqlline.OutputFile
 
all(String, DispatchCallback) - Method in class sqlline.Commands
 
autocommit(String, DispatchCallback) - Method in class sqlline.Commands
 

B

batch(String, DispatchCallback) - Method in class sqlline.Commands
 
begin(String[], InputStream, boolean) - Method in class sqlline.SqlLine
Runs SqlLine, accepting input from the given input stream, dispatching it to the appropriate CommandHandler until the global variable exit is true.
brief(String, DispatchCallback) - Method in class sqlline.Commands
 

C

call(String, DispatchCallback) - Method in class sqlline.Commands
 
ClassNameCompleter - Class in sqlline
An implementation of Completer that completes java class names.
ClassNameCompleter() - Constructor for class sqlline.ClassNameCompleter
Completes candidates using all the classes available in the java CLASSPATH.
close(String, DispatchCallback) - Method in class sqlline.Commands
Closes the current connection.
close() - Method in class sqlline.OutputFile
 
closeall(String, DispatchCallback) - Method in class sqlline.Commands
Closes all connections.
columns(String, DispatchCallback) - Method in class sqlline.Commands
 
COMMAND_PREFIX - Static variable in class sqlline.SqlLine
 
Commands - Class in sqlline
Collection of available commands.
commit(String, DispatchCallback) - Method in class sqlline.Commands
 
config(String, DispatchCallback) - Method in class sqlline.Commands
 
connect(String, DispatchCallback) - Method in class sqlline.Commands
 
connect(Properties, DispatchCallback) - Method in class sqlline.Commands
 

D

dbinfo(String, DispatchCallback) - Method in class sqlline.Commands
 
describe(String, DispatchCallback) - Method in class sqlline.Commands
 
DispatchCallback - Class in sqlline
Callback.
DispatchCallback() - Constructor for class sqlline.DispatchCallback
 
DriverInfo - Class in sqlline
Description of a JDBC driver.
DriverInfo(String) - Constructor for class sqlline.DriverInfo
 
DriverInfo(Properties) - Constructor for class sqlline.DriverInfo
 
dropall(String, DispatchCallback) - Method in class sqlline.Commands
 

E

execute(String, DispatchCallback) - Method in class sqlline.ReflectiveCommandHandler
 
exportedkeys(String, DispatchCallback) - Method in class sqlline.Commands
 

F

forceKillSqlQuery() - Method in class sqlline.DispatchCallback
If a statement has been set by DispatchCallback.trackSqlQuery(java.sql.Statement) then calls Statement.cancel() on it.
fromProperties(Properties) - Method in class sqlline.DriverInfo
 

G

getClassNames() - Static method in class sqlline.ClassNameCompleter
 
getCommandCompleter() - Method in class sqlline.SqlLine
 
getConnectionURLExamples() - Method in class sqlline.SqlLine
 
getConsoleReader(InputStream, FileHistory) - Method in class sqlline.SqlLine
 
getHelpText() - Method in class sqlline.AbstractCommandHandler
 
getIsolationLevels() - Method in class sqlline.SqlLine
 
getMetadataMethodNames() - Method in class sqlline.SqlLine
 
getName() - Method in class sqlline.AbstractCommandHandler
 
getNames() - Method in class sqlline.AbstractCommandHandler
 
getOpts() - Method in class sqlline.SqlLine
 
getParameterCompleters() - Method in class sqlline.AbstractCommandHandler
 
getReflector() - Method in class sqlline.SqlLine
 
getSeparator() - Static method in class sqlline.SqlLine
 
getStatus() - Method in class sqlline.DispatchCallback
 
go(String, DispatchCallback) - Method in class sqlline.Commands
 

H

help(String, DispatchCallback) - Method in class sqlline.Commands
 
history(String, DispatchCallback) - Method in class sqlline.Commands
 

I

importedkeys(String, DispatchCallback) - Method in class sqlline.Commands
 
indexes(String, DispatchCallback) - Method in class sqlline.Commands
 
isCanceled() - Method in class sqlline.DispatchCallback
 
isExit() - Method in class sqlline.SqlLine
 
isFailure() - Method in class sqlline.DispatchCallback
 
isolation(String, DispatchCallback) - Method in class sqlline.Commands
 
isRunning() - Method in class sqlline.DispatchCallback
 
isSuccess() - Method in class sqlline.DispatchCallback
 

L

list(String, DispatchCallback) - Method in class sqlline.Commands
Lists the current connections.
load(String, DispatchCallback) - Method in class sqlline.Commands
 

M

main(String[]) - Static method in class sqlline.SqlLine
Starts the program.
mainWithInputRedirection(String[], InputStream) - Static method in class sqlline.SqlLine
Starts the program with redirected input.
manual(String, DispatchCallback) - Method in class sqlline.Commands
 
matches(String) - Method in class sqlline.AbstractCommandHandler
 
metadata(String, DispatchCallback) - Method in class sqlline.Commands
 
metadata(String, List<Object>, DispatchCallback) - Method in class sqlline.Commands
 

N

nativesql(String, DispatchCallback) - Method in class sqlline.Commands
 

O

OutputFile - Class in sqlline
Output file.
OutputFile(String) - Constructor for class sqlline.OutputFile
 
outputformat(String, DispatchCallback) - Method in class sqlline.Commands
 

P

primarykeys(String, DispatchCallback) - Method in class sqlline.Commands
 
print(String) - Method in class sqlline.OutputFile
 
procedures(String, DispatchCallback) - Method in class sqlline.Commands
 
properties(String, DispatchCallback) - Method in class sqlline.Commands
Connects to the database defined in the specified properties file.

Q

quit(String, DispatchCallback) - Method in class sqlline.Commands
 

R

reconnect(String, DispatchCallback) - Method in class sqlline.Commands
 
record(String, DispatchCallback) - Method in class sqlline.Commands
Starts or stops saving all output to a file.
ReflectiveCommandHandler - Class in sqlline
A CommandHandler implementation that uses reflection to determine the method to dispatch the command.
ReflectiveCommandHandler(SqlLine, List<Completer>, String...) - Constructor for class sqlline.ReflectiveCommandHandler
 
ReflectiveCommandHandler(SqlLine, Completer, String...) - Constructor for class sqlline.ReflectiveCommandHandler
 
rehash(String, DispatchCallback) - Method in class sqlline.Commands
 
rollback(String, DispatchCallback) - Method in class sqlline.Commands
 
run(String, DispatchCallback) - Method in class sqlline.Commands
Runs a script from the specified file.
runCommands(List<String>, DispatchCallback) - Method in class sqlline.SqlLine
 

S

sampleURL - Variable in class sqlline.DriverInfo
 
save(String, DispatchCallback) - Method in class sqlline.Commands
 
scan(String, DispatchCallback) - Method in class sqlline.Commands
 
script(String, DispatchCallback) - Method in class sqlline.Commands
Starts or stops saving a script to a file.
set(String, DispatchCallback) - Method in class sqlline.Commands
 
setCallback(DispatchCallback) - Method in interface sqlline.SqlLineSignalHandler
Sets the dispatchCallback to be alerted of by signals.
setErrorStream(PrintStream) - Method in class sqlline.SqlLine
 
setExit(boolean) - Method in class sqlline.SqlLine
 
setOutputStream(PrintStream) - Method in class sqlline.SqlLine
 
setStatus(DispatchCallback.Status) - Method in class sqlline.DispatchCallback
 
setToCancel() - Method in class sqlline.DispatchCallback
 
setToFailure() - Method in class sqlline.DispatchCallback
 
setToSuccess() - Method in class sqlline.DispatchCallback
 
splitCompound(String) - Method in class sqlline.SqlLine
Splits the line into an array of possibly-compound identifiers, observing the database's quoting syntax.
sql(String, DispatchCallback) - Method in class sqlline.Commands
 
sqlline - package sqlline
SqlLine, a shell for issuing SQL to relational databases via JDBC.
SqlLine - Class in sqlline
A console SQL shell with command completion.
SqlLine() - Constructor for class sqlline.SqlLine
 
SqlLine.Status - Enum in sqlline
Exit status returned to the operating system.
SQLLINE_BASE_DIR - Static variable in class sqlline.SqlLine
 
SqlLineSignalHandler - Interface in sqlline
A signal handler interface for SQLLine.
start(String[], InputStream, boolean) - Static method in class sqlline.SqlLine
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.

T

tables(String, DispatchCallback) - Method in class sqlline.Commands
 
toString() - Method in class sqlline.OutputFile
 
trackSqlQuery(Statement) - Method in class sqlline.DispatchCallback
Sets the sql statement the callback should keep track of so that it can be canceled.
typeinfo(String, DispatchCallback) - Method in class sqlline.Commands
 

V

valueOf(String) - Static method in enum sqlline.SqlLine.Status
Returns the enum constant of this type with the specified name.
values() - Static method in enum sqlline.SqlLine.Status
Returns an array containing the constants of this enum type, in the order they are declared.
verbose(String, DispatchCallback) - Method in class sqlline.Commands
 
A B C D E F G H I L M N O P Q R S T V 
Skip navigation links

Copyright © 2015–2016 Julian Hyde. All rights reserved.