class SQLUpdateWithGeneratedKey(val statement: String, val parameters: Seq[Any], val tags: Seq[String])(val key: Any)
SQL which execute java.sql.Statement#executeUpdate() and get generated key value.
- Value Params
- parameters
parameters
- statement
SQL template
- Companion
- object
class Object
trait Matchable
class Any