@photostructure/sqlite
    Preparing search index...

    Interface PoolAllOperation

    A batch operation that yields every row.

    interface PoolAllOperation {
        kind: "all";
        params?: PoolParams;
        sql: string;
    }

    Hierarchy (View Summary)

    Index
    kind: "all"
    params?: PoolParams
    sql: string

    Exactly one executable SQL statement.