SQLQueryHelperjs - v1.2.6
    Preparing search index...

    Interface MySqlTransactionOptions

    interface MySqlTransactionOptions {
        isolationLevel?: MySqlIsolationLevel;
        readOnly?: boolean;
    }
    Index

    Properties

    isolationLevel?: MySqlIsolationLevel
    readOnly?: boolean