Home
last modified time | relevance | path

Searched defs:wrapTx (Results 1 – 12 of 12) sorted by relevance

/dports/databases/pg_tileserv/pg_tileserv-1.0.8/vendor/github.com/jackc/pgx/v4/stdlib/
H A Dsql.go719 type wrapTx struct { struct
720 ctx context.Context
721 tx pgx.Tx
724 func (wtx wrapTx) Commit() error { return wtx.tx.Commit(wtx.ctx) }
726 func (wtx wrapTx) Rollback() error { return wtx.tx.Rollback(wtx.ctx) }
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/jackc/pgx/v4/stdlib/
H A Dsql.go719 type wrapTx struct { struct
720 ctx context.Context
721 tx pgx.Tx
724 func (wtx wrapTx) Commit() error { return wtx.tx.Commit(wtx.ctx) }
726 func (wtx wrapTx) Rollback() error { return wtx.tx.Rollback(wtx.ctx) }
/dports/games/automuteus/automuteus-6.15.2/vendor/github.com/jackc/pgx/v4/stdlib/
H A Dsql.go726 type wrapTx struct { struct
727 ctx context.Context
728 tx pgx.Tx
731 func (wtx wrapTx) Commit() error { return wtx.tx.Commit(wtx.ctx) }
733 func (wtx wrapTx) Rollback() error { return wtx.tx.Rollback(wtx.ctx) }
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/jackc/pgx/v4/stdlib/
H A Dsql.go542 type wrapTx struct{ tx pgx.Tx } argument
544 func (wtx wrapTx) Commit() error { return wtx.tx.Commit(context.Background()) }
546 func (wtx wrapTx) Rollback() error { return wtx.tx.Rollback(context.Background()) }
/dports/net/storj/storj-1.45.3/vendor/github.com/jackc/pgx/v4/stdlib/
H A Dsql.go799 type wrapTx struct { struct
800 ctx context.Context
801 tx pgx.Tx
804 func (wtx wrapTx) Commit() error { return wtx.tx.Commit(wtx.ctx) }
806 func (wtx wrapTx) Rollback() error { return wtx.tx.Rollback(wtx.ctx) }
/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/jackc/pgx/v4/stdlib/
H A Dsql.go799 type wrapTx struct { struct
800 ctx context.Context
801 tx pgx.Tx
804 func (wtx wrapTx) Commit() error { return wtx.tx.Commit(wtx.ctx) }
806 func (wtx wrapTx) Rollback() error { return wtx.tx.Rollback(wtx.ctx) }
/dports/net/go-bapu/carlostrub-bapu-23ca6b019fbc/vendor/github.com/gizak/termui/
H A Dtextbuilder.go194 func wrapTx(cs []Cell, wl int) []Cell { func
/dports/finance/cointop/cointop-1.5.4/cointop/common/gizak/termui/
H A Dtextbuilder.go194 func wrapTx(cs []Cell, wl int) []Cell { func
/dports/net-im/slack-term/slack-term-0.4.1/vendor/github.com/erroneousboat/termui/
H A Dtextbuilder.go194 func wrapTx(cs []Cell, wl int) []Cell { func
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/gizak/termui/
H A Dtextbuilder.go194 func wrapTx(cs []Cell, wl int) []Cell { func
/dports/net/storj/storj-1.45.3/multinode/multinodedb/dbx/
H A Dmultinodedb.dbx.go287 func (obj *pgxDB) wrapTx(tx tagsql.Tx) txMethods { func
357 func (obj *sqlite3DB) wrapTx(tx tagsql.Tx) txMethods { func
1695 wrapTx(tx tagsql.Tx) txMethods methodSpec
/dports/net/storj/storj-1.45.3/satellite/satellitedb/dbx/
H A Dsatellitedb.dbx.go809 func (obj *pgxDB) wrapTx(tx tagsql.Tx) txMethods { func
1392 func (obj *pgxcockroachDB) wrapTx(tx tagsql.Tx) txMethods { func
24502 wrapTx(tx tagsql.Tx) txMethods methodSpec