QuestDB JavaScript Client - v5.0.0
    Preparing search index...

    Interface QwpQueryRequest

    interface QwpQueryRequest {
        bindCount?: number;
        bindPayload?: Uint8Array;
        binds?: QwpBindSetter;
        initialCredit?: number | bigint;
        queryFlags?: number | bigint;
        requestId: number | bigint;
        sql: string;
    }
    Index

    Properties

    bindCount?: number

    Advanced escape hatch for an already encoded bind section.

    bindPayload?: Uint8Array

    Advanced escape hatch for an already encoded bind section.

    Browser-safe typed positional binds.

    initialCredit?: number | bigint

    Zero means unbounded.

    queryFlags?: number | bigint

    Append only after SERVER_INFO advertises QUERY_FLAGS.

    requestId: number | bigint
    sql: string