@exasol/exasol-driver-ts
    Preparing search index...

    Interface SqlStatementsResponse

    interface SqlStatementsResponse {
        data?: SQLQueriesResponse;
        error?: SQLException;
        resultLength: number;
        sqlStatements: string[];
    }
    Index
    error?: SQLException
    resultLength: number
    sqlStatements: string[]