ldbc.query.builder
package ldbc.query.builder
Members list
Packages
package ldbc.query.builder.interpreter
package ldbc.query.builder.statement
package ldbc.query.builder.syntax
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[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
- 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