|
noalyss
Version-6.7.2
|
manage table key_distribution_ledger More...
Public Member Functions | |
| __construct (&$p_cn, $p_id=-1) | |
manage table key_distribution_ledger
Definition at line 65 of file class_anc_key_sql.php.
| Anc_Key_Ledger_SQL::__construct | ( | &$ | p_cn, |
| $ | p_id = -1 |
||
| ) |
Reimplemented from Noalyss_SQL.
Definition at line 67 of file class_anc_key_sql.php.
References name, table, and type.
{
$this->table = "public.key_distribution_ledger";
$this->primary_key = "kl_id";
$this->name = array(
"id" => "kl_id",
"key"=>"kd_id",
"ledger"=>"jrn_def_id"
);
$this->type = array(
"kl_id" => "numeric",
"kd_id" => "numeric",
"jrn_def_id" => "numeric"
);
$this->default = array(
"kl_id" => "auto"
);
// PHPUNIT seems to have a problem with this line
//global $cn;
parent::__construct($p_cn, $p_id);
}