Platform  3.1
PHP API documentation
 All Data Structures Namespaces Files Functions Variables Pages
DocCount Class Reference
+ Inheritance diagram for DocCount:
+ Collaboration diagram for DocCount:

Public Member Functions

 deleteAll ()
 
- Public Member Functions inherited from DbObj
 __construct ($dbaccess= '', $id= '', $res= '', $dbid=0)
 
 Select ($id)
 
 getValues ()
 
 AffectColumn ($fields)
 
 Affect ($array)
 
 isAffected ()
 
 Complete ()
 
 PreInsert ()
 
 PostInsert ()
 
 PreUpdate ()
 
 PostUpdate ()
 
 PreDelete ()
 
 PostDelete ()
 
 PreSelect ($id)
 
 PostSelect ($id)
 
 Add ($nopost=false, $nopre=false)
 
 Modify ($nopost=false, $sfields="", $nopre=false)
 
 Delete ($nopost=false)
 
 Adds (&$tcopy, $nopost=false)
 
 lw ($prop)
 
 CloseConnect ()
 
 Create ($nopost=false)
 
 PostInit ()
 
 init_dbid ()
 
 exec_query ($sql, $lvl=0, $prepare=false)
 
 numrows ()
 
 fetch_array ($c, $type=PGSQL_ASSOC)
 
 Update ()
 
 savePoint ($point)
 
 rollbackPoint ($point)
 
 commitPoint ($point)
 

Data Fields

 $fields
 
 $famid
 
 $aid
 
 $filter
 
 $c
 
 $id_fields
 
 $dbtable = "doccount"
 
 $sqlcreate
 
- Data Fields inherited from DbObj
 $dbid = - 1
 
 $dbaccess = ''
 
 $fields
 
 $dbtable = ''
 
 $criterias = array()
 
 $sup_fields = array()
 
 $sup_where = array()
 
 $sup_tables = array()
 
 $fulltextfields = array()
 
 $order_by = ""
 
 $isset = false
 
 $msg_err = ''
 
 $err_code = ''
 
 $res = null
 
 $debug = false
 

Additional Inherited Members

- Static Public Attributes inherited from DbObj
static $savepoint = array()
 

Detailed Description

Definition at line 20 of file Class.DocCount.php.

Member Function Documentation

deleteAll ( )

Definition at line 66 of file Class.DocCount.php.

+ Here is the call graph for this function:

Field Documentation

$aid

attribute identificator string

Definition at line 38 of file Class.DocCount.php.

$c

count result int

Definition at line 48 of file Class.DocCount.php.

$dbtable = "doccount"

Definition at line 56 of file Class.DocCount.php.

$famid

family identificator string

Definition at line 33 of file Class.DocCount.php.

$fields
Initial value:
= array(
"famid",
"aid",
"filter",
"c",
)

Definition at line 22 of file Class.DocCount.php.

$filter

sql filter of the query string

Definition at line 43 of file Class.DocCount.php.

$id_fields
Initial value:
= array(
"famid",
"aid",
"filter"
)

Definition at line 50 of file Class.DocCount.php.

$sqlcreate
Initial value:
= "
create table doccount ( famid int not null,
aid text not null,
filter text not null,
c int );
create index i_doccount on dochisto(famid,aid);
"

Definition at line 58 of file Class.DocCount.php.


The documentation for this class was generated from the following file:
← centre documentaire © anakeen - published under CC License - Dynacase