Documentation
    Preparing search index...

    Class SQLiteView<TName, TExisting, TSelection>

    Type Parameters

    • TName extends string = string
    • TExisting extends boolean = boolean
    • TSelection extends ColumnsSelection = ColumnsSelection

    Hierarchy

    Index

    Constructors

    Properties

    Methods

    Constructors

    • Type Parameters

      • TName extends string = string
      • TExisting extends boolean = boolean
      • TSelection extends ColumnsSelection = ColumnsSelection

      Parameters

      • __namedParameters: {
            config: {
                name: TName;
                query: SQL<unknown> | undefined;
                schema: string | undefined;
                selectedFields: ColumnsSelection;
            };
        }

      Returns SQLiteView<TName, TExisting, TSelection>

    Properties

    _: {
        brand: "View";
        existing: TExisting;
        name: TName;
        selectedFields: TSelection;
        viewBrand: string;
    } & { viewBrand: "SQLiteView" }
    $inferSelect: InferSelectViewModel<
        View<Assume<TName, string>, TExisting, TSelection>,
    >
    "[entityKind]": string

    Methods