OptionColumnExtensionMethods
slick.lifted.OptionColumnExtensionMethods
final class OptionColumnExtensionMethods[B1](val c: Rep[Option[B1]]) extends AnyVal, ColumnExtensionMethods[B1, Option[B1]], OptionExtensionMethods[B1]
Attributes
- Source
- ExtensionMethods.scala
- Graph
-
- Supertypes
Members list
Value members
Concrete methods
Get the value inside this Option, if it is non-empty, otherwise throw a SlickException. This operation is only allowed in places where it can be performed at the client side (e.g. not inside a subquery that cannot be fused), otherwise the exception is thrown during query compilation.
Get the value inside this Option, if it is non-empty, otherwise throw a SlickException. This operation is only allowed in places where it can be performed at the client side (e.g. not inside a subquery that cannot be fused), otherwise the exception is thrown during query compilation.
Attributes
- Source
- ExtensionMethods.scala
Inherited methods
Attributes
- Inherited from:
- ColumnExtensionMethods
- Source
- ExtensionMethods.scala
Attributes
- Inherited from:
- ColumnExtensionMethods
- Source
- ExtensionMethods.scala
Attributes
- Inherited from:
- ColumnExtensionMethods
- Source
- ExtensionMethods.scala
Attributes
- Inherited from:
- ColumnExtensionMethods
- Source
- ExtensionMethods.scala
Attributes
- Inherited from:
- ColumnExtensionMethods
- Source
- ExtensionMethods.scala
Attributes
- Inherited from:
- ColumnExtensionMethods
- Source
- ExtensionMethods.scala
Attributes
- Inherited from:
- ColumnExtensionMethods
- Source
- ExtensionMethods.scala
Attributes
- Inherited from:
- ColumnExtensionMethods
- Source
- ExtensionMethods.scala
Attributes
- Inherited from:
- ColumnExtensionMethods
- Source
- ExtensionMethods.scala
Attributes
- Inherited from:
- ColumnExtensionMethods
- Source
- ExtensionMethods.scala
Attributes
- Inherited from:
- ColumnExtensionMethods
- Source
- ExtensionMethods.scala
Attributes
- Inherited from:
- ColumnExtensionMethods
- Source
- ExtensionMethods.scala
Concrete fields
Attributes
- Source
- ExtensionMethods.scala
In this article