SQLExecution

scalikejdbc.SQLExecution
See theSQLExecution companion object
class SQLExecution(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#execute().

Value parameters

after

after filter

before

before filter

parameters

parameters

statement

SQL template

Attributes

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

Members list

Value members

Concrete methods

def apply()(implicit session: DBSession): Boolean

Attributes

Source
SQL.scala

Concrete fields

val after: PreparedStatement => Unit

Attributes

Source
SQL.scala
val before: PreparedStatement => Unit

Attributes

Source
SQL.scala
val parameters: Seq[Any]

Attributes

Source
SQL.scala
val statement: String

Attributes

Source
SQL.scala
val tags: Seq[String]

Attributes

Source
SQL.scala