| Interface | Description |
|---|---|
| CallReadStH | |
| IUStH |
Insert/Update Statement handler.
|
| ParamReadStH |
Read statement handler.
|
| ReadStH |
Read statement handler.
|
| Class | Description |
|---|---|
| DatabaseConfig |
This class holds all configuration of database
|
| DatabaseFactory |
Database Factory
This file is used for creating a pool of connections for the server. |
| DB |
DB Documentation
This class is used for making SQL query's utilizing the database connection
defined in database.properties
Here are the functions that one may use to utilize this class in creating an ease of access to database information. |
| Transaction |
This class allows easy manipulations with transactions, it should be used
when critical or synchronized data should be commited to two or more tables.
|
Copyright © 2014–2015. All rights reserved.