Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for IsolationLevel (0.41 sec)

  1. src/database/sql/driver/driver.go

    	PrepareContext(ctx context.Context, query string) (Stmt, error)
    }
    
    // IsolationLevel is the transaction isolation level stored in [TxOptions].
    //
    // This type should be considered identical to [database/sql.IsolationLevel] along
    // with any values defined on it.
    type IsolationLevel int
    
    // TxOptions holds the transaction options.
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 23 09:04:12 UTC 2023
    - 20.9K bytes
    - Viewed (0)
Back to top