Core  3.2
PHP API documentation
 All Data Structures Namespaces Files Functions Variables Pages
VGroup Class Reference
+ Inheritance diagram for VGroup:
+ Collaboration diagram for VGroup:

Public Member Functions

 PreInsert ()
 
- Public Member Functions inherited from DbObj
 __construct ($dbaccess= '', $id= '', $res= '', $dbid=0)
 
 Select ($id)
 
 getValues ()
 
 affectColumn ($fields, $reset=true)
 
 affect ($array, $more=false, $reset=true)
 
 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 ()
 
 setError ($moreerr= '')
 
 autoUpdate ()
 
 savePoint ($point)
 
 lockPoint ($exclusiveLock, $exclusiveLockPrefix= '')
 
 setMasterLock ($useLock)
 
 rollbackPoint ($point)
 
 commitPoint ($point)
 

Data Fields

 $fields
 
 $id_fields
 
 $id
 
 $num
 
 $dbtable = "vgroup"
 
 $order_by = "id"
 
 $sqlcreate
 
- Data Fields inherited from DbObj
 $dbid = - 1
 
 $dbaccess = ''
 
 $fields
 
 $dbtable = ''
 
 $id_fields
 
 $criterias = array()
 
 $sup_fields = array()
 
 $sup_where = array()
 
 $sup_tables = array()
 
 $fulltextfields = array()
 
 $order_by = ""
 
 $isset = false
 
 $msg_err = ''
 
 $err_code = ''
 
 $res = ''
 
 $debug = false
 
 $sqlcreate
 
 $sqlinit
 
 $log
 

Additional Inherited Members

- Static Public Attributes inherited from DbObj
static $savepoint = array()
 
static $lockpoint = array()
 
static $sqlStrict = null
 
- Protected Member Functions inherited from DbObj
 tryCreate ()
 

Detailed Description

Definition at line 25 of file Class.VGroup.php.

Member Function Documentation

PreInsert ( )

Definition at line 47 of file Class.VGroup.php.

Field Documentation

$dbtable = "vgroup"

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

$fields
Initial value:
= array(
"id",
"num"
)

Definition at line 27 of file Class.VGroup.php.

$id

Definition at line 36 of file Class.VGroup.php.

$id_fields
Initial value:
= array(
"id"
)

Definition at line 32 of file Class.VGroup.php.

$num

Definition at line 37 of file Class.VGroup.php.

$order_by = "id"

Definition at line 40 of file Class.VGroup.php.

$sqlcreate
Initial value:
= "
create table vgroup ( id text primary key,
num int not null);
create sequence seq_id_docvgroup start 1000000;"

Definition at line 42 of file Class.VGroup.php.


The documentation for this class was generated from the following file:
← centre documentaire © anakeen