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

    Type Alias TableInfo

    Table information

    type TableInfo = {
        catalogName?: string;
        schema?: Schema;
        schemaName?: string;
        tableName: string;
        tableType: string;
    }
    Index

    Properties

    catalogName?: string
    schema?: Schema
    schemaName?: string
    tableName: string
    tableType: string