com.holub.database.jdbc
Class Console
java.lang.Object
com.holub.database.jdbc.Console
public class Console
- extends Object
This program is a toy database-console window that lets you
exercise the HolubSQL database. It opens up a databse, then
displays two windows, one in which you enter SQL and another
that shows the result of the operation. If an exception is
encountered, a window showing the stack trace pops up.
Bugs:
The window does not resize elegantly, so I've disabled
resising altogether rather than fix the problem.
©2004 Allen I. Holub. All rights reserved.
This code may be used freely by yourself with the following restrictions:
- Your splash screen, about box, or equivalent, must include
Allen Holub's name, copyright, and URL. For example:
This program contains Allen Holub's SQL package.
(c) 2005 Allen I. Holub. All Rights Reserved.
http://www.holub.com
If your program does not run interactively, then the foregoing
notice must appear in your documentation.
- You may not redistribute (or mirror) the source code.
- You must report any bugs that you find to me. Use the form at
http://www.holub.com/company/contact.html
or send email.
- The software is supplied as is. Neither Allen Holub nor
Holub Associates are responsible for any bugs (or any problems
caused by bugs, including lost productivity or data)
in any of this code.
|
Console
public Console()
main
public static void main(String[] args)
throws Exception
- Throws:
Exception