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