com.holub.database.jdbc
Class Console

java.lang.Object
  extended by 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:

  1. 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.
  2. You may not redistribute (or mirror) the source code.
  3. You must report any bugs that you find to me. Use the form at http://www.holub.com/company/contact.html or send email.
  4. 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.

Constructor Summary
Console()
           
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Console

public Console()
Method Detail

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception