IsolationLevel represents the transaction isolation level.
| 444 | |
| 445 | // IsolationLevel represents the transaction isolation level. |
| 446 | type IsolationLevel string |
| 447 | |
| 448 | const ( |
| 449 | // IsolationLevelDefault uses the database's default isolation level. |
no outgoing calls
no test coverage detected