UpdateActionExtensionMethodsImpl

slick.jdbc.JdbcActionComponent.UpdateActionExtensionMethodsImpl
class UpdateActionExtensionMethodsImpl[T](tree: Node, param: Any)

Attributes

Source:
JdbcActionComponent.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def update(value: T): FixedSqlAction[Int, NoStream, Write]

An Action that updates the data selected by this query.

An Action that updates the data selected by this query.

Attributes

Source:
JdbcActionComponent.scala
def updateStatement: String

Get the statement used by update

Get the statement used by update

Attributes

Source:
JdbcActionComponent.scala