package api
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- sealed trait Arg extends AnyRef
- final case class BinaryValue(v: Array[Byte]) extends Value with Product with Serializable
- final case class BoolValue(v: Boolean) extends Value with Product with Serializable
- final case class ByteValue(v: Byte) extends Value with Product with Serializable
- final case class DateValue(v: LocalDate) extends Value with Product with Serializable
- final case class DecimalValue(v: BigDecimal) extends Value with Product with Serializable
- final case class DoubleValue(v: Double) extends Value with Product with Serializable
- abstract class EntryExtension extends EntryExtensionHelper
- trait EntryExtensionHelper extends Rql2TypeUtils
- final case class ExpArg(e: Exp, t: Type) extends Arg with Product with Serializable
- final case class ExpParam(t: Type) extends Param with Product with Serializable
- final case class FloatValue(v: Float) extends Value with Product with Serializable
- final case class IntValue(v: Int) extends Value with Product with Serializable
- 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
- final case class IterableValue(v: Seq[Value]) extends Value with Product with Serializable
- final case class ListValue(v: Seq[Value]) extends Value with Product with Serializable
- final case class LocationValue(v: LocationDescription) extends Value with Product with Serializable
- final case class LongValue(v: Long) extends Value with Product with Serializable
- final case class OptionValue(v: Option[Value]) extends Value with Product with Serializable
- final case class OrValue(vs: Seq[Value]) extends Value with Product with Serializable
- abstract class PackageExtension extends AnyRef
- sealed trait Param extends AnyRef
- final case class RecordValue(v: Seq[Value]) extends Value with Product with Serializable
- final case class Rql2Arg(e: Exp, t: Type, idn: Option[String]) extends Product with Serializable
- abstract class ShortEntryExtension extends EntryExtension
- final case class ShortValue(v: Short) extends Value with Product with Serializable
- final case class StringValue(v: String) extends Value with Product with Serializable
- abstract class SugarEntryExtension extends EntryExtension
- final case class TimeValue(v: LocalTime) extends Value with Product with Serializable
- final case class TimestampValue(v: LocalDateTime) extends Value with Product with Serializable
- final case class TryValue(v: Either[String, Value]) extends Value with Product with Serializable
- final case class TypeArg(t: Type) extends Arg with Product with Serializable
- final case class TypeParam(t: Type) extends Param with Product with Serializable
- sealed trait Value extends AnyRef
- final case class ValueArg(v: Value, t: Type) extends Arg with Product with Serializable
- final case class ValueParam(t: Type) extends Param with Product with Serializable
Value Members
- object PackageExtensionProvider