|
| getDocIds ($vid) |
|
| getDocId ($vid) |
|
| getVaultIds ($docid) |
|
| DeleteDoc ($docid) |
|
| DeleteVaultId ($vid) |
|
| __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) |
|
Definition at line 24 of file Class.DocVaultIndex.php.
return first doc id from a vault file
- Parameters
-
- Returns
- int id of document
Definition at line 66 of file Class.DocVaultIndex.php.
$dbtable = "docvaultindex" |
Initial value:= "
create table docvaultindex ( docid int not null,
vaultid int not null
);
create unique index idx_docvaultindex on docvaultindex (docid, vaultid);"
Definition at line 40 of file Class.DocVaultIndex.php.
The documentation for this class was generated from the following file: