SQLBatchWithGeneratedKey

scalikejdbc.SQLBatchWithGeneratedKey
See theSQLBatchWithGeneratedKey companion object
class SQLBatchWithGeneratedKey(val statement: String, val parameters: Seq[Seq[Any]], val tags: Seq[String])(val key: Option[String])

Attributes

Companion
object
Source
SQL.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def apply[C[_]]()(implicit session: DBSession, factory: Factory[Long, C[Long]]): C[Long]

Attributes

Source
SQL.scala

Concrete fields

val key: Option[String]

Attributes

Source
SQL.scala
val parameters: Seq[Seq[Any]]

Attributes

Source
SQL.scala
val statement: String

Attributes

Source
SQL.scala
val tags: Seq[String]

Attributes

Source
SQL.scala