SetMaxOpenConns is not supported.
(int)
| 114 | |
| 115 | // SetMaxOpenConns is not supported. |
| 116 | func (s *Source) SetMaxOpenConns(int) { |
| 117 | s.Settings.SetMaxOpenConns(0) |
| 118 | } |
| 119 | |
| 120 | // Name returns the name of the database. |
| 121 | func (s *Source) Name() string { |
nothing calls this directly
no test coverage detected