|
ProgramixGenericLib v5.0.1 | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| ConnectionSource | Interface used to mark a generic source of JDBC connections. |
| Class Summary | |
|---|---|
| BottomlessConnectionPool | Sets up a simple, thread-safe, bottomless database connection pool. |
| ConnectionPool | This implementation of ConnectionSource is a variable size
pool of database Connection's. |
| DriverManagerConnectionSource | An implementation of ConnectionSource that uses
DriverManager to create database Connection's. |
| JDBCTools | |
| UniqueIDGenerator | Sets up a simple, thread-safe, unique id generator that uses a database table to control concurrency. |
| Exception Summary | |
|---|---|
| SQLChainedException | This subclass of SQLException is thrown to facilitate the chaining of
exceptions of other types. |
| SQLInterruptedException | This subclass of SQLException is thrown to indicate that the calling
thread was interrupted while waiting for an operation to complete. |
| SQLShutdownException | This subclass of SQLException is thrown to indicate that the object
that a method was invoked against has been shutdown. |
| SQLTimedOutException | This subclass of SQLException is thrown by some methods to indicate
that a timeout occurred on an SQL-related activity. |
SQL related utilities. JDBCTools has many handy functions.
|
ProgramixGenericLib v5.0.1 | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||