| | SQLiteStorage SQLiteStorage(
$config 
) | 
 | 
 
	
			Parameters:
			
	
	
		
		
	
 
	
	
			Parameters:
			
	
	API Tags:
  
    | See: | GalleryStorage::decodeBlob | 
			
		Redefinition of:
		
			- GalleryStorage::decodeBlob()
- Decode a blob of binary data into a form that's safe for a varchar column
 
	
	
			Parameters:
			
	
	API Tags:
  
    | See: | GalleryStorage::encodeBlob | 
			
		Redefinition of:
		
			- GalleryStorage::encodeBlob()
- Encode a blob of binary data into a form that's safe for a varchar column
 
	
    | | void getFunctionSql(
$functionName, 
$args 
) | 
 | 
 
	
			Parameters:
			
	
	API Tags:
  
    | See: | GalleryStorage::getFunctionsSql | 
			
		Redefinition of:
		
			- GalleryStorage::getFunctionSql()
- Return a customized function for this database platform
 
	
	Return the type of this database
	
	
		
		
	
 
	
	Get database version.
	
	API Tags:
		
		
	
 
	
    | | void removeAllMapEntries(
$mapName, [
$useNonTransactionalConnection = false] 
) | 
 | 
 
	
			Parameters:
			
					|  | $mapName: |  | 
					|  | $useNonTransactionalConnection: |  | 
				
	
	API Tags:
  
    | See: | GalleryStorage::removeAllMapEntries | 
			
		Redefinition of:
		
			- GalleryStorage::removeAllMapEntries()
- Remove ALL entries from a map.  Use with caution!