Home
last modified time | relevance | path

Searched refs:ResultSet (Results 1 – 9 of 9) sorted by relevance

/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)[]>;
87 executeSqlAsync(sqlStatement: string, args?: (number | string)[]): Promise<ResultSet>;
H A DSQLite.types.d.ts111 export interface ResultSet { interface
124 export type SQLiteCallback = (error?: Error | null, resultSet?: (ResultSetError | ResultSet)[]) => …
128 executeSqlAsync(sqlStatement: string, args?: (number | string)[]): Promise<ResultSet>;
H A DSQLite.types.js.map1ResultSet` object (see below) with the results\n * of the query.\n * @param errorCallback Call…
H A DSQLite.js.map1ResultSet,\n ResultSetError,\n SQLiteCallback,\n SQLTransactionAsyncCallback,\n SQLTransaction…
/expo/packages/expo-sqlite/src/
H A DSQLite.types.ts167 export interface ResultSet { interface
182 resultSet?: (ResultSetError | ResultSet)[]
188 executeSqlAsync(sqlStatement: string, args?: (number | string)[]): Promise<ResultSet>;
H A DSQLite.ts9 ResultSet,
80 async execAsync(queries: Query[], readOnly: boolean): Promise<(ResultSetError | ResultSet)[]> {
191 function _deserializeResultSet(nativeResult): ResultSet | ResultSetError {
267 async executeSqlAsync(sqlStatement: string, args?: (number | string)[]): Promise<ResultSet> {
280 function isResultSetError(result: ResultSet | ResultSetError): result is ResultSetError {
/expo/packages/expo-sqlite/
H A DCHANGELOG.md40 - Fixed the return type from `executeSqlAsync` to only successful `ResultSet`. ([#24336](https://gi…
156 - Added missing `_array` typing to `SQLResultSetRowList`/`ResultSet` return object. ([#13826](https…
/expo/docs/components/plugins/api/
H A DAPISectionUtils.test.tsx202 { type: 'reference', name: 'ResultSet' },
/expo/docs/components/plugins/api/__snapshots__/
H A DAPISectionUtils.test.tsx.snap541 ResultSet