Table

scalasql.query.Table
See theTable companion object
abstract class Table[V[_[_]]]()(implicit name: Name, metadata0: Metadata[V]) extends Base, LowPri[V]

In-code representation of a SQL table, associated with a given case class V.

Attributes

Companion
object
Graph
Supertypes
trait LowPri[V]
trait Base
class Object
trait Matchable
class Any

Members list

Implicits

Implicits

implicit def containerQr(implicit dialect: DialectTypeMappers): Row[V[Expr], V[Sc]]

Inherited implicits

implicit def containerQr2(implicit dialect: DialectTypeMappers): Row[V[Column], V[Sc]]

Attributes

Inherited from:
LowPri