@qualithm/arrow-flight-sql-js - v0.4.3
    Preparing search index...

    Type Alias BuiltQuery

    Result of building a query

    type BuiltQuery = {
        params: SqlValue[];
        sql: string;
    }
    Index

    Properties

    Properties

    params: SqlValue[]

    Parameter values for prepared statements (if using parameterized mode)

    sql: string

    The SQL query string