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

9 uses

	github.com/jackc/pgx/v4 (current package)
		large_objects.go#L13: type LargeObjects struct {
		large_objects.go#L25: func (o *LargeObjects) Create(ctx context.Context, oid uint32) (uint32, error) {
		large_objects.go#L32: func (o *LargeObjects) Open(ctx context.Context, oid uint32, mode LargeObjectMode) (*LargeObject, error) {
		large_objects.go#L42: func (o *LargeObjects) Unlink(ctx context.Context, oid uint32) error {
		tx.go#L150: 	LargeObjects() LargeObjects
		tx.go#L315: func (tx *dbTx) LargeObjects() LargeObjects {
		tx.go#L316: 	return LargeObjects{tx: tx}
		tx.go#L433: func (sp *dbSavepoint) LargeObjects() LargeObjects {
		tx.go#L434: 	return LargeObjects{tx: sp}