#include <SQLiteFileSystem.h>
◆ appendDatabaseFileNameToPath() [1/2]
String WebCore::SQLiteFileSystem::appendDatabaseFileNameToPath |
( |
const String & |
path, |
|
|
const String & |
fileName |
|
) |
| |
|
static |
◆ appendDatabaseFileNameToPath() [2/2]
static String WebCore::SQLiteFileSystem::appendDatabaseFileNameToPath |
( |
const String & |
path, |
|
|
const String & |
fileName |
|
) |
| |
|
static |
◆ databaseCreationTime() [1/2]
static double WebCore::SQLiteFileSystem::databaseCreationTime |
( |
const String & |
fileName | ) |
|
|
static |
◆ databaseCreationTime() [2/2]
double WebCore::SQLiteFileSystem::databaseCreationTime |
( |
const String & |
fileName | ) |
|
|
static |
◆ databaseModificationTime() [1/2]
double WebCore::SQLiteFileSystem::databaseModificationTime |
( |
const String & |
fileName | ) |
|
|
static |
◆ databaseModificationTime() [2/2]
static double WebCore::SQLiteFileSystem::databaseModificationTime |
( |
const String & |
fileName | ) |
|
|
static |
◆ deleteDatabaseFile() [1/2]
bool WebCore::SQLiteFileSystem::deleteDatabaseFile |
( |
const String & |
fileName | ) |
|
|
static |
◆ deleteDatabaseFile() [2/2]
◆ deleteEmptyDatabaseDirectory() [1/2]
static bool WebCore::SQLiteFileSystem::deleteEmptyDatabaseDirectory |
( |
const String & |
path | ) |
|
|
static |
◆ deleteEmptyDatabaseDirectory() [2/2]
bool WebCore::SQLiteFileSystem::deleteEmptyDatabaseDirectory |
( |
const String & |
path | ) |
|
|
static |
◆ ensureDatabaseDirectoryExists() [1/2]
static bool WebCore::SQLiteFileSystem::ensureDatabaseDirectoryExists |
( |
const String & |
path | ) |
|
|
static |
◆ ensureDatabaseDirectoryExists() [2/2]
bool WebCore::SQLiteFileSystem::ensureDatabaseDirectoryExists |
( |
const String & |
path | ) |
|
|
static |
◆ ensureDatabaseFileExists() [1/2]
bool WebCore::SQLiteFileSystem::ensureDatabaseFileExists |
( |
const String & |
fileName, |
|
|
bool |
checkPathOnly |
|
) |
| |
|
static |
◆ ensureDatabaseFileExists() [2/2]
static bool WebCore::SQLiteFileSystem::ensureDatabaseFileExists |
( |
const String & |
fileName, |
|
|
bool |
checkPathOnly |
|
) |
| |
|
static |
◆ getDatabaseFileSize() [1/2]
long long WebCore::SQLiteFileSystem::getDatabaseFileSize |
( |
const String & |
fileName | ) |
|
|
static |
◆ getDatabaseFileSize() [2/2]
static long long WebCore::SQLiteFileSystem::getDatabaseFileSize |
( |
const String & |
fileName | ) |
|
|
static |
◆ openDatabase() [1/2]
int WebCore::SQLiteFileSystem::openDatabase |
( |
const String & |
filename, |
|
|
sqlite3 ** |
database, |
|
|
bool |
forWebSQLDatabase |
|
) |
| |
|
static |
◆ openDatabase() [2/2]
static int WebCore::SQLiteFileSystem::openDatabase |
( |
const String & |
filename, |
|
|
sqlite3 ** |
database, |
|
|
bool |
forWebSQLDatabase |
|
) |
| |
|
static |
The documentation for this class was generated from the following files: