Uses of Package
org.eclnt.ccee.db
Packages that use org.eclnt.ccee.db
-
Classes in org.eclnt.ccee.db used by org.eclnt.ccee.dbClassDescriptionData structure that is passed back when picking a connection.Environment for executing (transactional) operations against database.If running DOFW* functions inside some other DB framework then the database connection might be passed by being attached to the current thread.
-
Classes in org.eclnt.ccee.db used by org.eclnt.ccee.db.dofwClassDescriptionIf the connection is created by using the configuration parameters (i.e. not using
IDBConnectionProvider
), then by default the password of the connection is read from configuration parameter "db_password". - Problem: the password of the connection needs to be stored in a configuration file, which might be some security risk.