class SQLUpdate(val statement: String, val parameters: Seq[Any], val tags: Seq[String])(val before: PreparedStatement => Unit)(val after: PreparedStatement => Unit)
SQL which execute java.sql.Statement#executeUpdate().
- Value Params
- after
after filter
- before
before filter
- parameters
parameters
- statement
SQL template
- Companion
- object
class Object
trait Matchable
class Any