ldbc.query.builder
package ldbc.query.builder
Members list
Type members
Classlikes
object ColumnQuery
Attributes
- Source
- ColumnQuery.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ColumnQuery.type
Model used to obtain the number of specific columns.
object Count
Attributes
- Companion
- class
- Source
- Count.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
Count.type
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
- Source
- TableQuery.scala
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait TableQueryBuildertrait Dynamicclass Objecttrait Matchableclass AnyShow all
In this article