type database/sql/driver.IsolationLevel

3 uses

	database/sql/driver (current package)
		driver.go#L268: type IsolationLevel int
		driver.go#L274: 	Isolation IsolationLevel

	database/sql
		ctxutil.go#L101: 			dopts.Isolation = driver.IsolationLevel(opts.Isolation)