Polyglot SQL API Documentation - v0.2.0
    Preparing search index...

    Interface SourceTablesResult

    Result from source tables extraction

    interface SourceTablesResult {
        error?: string;
        success: boolean;
        tables?: string[];
    }
    Index

    Properties

    error?: string
    success: boolean
    tables?: string[]