|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
TOP Class Summary |
|
DBConnDirect | Convenience class for handling a single database connection. |
DBConnection | Convenience class for handling a single database connection created from the user/pass/JDBC characteristics. |
DBConnStatement | A convenience class to manage a Statement, and the associated DBConnDirect and sql text. |
DBCSPlain | A DBConnStatement that manages a plain java.sql.Statement. |
DBCSPrepared | A DBConnStatement that handles a java.sql.PreparedStatement. |
QueryBase | The base class for handling a Query, via the Statement contained in a DBConnStatement. |
QueryPlain | A QueryBase object that executes the Statement contained in a DBCSPlain. |
QueryPrepared | A QueryBase object that executes the Statement contained in a DBCSPrepared. |
TOP
Package xbn.db Description
Manage and use database connections. Optional logging is fundamental to all classes in this package. Also, connections are dynamically verified to be actually available and open, which is not easily possible with the java.sql package.
|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Copyright 1997-2003, Jeff Epstein, All Rights Reserved. See top of source code files for copyright notice.
http://sourceforge.net/projects/xbnjava