Plugins  LAST
 All Data Structures Files Functions Variables Pages
Public Member Functions
Impacc_Import_csv_SQL Class Reference
Inheritance diagram for Impacc_Import_csv_SQL:
Inheritance graph
Collaboration diagram for Impacc_Import_csv_SQL:
Collaboration graph

Public Member Functions

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

Detailed Description

Definition at line 33 of file class_impacc_import_csv_sql.php.

Constructor & Destructor Documentation

Impacc_Import_csv_SQL::__construct ( Database  $p_cn,
  $p_id = -1 
)

Definition at line 36 of file class_impacc_import_csv_sql.php.

References name, and table.

37  {
38  $this->table="impacc.import_csv";
39  $this->primary_key="id";
40  /*
41  * List of columns
42  */
43  $this->name=array(
44  "id"=>"id"
45  , "s_decimal"=>"s_decimal"
46  , "s_thousand"=>"s_thousand"
47  , "s_encoding"=>"s_encoding"
48  , "jrn_def_id"=>"jrn_def_id"
49  , "s_surround"=>"s_surround"
50  , "s_delimiter"=>"s_delimiter"
51  ,"import_id"=>"import_id"
52  ,"s_date_format"=>"s_date_format"
53  );
54  /*
55  * Type of columns
56  */
57  $this->type=array(
58  "id"=>"numeric"
59  , "s_decimal"=>"text"
60  , "s_thousand"=>"text"
61  , "s_encoding"=>"text"
62  , "jrn_def_id"=>"numeric"
63  , "s_surround"=>"text"
64  , "s_delimiter"=>"text"
65  ,"import_id"=>"numeric"
66  ,"s_date_format"=>"numeric"
67  );
68 
69 
70  $this->default=array(
71  "id"=>"auto"
72  );
73 
74  $this->date_format="DD.MM.YYYY";
75  parent::__construct($p_cn, $p_id);
76  }
$categorie_appel table
$categorie_appel name

The documentation for this class was generated from the following file: