* Executes the query and returns an array of rows. * * Also see the executeTakeFirst and executeTakeFirstOrThrow methods.
(options?: AbortableQueryOptions)
| 10 | * Also see the {@link executeTakeFirst} and {@link executeTakeFirstOrThrow} methods. |
| 11 | */ |
| 12 | execute(options?: AbortableQueryOptions): Promise<SimplifyResult<O>[]> |
| 13 | |
| 14 | /** |
| 15 | * Executes the query and returns the first result or undefined if |
no outgoing calls