database/sql/driver.TxOptions.ReadOnly (field)

4 uses

	database/sql/driver (current package)
		driver.go#L269: 	ReadOnly  bool

	database/sql
		ctxutil.go#L102: 			dopts.ReadOnly = opts.ReadOnly

	github.com/jackc/pgx/v4/stdlib
		sql.go#L313: 	if opts.ReadOnly {

	github.com/lib/pq
		conn_go18.go#L64: 	if opts.ReadOnly {