Begin create a new transaction
()
| 179 | Session(config SessionConfig) Dal |
| 180 | // Begin create a new transaction |
| 181 | Begin() Transaction |
| 182 | // IsErrorNotFound returns true if error is record-not-found |
| 183 | IsErrorNotFound(err error) bool |
| 184 | // IsDuplicationError returns true if error is duplicate-error |
no outgoing calls
no test coverage detected