A B C D E F G H M P R S T U

A

about() - Method in class browser.Console
 
AppError - Exception in browser
 
AppError(String) - Constructor for exception browser.AppError
 
AppError() - Constructor for exception browser.AppError
 

B

browser - package browser
 

C

connection - Variable in class browser.SQLBrowser
The connection to a database is a JDBC object:
Console - Class in browser
 
Console() - Constructor for class browser.Console
 
controlLoop() - Method in class browser.Console
 

D

dbasePrefix - Variable in class browser.SQLBrowser
The specific database to be opened is identified by a URL of the form PROTOCOL:[@HOST:]PORT:NAME
driverName - Variable in class browser.SQLBrowser
A JDBC driver converts JDBC queries into database- specific commands.

E

execute(String) - Method in class browser.Console
 
execute(String) - Method in class browser.SQLBrowser
This method is called by the control loop in the Console class.

F

finalize() - Method in class browser.SQLBrowser
 

G

gripe - Variable in exception browser.AppError
 

H

handle(AppError) - Method in class browser.Console
 
help() - Method in class browser.Console
 
help() - Method in class browser.SQLBrowser
This method is also called by the Console's control loop

M

main(String[]) - Static method in class browser.SQLBrowser
Start the browser

P

password - Variable in class browser.SQLBrowser
 
prompt - Variable in class browser.Console
 

R

result - Variable in class browser.SQLBrowser
Executing most SQL statements results in a virtual table or view, which is represented in JDBC by a ResultSet object.

S

SQLBrowser - Class in browser
A command-line interpreter that executes SQL commands against a JDBC-compliant database.
SQLBrowser(String) - Constructor for class browser.SQLBrowser
This constructor attempts to create a new database if the requested database can't be found.
SQLBrowser() - Constructor for class browser.SQLBrowser
 
statement - Variable in class browser.SQLBrowser
Statement seems like a mis-named class.
stderr - Variable in class browser.Console
 
stdin - Variable in class browser.Console
 
stdout - Variable in class browser.Console
 

T

toString() - Method in exception browser.AppError
 
toString(ResultSet) - Method in class browser.SQLBrowser
Converts a result set into a formatted string semi-suitable for printing.

U

username - Variable in class browser.SQLBrowser
Some databases require a login to connect.

A B C D E F G H M P R S T U