Home
last modified time | relevance | path

Searched refs:ResultSetError (Results 1 – 8 of 8) sorted by relevance

/expo/packages/expo-sqlite/src/
H A DSQLite.ts10 ResultSetError,
80 async execAsync(queries: Query[], readOnly: boolean): Promise<(ResultSetError | ResultSet)[]> {
191 function _deserializeResultSet(nativeResult): ResultSet | ResultSetError {
196 return { error: new Error(errorMessage) } as ResultSetError;
280 function isResultSetError(result: ResultSet | ResultSetError): result is ResultSetError {
H A DSQLite.types.ts158 export interface ResultSetError { interface
182 resultSet?: (ResultSetError | ResultSet)[]
/expo/packages/expo-sqlite/build/
H A DSQLite.d.ts2 import type { Query, ResultSet, ResultSetError, SQLiteCallback, SQLTransactionAsyncCallback, SQLTra…
21 execAsync(queries: Query[], readOnly: boolean): Promise<(ResultSetError | ResultSet)[]>;
H A DSQLite.types.d.ts104 export interface ResultSetError { interface
124 export type SQLiteCallback = (error?: Error | null, resultSet?: (ResultSetError | ResultSet)[]) => …
H A DSQLite.js.map1ResultSetError,\n SQLiteCallback,\n SQLTransactionAsyncCallback,\n SQLTransactionAsync,\n SQLT…
H A DSQLite.types.js.map1ResultSetError {\n error: Error;\n}\n\n// @needsAudit\n/**\n * `ResultSet` objects are returned t…
/expo/docs/components/plugins/api/
H A DAPISectionUtils.test.tsx201 { type: 'reference', name: 'ResultSetError' },
/expo/docs/components/plugins/api/__snapshots__/
H A DAPISectionUtils.test.tsx.snap532 ResultSetError