noalyss  Version-6.7.2
Public Member Functions
Anc_Key_Ledger_SQL Class Reference

manage table key_distribution_ledger More...

Inheritance diagram for Anc_Key_Ledger_SQL:
Noalyss_SQL

Public Member Functions

 __construct (&$p_cn, $p_id=-1)

Detailed Description

manage table key_distribution_ledger

Definition at line 65 of file class_anc_key_sql.php.


Constructor & Destructor Documentation

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);
    } 

The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations