DbTable

object DbTable
Companion:
class
trait Product
trait Mirror
class Object
trait Matchable
class Any
DbTable.type

Type members

Classlikes

final case class Counts(asMap: Map[DbTable, Int])

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from:
Mirror

Value members

Concrete methods

def all(schema: Option[String]): ConnectionIO[Set[DbTable]]
def countAll(tables: IterableOnce[DbTable]): ConnectionIO[Counts]
def truncateAll(tables: IterableOnce[DbTable]): ConnectionIO[Unit]

Implicits

Implicits

implicit def univEq: UnivEq[DbTable]