Object/Class

com.github.tminglei.slickpg

PgCompositeSupportUtils

Related Docs: class PgCompositeSupportUtils | package slickpg

Permalink

object PgCompositeSupportUtils extends PgCompositeSupportUtils

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PgCompositeSupportUtils
  2. PgCompositeSupportUtils
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class CompositeConverter(theType: scala.reflect.api.JavaUniverse.Type, convList: List[TokenConverter]) extends TokenConverter with Product with Serializable

    Permalink
    Definition Classes
    PgCompositeSupportUtils
  2. case class OptionConverter(delegate: TokenConverter) extends TokenConverter with Product with Serializable

    Permalink
    Definition Classes
    PgCompositeSupportUtils
  3. case class SeqConverter(delegate: TokenConverter) extends TokenConverter with Product with Serializable

    Permalink
    Definition Classes
    PgCompositeSupportUtils
  4. case class SimpleConverter(fromString: (String) ⇒ Any, ToString: (Any) ⇒ String, level: Int) extends TokenConverter with Product with Serializable

    Permalink
    Definition Classes
    PgCompositeSupportUtils
  5. sealed trait TokenConverter extends AnyRef

    Permalink
    Definition Classes
    PgCompositeSupportUtils

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. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

    Permalink
    Definition Classes
    Any
  12. def mkCompositeFromString[T <: Struct](implicit ev: scala.reflect.api.JavaUniverse.TypeTag[T]): (String) ⇒ T

    Permalink
    Definition Classes
    PgCompositeSupportUtils
  13. def mkCompositeSeqFromString[T <: Struct](implicit ev: scala.reflect.api.JavaUniverse.TypeTag[Seq[T]]): (String) ⇒ Seq[T]

    Permalink
    Definition Classes
    PgCompositeSupportUtils
  14. def mkStringFromComposite[T <: Struct](implicit ev: scala.reflect.api.JavaUniverse.TypeTag[T]): (T) ⇒ String

    Permalink
    Definition Classes
    PgCompositeSupportUtils
  15. def mkStringFromCompositeSeq[T <: Struct](implicit ev: scala.reflect.api.JavaUniverse.TypeTag[Seq[T]]): (Seq[T]) ⇒ String

    Permalink
    Definition Classes
    PgCompositeSupportUtils
  16. def mkTokenConverter(theType: scala.reflect.api.JavaUniverse.Type, level: Int = 1)(implicit ev: scala.reflect.api.JavaUniverse.TypeTag[String]): TokenConverter

    Permalink
    Definition Classes
    PgCompositeSupportUtils
  17. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  20. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

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

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

Inherited from PgCompositeSupportUtils

Inherited from AnyRef

Inherited from Any

Ungrouped