Package fc.jdbc
package fc.jdbc
-
ClassesClassDescriptionThis class implements the gateway to a SQL Database.Enumerates database names.This class wraps around
PreparedStatement
and allows the programmer to set parameters by name instead of by question mark index.A poolableConnection
that works with thePooledConnectionMgr
.A pooled connection manager.Loads sql queries from a file.Various JDBC utility methods.Specifies the orientation of the result set when printed (via methods likeinvalid reference
printResultSet()
Wrapper class for aResultSet
that allows the value of specified columns to be transformed.A simple connection manager that returns a new connection to the database every time.