package api

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. sealed trait Arg extends AnyRef
  2. final case class BinaryValue(v: Array[Byte]) extends Value with Product with Serializable
  3. final case class BoolValue(v: Boolean) extends Value with Product with Serializable
  4. final case class ByteValue(v: Byte) extends Value with Product with Serializable
  5. final case class DateValue(v: LocalDate) extends Value with Product with Serializable
  6. final case class DecimalValue(v: BigDecimal) extends Value with Product with Serializable
  7. final case class DoubleValue(v: Double) extends Value with Product with Serializable
  8. abstract class EntryExtension extends EntryExtensionHelper
  9. trait EntryExtensionHelper extends Rql2TypeUtils
  10. final case class ExpArg(e: Exp, t: Type) extends Arg with Product with Serializable
  11. final case class ExpParam(t: Type) extends Param with Product with Serializable
  12. final case class FloatValue(v: Float) extends Value with Product with Serializable
  13. final case class IntValue(v: Int) extends Value with Product with Serializable
  14. final case class IntervalValue(years: Int, months: Int, weeks: Int, days: Int, hours: Int, minutes: Int, seconds: Int, millis: Int) extends Value with Product with Serializable
  15. final case class IterableValue(v: Seq[Value]) extends Value with Product with Serializable
  16. final case class ListValue(v: Seq[Value]) extends Value with Product with Serializable
  17. final case class LocationValue(v: LocationDescription) extends Value with Product with Serializable
  18. final case class LongValue(v: Long) extends Value with Product with Serializable
  19. final case class OptionValue(v: Option[Value]) extends Value with Product with Serializable
  20. final case class OrValue(vs: Seq[Value]) extends Value with Product with Serializable
  21. abstract class PackageExtension extends AnyRef
  22. sealed trait Param extends AnyRef
  23. final case class RecordValue(v: Seq[Value]) extends Value with Product with Serializable
  24. final case class Rql2Arg(e: Exp, t: Type, idn: Option[String]) extends Product with Serializable
  25. abstract class ShortEntryExtension extends EntryExtension
  26. final case class ShortValue(v: Short) extends Value with Product with Serializable
  27. final case class StringValue(v: String) extends Value with Product with Serializable
  28. abstract class SugarEntryExtension extends EntryExtension
  29. final case class TimeValue(v: LocalTime) extends Value with Product with Serializable
  30. final case class TimestampValue(v: LocalDateTime) extends Value with Product with Serializable
  31. final case class TryValue(v: Either[String, Value]) extends Value with Product with Serializable
  32. final case class TypeArg(t: Type) extends Arg with Product with Serializable
  33. final case class TypeParam(t: Type) extends Param with Product with Serializable
  34. sealed trait Value extends AnyRef
  35. final case class ValueArg(v: Value, t: Type) extends Arg with Product with Serializable
  36. final case class ValueParam(t: Type) extends Param with Product with Serializable

Value Members

  1. object PackageExtensionProvider

Ungrouped