Inheritance diagram for VaultDiskFsStorage:
Collaboration diagram for VaultDiskFsStorage:Public Member Functions | |
| __construct ($dbaccess, $id_fs= '') | |
Public Member Functions inherited from VaultDiskFs | |
| __construct ($dbaccess, $id_fs= '') | |
| createArch ($maxsize, $path, $fsname="-") | |
| isAvailable () | |
| PreInsert () | |
| Exists ($path) | |
| SetFreeFs ($f_size, &$id_fs, &$id_dir, &$f_path, $fsname) | |
| closeCurrentDir () | |
| findFreeFS ($size, $specificFs="") | |
| getSize () | |
| recomputeDirectorySize () | |
| Show ($id_fs, $id_dir, &$f_path) | |
| DelEntry ($id_fs, $id_dir, $fs) | |
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) | |
Additional Inherited Members | |
Data Fields inherited from VaultDiskFs | |
| $fields | |
| $id_fields | |
| $dbtable_tmpl = "vaultdiskfs%s" | |
| $order_by = "" | |
| $seq_tmpl = "seq_id_vaultdiskfs%s" | |
| $sqlcreate_tmpl | |
| create sequence seq_id_vaultdiskfs s | start |
| EOF | |
| $id_fs | |
| $fsname | |
| $max_size | |
| $r_path | |
| $specific | |
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 | |
Static Public Attributes inherited from DbObj | |
| static | $savepoint = array() |
| static | $lockpoint = array() |
| static | $sqlStrict = null |
Protected Member Functions inherited from DbObj | |
| tryCreate () | |
Protected Attributes inherited from VaultDiskFs | |
| $seq | |
| $sd | |
Definition at line 19 of file Class.VaultDiskFsStorage.php.
| __construct | ( | $dbaccess, | |
$id_fs = '' |
|||
| ) |
Definition at line 22 of file Class.VaultDiskFsStorage.php.