Documentation
    Preparing search index...

    return type of buildInsertSql() wraps the INSERT sql string and the values to insert

    type SqlAndValues = {
        sql: string;
        valList: any[];
    }
    Index

    Properties

    Properties

    sql: string
    valList: any[]