ldbc.query.builder.Count
See theCount companion object
Model used to obtain the number of specific columns.
Type parameters
- F
-
The effect type
Value parameters
- _label
-
Column name
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Column[Int]class Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
Column alias name
Column alias name
Attributes
- Definition Classes
-
Column
Extra attribute of column
Extra attribute of column
Attributes
- Definition Classes
-
Column
Column type
Column type
Attributes
- Definition Classes
-
Column
Column Field Name
Column Field Name
Attributes
- Definition Classes
-
Column
Returns a string representation of the object.
Returns a string representation of the object.
The default representation is platform dependent.
Attributes
- Returns
-
a string representation of the object.
- Definition Classes
-
Column -> Any
Inherited methods
Attributes
- Inherited from:
- ColumnQuery (hidden)
Attributes
- Inherited from:
- ColumnQuery (hidden)
def %(cond: Extract[Int], result: Extract[Int])(using parameter: Parameter[F, Extract[Int]]): Mod[F, T]
Attributes
- Inherited from:
- ColumnQuery (hidden)
Attributes
- Inherited from:
- ColumnQuery (hidden)
Attributes
- Inherited from:
- ColumnQuery (hidden)
Attributes
- Inherited from:
- ColumnQuery (hidden)
Attributes
- Inherited from:
- ColumnQuery (hidden)
Attributes
- Inherited from:
- ColumnQuery (hidden)
Attributes
- Inherited from:
- ColumnQuery (hidden)
Attributes
- Inherited from:
- ColumnQuery (hidden)
Attributes
- Inherited from:
- ColumnQuery (hidden)
Attributes
- Inherited from:
- ColumnQuery (hidden)
Attributes
- Inherited from:
- ColumnQuery (hidden)
Attributes
- Inherited from:
- ColumnQuery (hidden)
Attributes
- Inherited from:
- ColumnQuery (hidden)
Attributes
- Inherited from:
- ColumnQuery (hidden)
Attributes
- Inherited from:
- ColumnQuery (hidden)
Attributes
- Inherited from:
- ColumnQuery (hidden)
Attributes
- Inherited from:
- ColumnQuery (hidden)
Attributes
- Inherited from:
- ColumnQuery (hidden)
Attributes
- Inherited from:
- ColumnQuery (hidden)
Attributes
- Inherited from:
- ColumnQuery (hidden)
Attributes
- Inherited from:
- ColumnQuery (hidden)
Attributes
- Inherited from:
- ColumnQuery (hidden)
Attributes
- Inherited from:
- ColumnQuery (hidden)
Attributes
- Inherited from:
- ColumnQuery (hidden)
Attributes
- Inherited from:
- ColumnQuery (hidden)
Attributes
- Inherited from:
- ColumnQuery (hidden)
def BETWEEN(start: Extract[Int], end: Extract[Int])(using parameter: Parameter[F, Extract[Int]]): Between[F, T]
Attributes
- Inherited from:
- ColumnQuery (hidden)
def DIV(cond: Extract[Int], result: Extract[Int])(using parameter: Parameter[F, Extract[Int]]): Div[F, T]
Attributes
- Inherited from:
- ColumnQuery (hidden)
Attributes
- Inherited from:
- ColumnQuery (hidden)
Attributes
- Inherited from:
- ColumnQuery (hidden)
Attributes
- Inherited from:
- ColumnQuery (hidden)
Attributes
- Inherited from:
- ColumnQuery (hidden)
def LIKE_ESCAPE(like: Extract[Int], escape: Extract[Int])(using parameter: Parameter[F, Extract[Int]]): LikeEscape[F, T]
Attributes
- Inherited from:
- ColumnQuery (hidden)
def MOD(cond: Extract[Int], result: Extract[Int])(using parameter: Parameter[F, Extract[Int]]): Mod[F, T]
Attributes
- Inherited from:
- ColumnQuery (hidden)
Attributes
- Inherited from:
- ColumnQuery (hidden)
Attributes
- Inherited from:
- ColumnQuery (hidden)
List of join query methods
List of join query methods
Attributes
- Inherited from:
- ColumnQuery (hidden)
List of sub query methods
List of sub query methods
Attributes
- Inherited from:
- ColumnQuery (hidden)
Attributes
- Inherited from:
- ColumnQuery (hidden)
Attributes
- Inherited from:
- Column
Attributes
- Inherited from:
- ColumnQuery (hidden)
Attributes
- Inherited from:
- ColumnQuery (hidden)
Attributes
- Inherited from:
- ColumnQuery (hidden)
Attributes
- Inherited from:
- ColumnQuery (hidden)
Attributes
- Inherited from:
- ColumnQuery (hidden)
Attributes
- Inherited from:
- ColumnQuery (hidden)
Attributes
- Inherited from:
- ColumnQuery (hidden)
Attributes
- Inherited from:
- ColumnQuery (hidden)
Attributes
- Inherited from:
- ColumnQuery (hidden)
Attributes
- Inherited from:
- ColumnQuery (hidden)
def lessThanOrEqual(value: Extract[Int])(using parameter: Parameter[F, Extract[Int]]): LessThanOrEqualTo[F, T]
Attributes
- Inherited from:
- ColumnQuery (hidden)
def mod(cond: Extract[Int], result: Extract[Int])(using parameter: Parameter[F, Extract[Int]]): Mod[F, T]
Attributes
- Inherited from:
- ColumnQuery (hidden)
Attributes
- Inherited from:
- ColumnQuery (hidden)
Attributes
- Inherited from:
- ColumnQuery (hidden)
Attributes
- Inherited from:
- ColumnQuery (hidden)
Attributes
- Inherited from:
- ColumnQuery (hidden)
def nullSafeEqual(value: Extract[Int])(using parameter: Parameter[F, Extract[Int]]): NullSafeEqual[F, T]
Attributes
- Inherited from:
- ColumnQuery (hidden)
Attributes
- Inherited from:
- ColumnQuery (hidden)
Attributes
- Inherited from:
- ColumnQuery (hidden)
Attributes
- Inherited from:
- ColumnQuery (hidden)
Attributes
- Inherited from:
- ColumnQuery (hidden)
Attributes
- Inherited from:
- ColumnQuery (hidden)
Attributes
- Inherited from:
- ColumnQuery (hidden)
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Define SQL query string for each Column
Define SQL query string for each Column
Attributes
- Returns
-
SQL query string
- Inherited from:
- Column
Attributes
- Inherited from:
- ColumnQuery (hidden)
Attributes
- Inherited from:
- ColumnQuery (hidden)
Attributes
- Inherited from:
- ColumnQuery (hidden)
In this article