type database/sql/driver.Tx
6 uses
database/sql/driver (current package)
driver.go#L253: Begin() (Tx, error)
driver.go#L292: BeginTx(ctx context.Context, opts TxOptions) (Tx, error)
driver.go#L516: type Tx interface {
database/sql
ctxutil.go#L97: func ctxDriverBegin(ctx context.Context, opts *TxOptions, ci driver.Conn) (driver.Tx, error) {
sql.go#L1878: var txi driver.Tx
sql.go#L2153: txi driver.Tx
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)