noalyss  Version-6.7.2
Public Member Functions
Anc_Key_Activity_SQL Class Reference

manage table key_distribution_activity More...

Inheritance diagram for Anc_Key_Activity_SQL:
Noalyss_SQL

Public Member Functions

 __construct ($p_cn, $p_id=-1)

Detailed Description

manage table key_distribution_activity

Definition at line 131 of file class_anc_key_sql.php.


Constructor & Destructor Documentation

Anc_Key_Activity_SQL::__construct ( p_cn,
p_id = -1 
)

Definition at line 133 of file class_anc_key_sql.php.

References name, table, and type.

    {
        $this->table = "public.key_distribution_activity";
        $this->primary_key = "ka_id";

        $this->name = array(
            "id" => "ka_id",
            "detail"=>"ke_id",
            "activity"=>"po_id",
            "plan"=>"pa_id"
        );

        $this->type = array(
            "ka_id" => "numeric",
            "ke_id" => "numeric",
            "po_id" => "numeric",
            "pa_id" => "numeric"
           
        );

        $this->default = array(
            "ka_id" => "auto"
        );

        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