testDbPostgres
testDbPostgres
japgolly.webapputil.db.test
DbTable
DbTable
Counts
DelegateConnection
ImperativeXA
TestConfig
TestDb
TestDbHelpers
TestDbIOExt
TestDbHelpers
TestXA
testDbPostgres
/
japgolly.webapputil.db.test
/
TestDbHelpers
TestDbHelpers
trait
TestDbHelpers
Companion
object
Graph
Supertypes
Known subtypes
class
Object
trait
Matchable
class
Any
class
TestXA
class
ImperativeXA
Value members
Value members
Concrete methods
def
assertRowCountChanges
[A](expectations: (
String
,
Int
)*)(fn: => A)(implicit l:
Line
): A
def
countRows
(tableName:
String
):
Int
def
countRows
(tableName:
String
, where:
String
):
Int
def
countRowsInAllTables
():
Counts
def
debugSelect
(sql:
String
):
Unit
def
debugSelectOnError
[A](sql: =>
String
)(f: => A): A
def
printTableCounts
():
Unit
def
rowCountChanges
[A](fn: => A): (A,
Counts
)
def
select
[A :
Read
](sql:
String
): A
def
selectOption
[A :
Read
](sql:
String
):
Option
[A]
def
selectVector
[A :
Read
](sql:
String
):
Vector
[A]