Plugins  LAST
 All Data Structures Files Functions Variables Pages
class_impacc_parameter_tva_sql.php
Go to the documentation of this file.
1 <?php
2 
3 /**
4  * Autogenerated file
5  * This file is part of NOALYSS.
6  *
7  * NOALYSS is free software; you can redistribute it and/or modify
8  * it under the terms of the GNU General Public License as published by
9  * the Free Software Foundation; either version 2 of the License, or
10  * (at your option) any later version.
11  *
12  * NOALYSS is distributed in the hope that it will be useful,
13  * but WITHOUT ANY WARRANTY; without even the implied warranty of
14  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15  * GNU General Public License for more details.
16  *
17  * You should have received a copy of the GNU General Public License
18  * along with NOALYSS; if not, write to the Free Software
19  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
20 */
21 require_once NOALYSS_INCLUDE.'/database/class_noalyss_sql.php';
22 require_once NOALYSS_INCLUDE.'/lib/class_database.php';
23 
24 
25 /**
26  * class_parameter_tva_sql.php
27  *
28  *@file
29  *@brief abstract of the table impacc.parameter_tva */
30 class Impacc_Parameter_Tva_SQL extends Noalyss_SQL
31 {
32 
33 function __construct(Database $p_cn,$p_id=-1)
34  {
35  $this->table = "impacc.parameter_tva";
36  $this->primary_key = "pt_id";
37 /*
38  * List of columns
39  */
40  $this->name=array(
41  "pt_id"=>"pt_id"
42  ,"tva_id"=>"tva_id"
43  ,"tva_code"=>"tva_code"
44  );
45 /*
46  * Type of columns
47  */
48  $this->type = array(
49  "pt_id"=>"numeric"
50  ,"tva_id"=>"numeric"
51  ,"tva_code"=>"text"
52  );
53 
54 
55  $this->default = array(
56  "pt_id" => "auto"
57  );
58 
59  $this->date_format = "DD.MM.YYYY";
60  parent::__construct($p_cn,$p_id);
61  }
62 
63 
64 }
__construct(Database $p_cn, $p_id=-1)
$categorie_appel table
$categorie_appel name