Searched defs:openDatabase (Results 1 – 13 of 13) sorted by relevance
| /expo/packages/expo-sqlite/build/ |
| H A D | SQLite.web.d.ts | 2 export declare function openDatabase(name: string, version?: string, description?: string, size?: n… function
|
| H A D | SQLite.d.ts | 78 export declare function openDatabase(name: string, version?: string, description?: string, size?: n… function
|
| H A D | SQLite.web.js | 2 export function openDatabase(name, version = '1.0', description = name, size = 1, callback) { function
|
| H A D | SQLite.types.d.ts | 2 …openDatabase?: (name: string, version: string, displayName: string, estimatedSize: number, creatio… property
|
| H A D | SQLite.js | 164 export function openDatabase(name, version = '1.0', description = name, size = 1, callback) { function
|
| /expo/packages/expo-sqlite/src/ |
| H A D | SQLite.web.ts | 5 export function openDatabase( function
|
| H A D | SQLite.ts | 235 export function openDatabase( method in SQLiteDatabase
|
| H A D | SQLite.types.ts | 10 openDatabase?: ( property
|
| /expo/ios/Exponent/Kernel/Services/ |
| H A D | EXUpdatesDatabaseManager.m | 42 {
|
| /expo/ios/versioned/sdk49/ExpoSQLite/ |
| H A D | SQLiteModule.swift | 72 private func openDatabase(dbName: String) -> OpaquePointer? { in openDatabase() function
|
| /expo/packages/expo-sqlite/ios/ |
| H A D | SQLiteModule.swift | 93 private func openDatabase(dbName: String) -> OpaquePointer? { in openDatabase() function
|
| /expo/ios/versioned/sdk49/EXUpdates/EXUpdates/Database/ |
| H A D | UpdatesDatabase.swift | 74 public func openDatabase(inDirectory directory: URL) throws { in openDatabase() function
|
| /expo/packages/expo-updates/ios/EXUpdates/Database/ |
| H A D | UpdatesDatabase.swift | 74 public func openDatabase(inDirectory directory: URL) throws { in openDatabase() function
|