Package | Description |
---|---|
fc.jdbc | |
fc.jdbc.dbo.generated |
These are sample tables, purely to show as an example of DBO generated code.
|
fc.web.servlet |
Class and Description |
---|
ConnectionMgr
This class implements the gateway to a SQL Database.
|
DBName
Enumerates database names.
|
NamedParamStatement
This class wraps around
PreparedStatement and allows the programmer to set
parameters by name instead of by question mark index. |
PooledConnectionMgr
A pooled connection manager.
|
QueryUtil.ResultSetPrintDirection
Specifies the orientation of the result set when printed (via
methods like
printResultSet() ). |
ResultSetTransform.Rule
A transform rule, added to a specific column index or name via
the
addColumnTransform methods. |
Class and Description |
---|
NamedParamStatement
This class wraps around
PreparedStatement and allows the programmer to set
parameters by name instead of by question mark index. |
Class and Description |
---|
ConnectionMgr
This class implements the gateway to a SQL Database.
|