Property | Type | Description | |
---|---|---|---|
readOnly | bool |
Method | Description | |
---|---|---|
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 | |
return | System |
public addFileToDB ( |
||
fi | ||
return | void |
public addMetadataToDB ( long id, string metadata ) : bool | ||
id | long | |
metadata | string | |
return | bool |
public getFirstImage ( string orderBy, |
||
orderBy | string | |
direction | ||
return |
public getFirstImage ( string orderBy, |
||
orderBy | string | |
direction | ||
offset | long | |
return |
public getImageById ( long id, long offset ) : |
||
id | long | |
offset | long | |
return |
public getImageById ( long id, long offset, string sortByColumn, |
||
id | long | |
offset | long | |
sortByColumn | string | |
sortByDirection | ||
return |
public getRandomImage ( long offset ) : |
||
offset | long | |
return |
public nextMetadataLessImage ( ) : |
||
return |
public purgeMatchingParentPaths ( string fullpath ) : int | ||
fullpath | string | |
return | int |
public purgeNotMatchingParentFolders ( ConcurrentQueue |
||
folders | ConcurrentQueue |
|
exactMatchFolders | bool | |
excludedSubfolders | List |
|
return | int |
public renameFolderPaths ( string oldPath, string newPath ) : bool | ||
oldPath | string | |
newPath | string | |
return | bool |
public runSQLByPassFilter ( string subQuery ) : |
||
subQuery | string | |
return |
public toggleMetadataTransaction ( bool closeOnly ) : void | ||
closeOnly | bool | |
return | void |
public updateFileNodesPath ( long id, string path ) : bool | ||
id | long | |
path | string | |
return | bool |