IsErrorNotFound returns true if error is record-not-found
(err error)
| 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 |
| 185 | IsDuplicationError(err error) bool |
| 186 | // RawCursor (Deprecated) executes raw sql query and returns a database cursor. |
no outgoing calls
no test coverage detected