slick.lifted.SingleColumnQueryExtensionMethods
Extension methods for Queries of a single column
Attributes
- Source:
- ExtensionMethods.scala
- Graph
- Supertypes
class AnyVal
trait Matchable
class Any
Members list
Concise view
Value members
Compute the average of a single-column Query, or None if the Query is empty
Compute the average of a single-column Query, or None if the Query is empty
Attributes
- Source:
- ExtensionMethods.scala
Count the number of Some elements of a single-column Query.
Compute the maximum value of a single-column Query, or None if the Query is empty
Compute the maximum value of a single-column Query, or None if the Query is empty
Attributes
- Source:
- ExtensionMethods.scala
Compute the minimum value of a single-column Query, or None if the Query is empty
Compute the minimum value of a single-column Query, or None if the Query is empty
Attributes
- Source:
- ExtensionMethods.scala
Compute the sum of a single-column Query, or None if the Query is empty
Compute the sum of a single-column Query, or None if the Query is empty
Attributes
- Source:
- ExtensionMethods.scala