Verifier

slick.memory.HeapBackend.Verifier
See theVerifier companion object
trait Verifier

A Verifier is called before and after data is updated in a table. It ensures that no constraints are violated before the update and updates the indices afterwards.

Attributes

Companion:
object
Source:
HeapBackend.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Abstract methods

def inserted(row: Row): Unit

Attributes

Source:
HeapBackend.scala
def verify(row: Row): Unit

Attributes

Source:
HeapBackend.scala

Concrete methods

Attributes

Source:
HeapBackend.scala