package slickpg

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. slickpg
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. sealed trait EdgeType extends AnyRef
  2. case class InetString(value: String) extends Product with Serializable

    simple inet string wrapper

  3. case class Interval(years: Int, months: Int, days: Int, hours: Int, minutes: Int, seconds: Double) extends Product with Serializable
  4. case class JsonString(value: String) extends Product with Serializable

    simple json string wrapper

  5. case class LTree(value: List[String]) extends Product with Serializable

    simple ltree wrapper

  6. case class MacAddrString(value: String) extends Product with Serializable

    simple mac addr string wrapper

  7. trait PgArraySupport extends PgArrayExtensions with PgArrayJdbcTypes
  8. trait PgCompositeSupport extends PgCommonJdbcTypes with PgArrayJdbcTypes
  9. class PgCompositeSupportUtils extends AnyRef
  10. trait PgDate2Support extends PgDateExtensions with PgCommonJdbcTypes with PgDateJdbcTypes
  11. trait PgDateSupport extends PgDateExtensions with PgCommonJdbcTypes with PgDateJdbcTypes
  12. trait PgEnumSupport extends PgEnumExtensions with PgArrayJdbcTypes
  13. trait PgHStoreSupport extends PgHStoreExtensions with PgCommonJdbcTypes
  14. trait PgJsonSupport extends PgJsonExtensions with PgCommonJdbcTypes

    simple json support; if all you want is just getting from / saving to db, and using pg json operations/methods, it should be enough

  15. trait PgLTreeSupport extends PgLTreeExtensions with PgCommonJdbcTypes with PgArrayJdbcTypes

    simple ltree support; if all you want is just getting from / saving to db, and using pg json operations/methods, it should be enough

  16. trait PgNetSupport extends PgNetExtensions with PgCommonJdbcTypes

    simple inet/macaddr support; if all you want is just getting from / saving to db, and using pg json operations/methods, it should be enough

  17. trait PgRangeSupport extends PgRangeExtensions with PgCommonJdbcTypes with PgDate2Support

    simple range support; if all you want is just getting from / saving to db, and using pg range operations/methods, it should be enough

  18. trait PgSearchSupport extends PgSearchExtensions with PgCommonJdbcTypes
  19. case class Range[T](start: Option[T], end: Option[T], edge: EdgeType) extends Product with Serializable
  20. case class TsQuery(value: String) extends Product with Serializable
  21. case class TsVector(value: String) extends Product with Serializable

    simple tsvector/tsquery string wrapper

Deprecated Type Members

  1. type ExPostgresDriver = ExPostgresProfile
    Annotations
    @deprecated
    Deprecated

    (Since version 0.15.0) Use type ExPostgresProfile instead of ExPostgresDriver

Value Members

  1. case object (_,_) extends EdgeType with Product with Serializable
  2. case object (_,_] extends EdgeType with Product with Serializable
  3. object Interval extends Serializable
  4. object LTree extends Serializable
  5. object PgCompositeSupportUtils extends PgCompositeSupportUtils
  6. object PgDate2SupportUtils
  7. object PgEnumSupportUtils
  8. object PgRangeSupportUtils
  9. object Range extends Serializable
  10. case object [_,_) extends EdgeType with Product with Serializable
  11. case object [_,_] extends EdgeType with Product with Serializable
  12. case object empty extends EdgeType with Product with Serializable

Deprecated Value Members

  1. val ExPostgresDriver: ExPostgresProfile.type
    Annotations
    @deprecated
    Deprecated

    (Since version 0.15.0) Use type ExPostgresProfile instead of ExPostgresDriver

Inherited from AnyRef

Inherited from Any

Ungrouped