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

    Type Alias SqlInfo

    SQL Info result - server metadata information

    type SqlInfo = {
        infoName: number;
        value: SqlInfoValue;
    }
    Index

    Properties

    Properties

    infoName: number

    The info code (see SqlInfo enum in FlightSql.proto)

    The value (type depends on the info code)