|
| | __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) |
| |
| static | $savepoint = array() |
| |
| static | $lockpoint = array() |
| |
| static | $sqlStrict = null |
| |
| | tryCreate () |
| |
Definition at line 42 of file Class.ParamDef.php.
| static getParamDef |
( |
|
$name, |
|
|
|
$appid = null |
|
) |
| |
|
static |
Initial value:= array(
"name",
"isuser",
"isstyle",
"isglob",
"appid",
"descr",
"kind"
)
Definition at line 44 of file Class.ParamDef.php.
Initial value:= '
create table paramdef (
name text,
isuser varchar(1),
isstyle varchar(1),
isglob varchar(1),
appid int4,
descr text,
kind text);
create unique index paramdef_idxna on paramdef(name, appid);
'
Definition at line 68 of file Class.ParamDef.php.
The documentation for this class was generated from the following file: