All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.augustnagro.magnum.BatchUpdateResult.scala Maven / Gradle / Ivy

The newest version!
package com.augustnagro.magnum

import scala.util.boundary

/** The total number of rows updated, or SuccessNoInfo if unknown. */
enum BatchUpdateResult:
  case Success(rowsUpdated: Long)
  case SuccessNoInfo




© 2015 - 2025 Weber Informatics LLC | Privacy Policy