Package

com.github.tminglei

slickpg

Permalink

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. All

Type Members

  1. sealed trait EdgeType extends AnyRef

    Permalink
  2. case class InetString(value: String) extends Product with Serializable

    Permalink

    simple inet string wrapper

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

    Permalink
  4. case class JsonString(value: String) extends Product with Serializable

    Permalink

    simple json string wrapper

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

    Permalink

    simple ltree wrapper

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

    Permalink

    simple mac addr string wrapper

  7. trait PgArraySupport extends PgArrayExtensions with PgArrayJdbcTypes

    Permalink
  8. trait PgCompositeSupport extends PgCommonJdbcTypes with PgArrayJdbcTypes

    Permalink
  9. class PgCompositeSupportUtils extends AnyRef

    Permalink
  10. trait PgDate2Support extends PgDateExtensions with PgCommonJdbcTypes with PgDateJdbcTypes

    Permalink
  11. trait PgDateSupport extends PgDateExtensions with PgCommonJdbcTypes with PgDateJdbcTypes

    Permalink
  12. trait PgEnumSupport extends PgEnumExtensions with PgArrayJdbcTypes

    Permalink
  13. trait PgHStoreSupport extends PgHStoreExtensions with PgCommonJdbcTypes

    Permalink
  14. trait PgJsonSupport extends PgJsonExtensions with PgCommonJdbcTypes

    Permalink

    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

    Permalink

    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

    Permalink

    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

    Permalink

    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

    Permalink
  19. case class Range[T](start: Option[T], end: Option[T], edge: EdgeType) extends Product with Serializable

    Permalink
  20. case class TsQuery(value: String) extends Product with Serializable

    Permalink
  21. case class TsVector(value: String) extends Product with Serializable

    Permalink

    simple tsvector/tsquery string wrapper

  22. type ExPostgresDriver = ExPostgresProfile

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.15.0) Use type ExPostgresProfile instead of ExPostgresDriver

Value Members

  1. object (_,_) extends EdgeType with Product with Serializable

    Permalink
  2. object (_,_] extends EdgeType with Product with Serializable

    Permalink
  3. object Interval extends Serializable

    Permalink
  4. object LTree extends Serializable

    Permalink
  5. object PgCompositeSupportUtils extends PgCompositeSupportUtils

    Permalink
  6. object PgDate2SupportUtils

    Permalink
  7. object PgEnumSupportUtils

    Permalink
  8. object PgRangeSupportUtils

    Permalink
  9. object Range extends Serializable

    Permalink
  10. object [_,_) extends EdgeType with Product with Serializable

    Permalink
  11. object [_,_] extends EdgeType with Product with Serializable

    Permalink
  12. object empty extends EdgeType with Product with Serializable

    Permalink

Deprecated Value Members

  1. val ExPostgresDriver: ExPostgresProfile.type

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 0.15.0) Use type ExPostgresProfile instead of ExPostgresDriver

Inherited from AnyRef

Inherited from Any

Ungrouped