ldbc.dsl.Parameter
See theParameter companion trait
object Parameter
Attributes
- Companion
- trait
- Source
- Parameter.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Parameter.type
Members list
Type members
Classlikes
trait Binder
Attributes
- Source
- Parameter.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
trait DynamicBinderclass StaticBinder
object DynamicBinder
Attributes
- Companion
- trait
- Source
- Parameter.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
DynamicBinder.type
trait DynamicBinder extends Binder
Attributes
- Companion
- object
- Source
- Parameter.scala
- Supertypes
case class StaticBinder(parameter: String) extends Binder
Attributes
- Source
- Parameter.scala
- Supertypes
object given_Parameter_Array extends Parameter[Array[Byte]]
Attributes
- Source
- Parameter.scala
- Supertypes
- Self type
object given_Parameter_BigDecimal extends Parameter[BigDecimal]
Attributes
- Source
- Parameter.scala
- Supertypes
- Self type
object given_Parameter_Boolean extends Parameter[Boolean]
Attributes
- Source
- Parameter.scala
- Supertypes
- Self type
object given_Parameter_Byte extends Parameter[Byte]
Attributes
- Source
- Parameter.scala
- Supertypes
- Self type
-
given_Parameter_Byte.type
object given_Parameter_Double extends Parameter[Double]
Attributes
- Source
- Parameter.scala
- Supertypes
- Self type
object given_Parameter_Float extends Parameter[Float]
Attributes
- Source
- Parameter.scala
- Supertypes
- Self type
object given_Parameter_Int extends Parameter[Int]
Attributes
- Source
- Parameter.scala
- Supertypes
- Self type
-
given_Parameter_Int.type
object given_Parameter_LocalDate extends Parameter[LocalDate]
Attributes
- Source
- Parameter.scala
- Supertypes
- Self type
object given_Parameter_LocalDateTime extends Parameter[LocalDateTime]
Attributes
- Source
- Parameter.scala
- Supertypes
- Self type
object given_Parameter_LocalTime extends Parameter[LocalTime]
Attributes
- Source
- Parameter.scala
- Supertypes
- Self type
object given_Parameter_Long extends Parameter[Long]
Attributes
- Source
- Parameter.scala
- Supertypes
- Self type
-
given_Parameter_Long.type
object given_Parameter_None_type extends Parameter[None.type]
Attributes
- Source
- Parameter.scala
- Supertypes
- Self type
object given_Parameter_Null extends Parameter[Null]
Attributes
- Source
- Parameter.scala
- Supertypes
- Self type
-
given_Parameter_Null.type
object given_Parameter_Object extends Parameter[Object]
Attributes
- Source
- Parameter.scala
- Supertypes
- Self type
object given_Parameter_Short extends Parameter[Short]
Attributes
- Source
- Parameter.scala
- Supertypes
- Self type
object given_Parameter_String extends Parameter[String]
Attributes
- Source
- Parameter.scala
- Supertypes
- Self type
Types
type MapToTuple[T] = T match { case EmptyTuple => EmptyTuple case h *: EmptyTuple => Parameter[h] *: EmptyTuple case h *: t => Parameter[h] *: MapToTuple[t] }
Attributes
- Source
- Parameter.scala
Value members
Concrete methods
Attributes
- Source
- Parameter.scala
Attributes
- Source
- Parameter.scala
Attributes
- Source
- Parameter.scala
Givens
Givens
given given_Conversion_T_DynamicBinder[T](using x$1: Parameter[T]): given_Conversion_T_DynamicBinder[T]
Attributes
- Source
- Parameter.scala
Attributes
- Source
- Parameter.scala
Attributes
- Source
- Parameter.scala
Attributes
- Source
- Parameter.scala
Attributes
- Source
- Parameter.scala
Attributes
- Source
- Parameter.scala
Attributes
- Source
- Parameter.scala
Attributes
- Source
- Parameter.scala
Attributes
- Source
- Parameter.scala
Attributes
- Source
- Parameter.scala
Attributes
- Source
- Parameter.scala
Attributes
- Source
- Parameter.scala
Attributes
- Source
- Parameter.scala
Attributes
- Source
- Parameter.scala
Attributes
- Source
- Parameter.scala
Attributes
- Source
- Parameter.scala
Attributes
- Source
- Parameter.scala
given given_Parameter_Option[T](using parameter: Parameter[T], nullParameter: Parameter[Null]): given_Parameter_Option[T]
Attributes
- Source
- Parameter.scala
Attributes
- Source
- Parameter.scala
Attributes
- Source
- Parameter.scala
Attributes
- Source
- Parameter.scala
Attributes
- Source
- Parameter.scala
Attributes
- Source
- Parameter.scala
In this article