Documentation
    Preparing search index...

    Type Alias SQLiteUpdateReturningAll<T, TDynamic>

    SQLiteUpdateReturningAll: SQLiteUpdateWithout<
        SQLiteUpdateBase<
            T["_"]["table"],
            T["_"]["resultType"],
            T["_"]["runResult"],
            T["_"]["from"],
            T["_"]["table"]["$inferSelect"],
            TDynamic,
            T["_"]["excludedMethods"],
        >,
        TDynamic,
        "returning",
    >

    Type Parameters