ldbc.query.builder
package ldbc.query.builder
Members list
Type members
Classlikes
object ColumnQuery
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ColumnQuery.type
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 Serializabletrait Producttrait Equalstrait Column[Int]class Objecttrait Matchableclass AnyShow all
object Count
case class TableQuery[F[_], P <: Product](table: Table[P]) extends Dynamic, TableQueryBuilder
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 Serializabletrait Producttrait Equalstrait TableQueryBuildertrait Dynamicclass Objecttrait Matchableclass AnyShow all
In this article