|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use com.jfw.database | |
---|---|
com.jfw.authentication | Manage user authentication, authorization and profiling. |
com.jfw.database | Interact with a database. |
com.jfw.database.metadata | Get database meta data. |
com.jfw.database.mysql | Database utilities for MySql. |
com.jfw.database.oracle | Database utilities for Oracle. |
com.jfw.examples | Examples of use of JFW classes. |
com.jfw.update | Update module. |
Classes in com.jfw.database used by com.jfw.authentication | |
---|---|
DatabaseException
Throwed when a database error occured. |
|
QueryGatewayInterface
Must be implemented by all classes interacting with database. |
|
Transaction
Used with QueryGateway and
StoredProcedureGateway in case of a transaction. |
Classes in com.jfw.database used by com.jfw.database | |
---|---|
ConnectionBroker
Distribute database connections. |
|
ConnectionPool
Manage a connection pool. |
|
DatabaseException
Throwed when a database error occured. |
|
NullObject
Used in ReadDbData.result2Hash(java.sql.ResultSet, java.util.HashMap, java.lang.String, boolean, java.lang.String, int, int) in case a column has
null value. |
|
Transaction
Used with QueryGateway and
StoredProcedureGateway in case of a transaction. |
Classes in com.jfw.database used by com.jfw.database.metadata | |
---|---|
DatabaseException
Throwed when a database error occured. |
Classes in com.jfw.database used by com.jfw.database.mysql | |
---|---|
QueryGateway
Used for execute a sql command. |
Classes in com.jfw.database used by com.jfw.database.oracle | |
---|---|
DatabaseException
Throwed when a database error occured. |
|
QueryGatewayInterface
Must be implemented by all classes interacting with database. |
Classes in com.jfw.database used by com.jfw.examples | |
---|---|
DatabaseException
Throwed when a database error occured. |
|
PCMConnection
Must be implement by all classes used for managing the database connections directly, without the use of a connection pool or datasource. |
|
QueryGatewayInterface
Must be implemented by all classes interacting with database. |
|
StoredProcedureGateway
Used for execute stored procedures. |
|
Transaction
Used with QueryGateway and
StoredProcedureGateway in case of a transaction. |
Classes in com.jfw.database used by com.jfw.update | |
---|---|
DatabaseException
Throwed when a database error occured. |
|
QueryGatewayInterface
Must be implemented by all classes interacting with database. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |