ldbc.query.builder

Members list

Type members

Classlikes

object ColumnQuery

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
case class Count[F[_]](_label: String)

Model used to obtain the number of specific columns.

Model used to obtain the number of specific columns.

Type parameters

F

The effect type

Value parameters

_label

Column name

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait Column[Int]
class Object
trait Matchable
class Any
Show all
object Count

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Count.type
case class TableQuery[F[_], P <: Product](table: Table[P]) extends Dynamic

A model for generating queries from Table information.

A model for generating queries from Table information.

Type parameters

F

The effect type

P

A class that implements a Product that is one-to-one with the table definition.

Value parameters

table

Trait for generating SQL table information.

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Dynamic
class Object
trait Matchable
class Any
Show all