withSavepointAndRollbackIfThrowsOrLeft
suspend fun <SqlConnectionT : SqlConnection, RollbackResult, ReleaseResult> DatabaseClient<SqlConnectionT>.withSavepointAndRollbackIfThrowsOrLeft(savepointName: String, function: suspend (DatabaseClient<SqlConnectionT>) -> Either<RollbackResult, ReleaseResult>): Either<RollbackResult, ReleaseResult>(source)
Deprecated
Use `withSavepointEither` instead.
Replace with
this.withSavepointEither(savepointName, function)Content copied to clipboard