Searched defs:TxOptions (Results 1 – 3 of 3) sorted by relevance
274 type TxOptions struct { struct275 Isolation IsolationLevel276 ReadOnly bool293 BeginTx(ctx context.Context, opts TxOptions) (Tx, error)
97 func ctxDriverBegin(ctx context.Context, opts *TxOptions, ci driver.Conn) (driver.Tx, error) {
174 type TxOptions struct { struct177 Isolation IsolationLevel178 ReadOnly bool