Свойство | Тип | Описание | |
---|---|---|---|
readOnly | bool |
Метод | Описание | |
---|---|---|
CloseConnections ( ) : void | ||
FileDatabase ( bool readOnly ) : System | ||
addFileToDB ( |
||
addMetadataToDB ( long id, string metadata ) : bool | ||
clearFilter ( ) : void | ||
deleteFromDB ( long id ) : int | ||
deleteFromDB ( string path ) : int | ||
filterReady ( ) : string | ||
filterReady ( bool force ) : string | ||
getFirstImage ( string orderBy, |
||
getFirstImage ( string orderBy, |
||
getIdFromPath ( string path ) : long | ||
getImageById ( long id, long offset ) : |
||
getImageById ( long id, long offset, string sortByColumn, |
||
getMetadataById ( long id ) : string | ||
getRandomImage ( long offset ) : |
||
nextMetadataLessImage ( ) : |
||
nrImagesFilter ( ) : int | ||
nrImagesInDB ( ) : int | ||
nrMetadataImagesToProcess ( ) : int | ||
purgeMatchingParentPaths ( string fullpath ) : int | ||
purgeMediaDatabase ( ) : int | ||
purgeMetadata ( ) : int | ||
purgeNotMatchingParentFolders ( ConcurrentQueue |
||
renameFolderPaths ( string oldPath, string newPath ) : bool | ||
resetFilter ( ) : void | ||
resetIfChangedFilter ( ) : void | ||
runSQLByPassFilter ( string subQuery ) : |
||
setFilterSQL ( string sql ) : void | ||
storePersistant ( ) : void | ||
toggleMetadataTransaction ( ) : void | ||
toggleMetadataTransaction ( bool closeOnly ) : void | ||
updateFileNodesPath ( long id, string path ) : bool |
public FileDatabase ( bool readOnly ) : System | ||
readOnly | bool | |
Результат | System |
public addFileToDB ( |
||
fi | ||
Результат | void |
public addMetadataToDB ( long id, string metadata ) : bool | ||
id | long | |
metadata | string | |
Результат | bool |
public filterReady ( bool force ) : string | ||
force | bool | |
Результат | string |
public getFirstImage ( string orderBy, |
||
orderBy | string | |
direction | ||
Результат |
public getFirstImage ( string orderBy, |
||
orderBy | string | |
direction | ||
offset | long | |
Результат |
public getIdFromPath ( string path ) : long | ||
path | string | |
Результат | long |
public getImageById ( long id, long offset ) : |
||
id | long | |
offset | long | |
Результат |
public getImageById ( long id, long offset, string sortByColumn, |
||
id | long | |
offset | long | |
sortByColumn | string | |
sortByDirection | ||
Результат |
public getMetadataById ( long id ) : string | ||
id | long | |
Результат | string |
public getRandomImage ( long offset ) : |
||
offset | long | |
Результат |
public nextMetadataLessImage ( ) : |
||
Результат |
public nrMetadataImagesToProcess ( ) : int | ||
Результат | int |
public purgeMatchingParentPaths ( string fullpath ) : int | ||
fullpath | string | |
Результат | int |
public purgeNotMatchingParentFolders ( ConcurrentQueue |
||
folders | ConcurrentQueue |
|
exactMatchFolders | bool | |
excludedSubfolders | List |
|
Результат | int |
public renameFolderPaths ( string oldPath, string newPath ) : bool | ||
oldPath | string | |
newPath | string | |
Результат | bool |
public runSQLByPassFilter ( string subQuery ) : |
||
subQuery | string | |
Результат |
public toggleMetadataTransaction ( ) : void | ||
Результат | void |
public toggleMetadataTransaction ( bool closeOnly ) : void | ||
closeOnly | bool | |
Результат | void |
public updateFileNodesPath ( long id, string path ) : bool | ||
id | long | |
path | string | |
Результат | bool |