noalyss Version-9
|
contains prepared query used in different classes of the application More...
Public Member Functions | |
__construct (Database $cn) | |
get_db () | |
prepare_currency () | |
Prepare the query for find the amount in currency. More... | |
prepare_reconcile_date () | |
Prepare the query for fetching the linked operation. More... | |
set_db ($db) | |
Private Attributes | |
$db | |
Database connection. More... | |
contains prepared query used in different classes of the application
Definition at line 35 of file prepared_query.class.php.
Prepared_Query::__construct | ( | Database | $cn | ) |
Definition at line 38 of file prepared_query.class.php.
Prepared_Query::get_db | ( | ) |
Prepared_Query::prepare_currency | ( | ) |
Prepare the query for find the amount in currency.
Definition at line 92 of file prepared_query.class.php.
References db.
Prepared_Query::prepare_reconcile_date | ( | ) |
Prepare the query for fetching the linked operation.
ONE paramete is needed : jrn.jr_id , returns all columns from the table PUBLIC.JRN, column qcode_bank (default card for fin ledger) of the operation concerning to the payment
Definition at line 63 of file prepared_query.class.php.
References db.
Prepared_Query::set_db | ( | $db | ) |
|
private |
Database connection.
Definition at line 36 of file prepared_query.class.php.