JOTDBField
View Source
|
Represents a Database Field(column).
|
JOTDBJDBCSetup
View Source
|
Object representation of a JDBC database setup options
such as url, name ,password etc...
|
JOTDBManager
View Source
|
Main database manager object.
|
JOTDBPool
View Source
|
This is an implementation of a database connection pooling system
It manages connections, adds some when needed, and periodically
check there status and renew them is they appear corrupt/hung.
|
JOTTaggedConnection
View Source
|
A TaggedConnection is basically a Standard DB connection with a name(tag), that allows us to know
which pool it is part of.
|