type github.com/jackc/pgx/v4.Tx
17 uses
github.com/jackc/pgx/v4 (current package)
large_objects.go#L14: tx Tx
large_objects.go#L65: tx Tx
tx.go#L70: func (c *Conn) Begin(ctx context.Context) (Tx, error) {
tx.go#L76: func (c *Conn) BeginTx(ctx context.Context, txOptions TxOptions) (Tx, error) {
tx.go#L91: func (c *Conn) BeginFunc(ctx context.Context, f func(Tx) error) (err error) {
tx.go#L99: func (c *Conn) BeginTxFunc(ctx context.Context, txOptions TxOptions, f func(Tx) error) (err error) {
tx.go#L100: var tx Tx
tx.go#L128: type Tx interface {
tx.go#L130: Begin(ctx context.Context) (Tx, error)
tx.go#L134: BeginFunc(ctx context.Context, f func(Tx) error) (err error)
tx.go#L175: func (tx *dbTx) Begin(ctx context.Context) (Tx, error) {
tx.go#L189: func (tx *dbTx) BeginFunc(ctx context.Context, f func(Tx) error) (err error) {
tx.go#L194: var savepoint Tx
tx.go#L325: tx Tx
tx.go#L331: func (sp *dbSavepoint) Begin(ctx context.Context) (Tx, error) {
tx.go#L339: func (sp *dbSavepoint) BeginFunc(ctx context.Context, f func(Tx) error) (err error) {
github.com/jackc/pgx/v4/stdlib
sql.go#L735: tx pgx.Tx
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |