39 $this->
table=
"public.action_gestion";
40 $this->primary_key=
"ag_id";
46 ,
"ag_type"=>
"ag_type"
47 ,
"f_id_dest"=>
"f_id_dest"
48 ,
"ag_title"=>
"ag_title"
49 ,
"ag_timestamp"=>
"ag_timestamp"
51 ,
"ag_hour"=>
"ag_hour"
52 ,
"ag_priority"=>
"ag_priority"
53 ,
"ag_dest"=>
"ag_dest"
54 ,
"ag_owner"=>
"ag_owner"
55 ,
"ag_contact"=>
"ag_contact"
56 ,
"ag_state"=>
"ag_state"
57 ,
"ag_remind_date"=>
"ag_remind_date"
64 ,
"ag_type"=>
"numeric"
65 ,
"f_id_dest"=>
"numeric"
67 ,
"ag_timestamp"=>
"timestamp without time zone"
70 ,
"ag_priority"=>
"numeric"
71 ,
"ag_dest"=>
"numeric"
73 ,
"ag_contact"=>
"numeric"
74 ,
"ag_state"=>
"numeric"
75 ,
"ag_remind_date"=>
"date"
81 "ag_timestamp"=>
"auto"
84 $this->date_format=
"DD.MM.YYYY";
85 parent::__construct($p_cn,
$p_id);
ORM public.action_gestion.
__construct(DatabaseCore $p_cn, $p_id=-1)
This class allow you to connect to the postgresql database, execute sql, retrieve data.
Interface : this wrapper is used to created easily a wrapper to a table (ORM) You must create a class...