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

Public Member Functions

 __construct ($p_id=-1)
 

Data Fields

 $l_id
 
 $l_description
 
 $l_name
 
 $l_lob
 
 $l_filename
 
 $l_mimetype
 
 $l_size
 
 $fd_id
 

Detailed Description

Definition at line 296 of file class_rapport_avance_sql.php.

Constructor & Destructor Documentation

RAPAV_Listing_SQL::__construct (   $p_id = -1)

Definition at line 307 of file class_rapport_avance_sql.php.

References $cn, name, and table.

308  {
309  $this->table = "rapport_advanced.listing";
310  $this->primary_key = "l_id";
311  $this->name = array(
312  "id" => "l_id",
313  "description" => "l_description",
314  "name" => 'l_name',
315  "lob" => "l_lob",
316  "filename" => "l_filename",
317  "mimetype" => "l_mimetype",
318  "size" => "l_size",
319  "fiche_def_id" => "fd_id"
320  );
321  $this->type = array(
322  "l_id" => "numeric",
323  "l_name" => 'text',
324  "l_description" => "text",
325  "l_lob" => "oid",
326  "l_filename" => "text",
327  "l_mimetype" => "text",
328  "l_size" => "numeric",
329  "fd_id" => "numeric"
330  );
331  $this->default = array(
332  "l_id" => "auto"
333  );
334  global $cn;
335 
336  parent::__construct($cn, $p_id);
337  }
$categorie_appel table
$categorie_appel name
global $cn

Field Documentation

RAPAV_Listing_SQL::$fd_id

Definition at line 305 of file class_rapport_avance_sql.php.

RAPAV_Listing_SQL::$l_description

Definition at line 299 of file class_rapport_avance_sql.php.

RAPAV_Listing_SQL::$l_filename

Definition at line 302 of file class_rapport_avance_sql.php.

RAPAV_Listing_SQL::$l_id

Definition at line 298 of file class_rapport_avance_sql.php.

RAPAV_Listing_SQL::$l_lob

Definition at line 301 of file class_rapport_avance_sql.php.

RAPAV_Listing_SQL::$l_mimetype

Definition at line 303 of file class_rapport_avance_sql.php.

RAPAV_Listing_SQL::$l_name

Definition at line 300 of file class_rapport_avance_sql.php.

RAPAV_Listing_SQL::$l_size

Definition at line 304 of file class_rapport_avance_sql.php.


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