type github.com/jackc/pgx/v5.LargeObjects

10 uses

	github.com/jackc/pgx/v5 (current package)
		large_objects.go#L20: type LargeObjects struct {
		large_objects.go#L32: func (o *LargeObjects) Create(ctx context.Context, oid uint32) (uint32, error) {
		large_objects.go#L39: func (o *LargeObjects) Open(ctx context.Context, oid uint32, mode LargeObjectMode) (*LargeObject, error) {
		large_objects.go#L49: func (o *LargeObjects) Unlink(ctx context.Context, oid uint32) error {
		tx.go#L141: 	LargeObjects() LargeObjects
		tx.go#L279: func (tx *dbTx) LargeObjects() LargeObjects {
		tx.go#L280: 	return LargeObjects{tx: tx}
		tx.go#L380: func (sp *dbSimulatedNestedTx) LargeObjects() LargeObjects {
		tx.go#L381: 	return LargeObjects{tx: sp}

	github.com/jackc/pgx/v5/pgxpool
		tx.go#L54: func (tx *Tx) LargeObjects() pgx.LargeObjects {