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

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

The newest version!
package com.augustnagro.magnum

import java.sql.PreparedStatement

trait FragWriter:
  /** Writes a Frag's values to `ps`, staring at postion `pos`. Returns the new
    * position.
    */
  def write(ps: PreparedStatement, pos: Int): Int




© 2015 - 2025 Weber Informatics LLC | Privacy Policy