Core - v1.0.0
    Preparing search index...

    Interface SqlWriteResult

    Outcome of a write.

    Bayu Dwiyan Satria

    1.0.0

    1.0.0

    interface SqlWriteResult {
        changes: number;
        lastRowId: number;
    }
    Index
    changes: number

    Number of rows the statement changed.

    lastRowId: number

    Row id assigned by the last insert, or 0 when the statement inserted nothing.