|
| __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) |
|
| __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) |
|
Definition at line 15 of file Class.VaultDiskFs.php.
__construct |
( |
|
$dbaccess, |
|
|
|
$id_fs = '' |
|
) |
| |
createArch |
( |
|
$maxsize, |
|
|
|
$path, |
|
|
|
$fsname = "-" |
|
) |
| |
DelEntry |
( |
|
$id_fs, |
|
|
|
$id_dir, |
|
|
|
$fs |
|
) |
| |
findFreeFS |
( |
|
$size, |
|
|
|
$specificFs = "" |
|
) |
| |
verify if fs is availlable (file system is mounted)
- Returns
- bool
Definition at line 93 of file Class.VaultDiskFs.php.
recomputeDirectorySize |
( |
| ) |
|
SetFreeFs |
( |
|
$f_size, |
|
|
& |
$id_fs, |
|
|
& |
$id_dir, |
|
|
& |
$f_path, |
|
|
|
$fsname |
|
) |
| |
Show |
( |
|
$id_fs, |
|
|
|
$id_dir, |
|
|
& |
$f_path |
|
) |
| |
$dbtable_tmpl = "vaultdiskfs%s" |
Initial value:= array(
"id_fs",
"fsname",
"max_size",
"r_path"
)
Definition at line 17 of file Class.VaultDiskFs.php.
$seq_tmpl = "seq_id_vaultdiskfs%s" |
Initial value:
create table vaultdiskfs%s (
id_fs int not null,
fsname text,
primary key (id_fs),
max_size int8,
r_path text
)
Definition at line 29 of file Class.VaultDiskFs.php.
create sequence seq_id_vaultdiskfs s start |
The documentation for this class was generated from the following file: