Class

io.getquill.source.sql

SqlSource

Related Doc: package sql

Permalink

abstract class SqlSource[D <: SqlIdiom, N <: NamingStrategy, R, S] extends source.Source[R, S]

Linear Supertypes
source.Source[R, S], AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. SqlSource
  2. Source
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SqlSource()(implicit arg0: ClassTag[R], arg1: ClassTag[S])

    Permalink

Type Members

  1. type Decoder[T] = source.Decoder[R, T]

    Permalink
    Definition Classes
    Source
  2. type Encoder[T] = source.Encoder[S, T]

    Permalink
    Definition Classes
    Source

Abstract Value Members

  1. implicit abstract val bigDecimalDecoder: Decoder[BigDecimal]

    Permalink
  2. implicit abstract val bigDecimalEncoder: Encoder[BigDecimal]

    Permalink
  3. implicit abstract val booleanDecoder: Decoder[Boolean]

    Permalink
  4. implicit abstract val booleanEncoder: Encoder[Boolean]

    Permalink
  5. implicit abstract val byteArrayDecoder: Decoder[Array[Byte]]

    Permalink
  6. implicit abstract val byteArrayEncoder: Encoder[Array[Byte]]

    Permalink
  7. implicit abstract val byteDecoder: Decoder[Byte]

    Permalink
  8. implicit abstract val byteEncoder: Encoder[Byte]

    Permalink
  9. implicit abstract val dateDecoder: Decoder[Date]

    Permalink
  10. implicit abstract val dateEncoder: Encoder[Date]

    Permalink
  11. implicit abstract val doubleDecoder: Decoder[Double]

    Permalink
  12. implicit abstract val doubleEncoder: Encoder[Double]

    Permalink
  13. implicit abstract val floatDecoder: Decoder[Float]

    Permalink
  14. implicit abstract val floatEncoder: Encoder[Float]

    Permalink
  15. implicit abstract val intDecoder: Decoder[Int]

    Permalink
  16. implicit abstract val intEncoder: Encoder[Int]

    Permalink
  17. implicit abstract val longDecoder: Decoder[Long]

    Permalink
  18. implicit abstract val longEncoder: Encoder[Long]

    Permalink
  19. implicit abstract def optionDecoder[T](implicit d: Decoder[T]): Decoder[Option[T]]

    Permalink
  20. implicit abstract def optionEncoder[T](implicit d: Encoder[T]): Encoder[Option[T]]

    Permalink
  21. abstract def probe(sql: String): Try[Any]

    Permalink
  22. implicit abstract val shortDecoder: Decoder[Short]

    Permalink
  23. implicit abstract val shortEncoder: Encoder[Short]

    Permalink
  24. implicit abstract val stringDecoder: Decoder[String]

    Permalink
  25. implicit abstract val stringEncoder: Encoder[String]

    Permalink

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. val config: Config

    Permalink
    Attributes
    protected
    Definition Classes
    Source
  7. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  11. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  12. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  13. implicit def mappedDecoder[I, O](implicit mapped: MappedEncoding[I, O], decoder: Decoder[I]): Decoder[O]

    Permalink
    Definition Classes
    Source
  14. implicit def mappedEncoder[I, O](implicit mapped: MappedEncoding[I, O], encoder: Encoder[O]): Encoder[I]

    Permalink
    Definition Classes
    Source
  15. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  16. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  17. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  18. macro def run[T](quoted: quotation.Quoted[T]): Any

    Permalink
  19. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  20. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  21. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  22. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from source.Source[R, S]

Inherited from AnyRef

Inherited from Any

Ungrouped