Package com.holub.database.jdbc

Class Summary
Console This program is a toy database-console window that lets you exercise the HolubSQL database.
JDBCConnection A limited version of the Connection class.
JDBCDriver A JDBC driver for a small in-memory database that wraps the Database class.
JDBCResultSet A limited version of the result-set class.
JDBCResultSetMetaData A limited version of the result-set metadata class.
JDBCStatement  
JDBCTest