GenericDatabaseDataSource.java | Class | Title: JAT
Description: This class implements a generic access to database data source.
It contain methods to execute sql statements such as select, update, insert and stored procedure.
Query configuration:
For each query you have to define:
- name the name of the query
- value the value of the query (e.g.
|