API Overview API Index Direct link to this page
JavaOnTracks 0.1.2
  Package: net.jot.db
Author(s)
Since
Version
Serial
Description
This package contains the LOW level Database code, such as managing JDBC connections and the DB Pool
See also:   
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.
Generated By: JavaOnTracks Doclet 0.1.5     ©Thibaut Colar