Plugins  LAST
 All Data Structures Files Functions Variables Pages
Public Member Functions | Data Fields
RAPAV_Listing_Compute_Detail_SQL Class Reference

Manage the table rapport_advanced.listing_compute_detail. More...

Inheritance diagram for RAPAV_Listing_Compute_Detail_SQL:
Inheritance graph
Collaboration diagram for RAPAV_Listing_Compute_Detail_SQL:
Collaboration graph

Public Member Functions

 __construct ($p_id=-1)
 
 verify ()
 Add here your own code: verify is always call BEFORE insert or update. More...
 

Data Fields

 $lc_id
 
 $ld_value_date
 
 $ld_value_numeric
 
 $ld_value_text
 
 $lp_id
 
 $lf_id
 
 $lc_code
 
 $lc_comment
 
 $lc_order
 
 $lc_histo
 

Detailed Description

Manage the table rapport_advanced.listing_compute_detail.

Definition at line 566 of file class_rapport_avance_sql.php.

Constructor & Destructor Documentation

RAPAV_Listing_Compute_Detail_SQL::__construct (   $p_id = -1)

Definition at line 583 of file class_rapport_avance_sql.php.

References $cn, name, and table.

584  {
585 
586 
587  $this->table = "rapport_advanced.listing_compute_detail";
588  $this->primary_key = "ld_id";
589 
590  $this->name = array(
591  "ld_id" => "ld_id", "lc_id" => "lc_id"
592  , "ld_value_date" => "ld_value_date"
593  , "ld_value_numeric" => "ld_value_numeric"
594  , "ld_value_text" => "ld_value_text"
595  , "lp_id" => "lp_id"
596  , "lf_id" => "lf_id"
597  ,'code'=>'lc_code'
598  ,'comment'=>'lc_comment'
599  ,'order'=>'lc_order'
600  ,'history'=>'lc_histo'
601  );
602 
603  $this->type = array(
604  "ld_id" => "numeric",
605  "lc_id" => "numeric"
606  , "ld_value_date" => "date"
607  , "ld_value_numeric" => "numeric"
608  , "ld_value_text" => "text"
609  , "lp_id" => "numeric"
610  , "lf_id" => "numeric"
611  , 'lc_code'=>"text"
612  , 'lc_comment'=>"text"
613  , 'lc_order'=>"numeric"
614  , 'lc_histo'=>"numeric"
615  );
616 
617  $this->default = array(
618  "ld_id" => "auto"
619  );
620  global $cn;
621  $this->date_format = "DD.MM.YYYY";
622  parent::__construct($cn, $p_id);
623  }
$categorie_appel table
$categorie_appel name
global $cn

Member Function Documentation

RAPAV_Listing_Compute_Detail_SQL::verify ( )

Add here your own code: verify is always call BEFORE insert or update.

Definition at line 628 of file class_rapport_avance_sql.php.

629  {
630  parent::verify();
631  }

Field Documentation

RAPAV_Listing_Compute_Detail_SQL::$lc_code

Definition at line 576 of file class_rapport_avance_sql.php.

RAPAV_Listing_Compute_Detail_SQL::$lc_comment

Definition at line 577 of file class_rapport_avance_sql.php.

RAPAV_Listing_Compute_Detail_SQL::$lc_histo

Definition at line 579 of file class_rapport_avance_sql.php.

RAPAV_Listing_Compute_Detail_SQL::$lc_id

Definition at line 570 of file class_rapport_avance_sql.php.

RAPAV_Listing_Compute_Detail_SQL::$lc_order

Definition at line 578 of file class_rapport_avance_sql.php.

RAPAV_Listing_Compute_Detail_SQL::$ld_value_date

Definition at line 571 of file class_rapport_avance_sql.php.

RAPAV_Listing_Compute_Detail_SQL::$ld_value_numeric

Definition at line 572 of file class_rapport_avance_sql.php.

RAPAV_Listing_Compute_Detail_SQL::$ld_value_text

Definition at line 573 of file class_rapport_avance_sql.php.

RAPAV_Listing_Compute_Detail_SQL::$lf_id

Definition at line 575 of file class_rapport_avance_sql.php.

RAPAV_Listing_Compute_Detail_SQL::$lp_id

Definition at line 574 of file class_rapport_avance_sql.php.


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