See: Description
Class | Description |
---|---|
ConstantsDatabase |
This class holds all constants for the database such as
data model information, lookup methods, table names,
and database parameters.
|
DatabaseConnection |
DatabaseConnection is the class for all MySQL database related activities
such as open and close the database connection, run the SQL query,
check the data model version as well as initialize and commit transactions.
|
DatabaseManager |
DatabaseManager is the class for all SQL queries.
|
DataMapper |
DataMapper is the class for all data mapping tasks
between the application objects and database schema.
|
Database activities are managed in this package such as database connection management, query management, data-object mapping management.
Copyright © 2019 Citunius GmbH. All Rights Reserved.