Searched defs:BeginTx (Results 1 – 2 of 2) sorted by relevance
293 BeginTx(ctx context.Context, opts TxOptions) (Tx, error) methodSpec
1861 func (db *DB) BeginTx(ctx context.Context, opts *TxOptions) (*Tx, error) { func2102 func (c *Conn) BeginTx(ctx context.Context, opts *TxOptions) (*Tx, error) { func