Package org.eclnt.ccee.db
package org.eclnt.ccee.db
-
ClassDescriptionClass for accessing the database - i.e. for building up the connection to the database.
This class is in general not directly used by the application processing.Data structure that is passed back when picking a connection.Environment for executing (transactional) operations against database.Executes a SQL script for creating database artifacts (tables, views, ...).If running DOFW* functions inside some other DB framework then the database connection might be passed by being attached to the current thread.If the connection is created by using the configuration parameters (i.e. not usingIDBConnectionProvider
), 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.Extension to interfaceIDBConnectionProvider
with addtional method to pass back the parameter "db_autotrim"