SkunkTable

gql.relational.skunk.dsl$.SkunkTable
trait SkunkTable extends Table

Attributes

Source
SkunkIntegration.scala
Graph
Supertypes
trait Table
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def aliased[A](x: Fragment[A]): Fragment[A]

Attributes

Source
SkunkIntegration.scala
def sel[A](x: String, d: Decoder[A]): (Fragment[Void], Select[A])

Attributes

Source
SkunkIntegration.scala

Inherited methods

def alias: String

Attributes

Inherited from:
Table
Source
QueryAlgebra.scala

Attributes

Inherited from:
Table
Source
QueryAlgebra.scala

Attributes

Inherited from:
Table
Source
QueryAlgebra.scala
def table: Frag

Attributes

Inherited from:
Table
Source
QueryAlgebra.scala
def tableKey: Select[_]

Attributes

Inherited from:
Table
Source
QueryAlgebra.scala