noalyss
Version-6.7.2
|
manage table key_distribution_activity More...
Public Member Functions | |
__construct ($p_cn, $p_id=-1) |
manage table key_distribution_activity
Definition at line 131 of file class_anc_key_sql.php.
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); }