Package

com.github.tminglei

slickpg

Permalink

package slickpg

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 PgDateSupport extends PgDateExtensions with PgCommonJdbcTypes

    Permalink
  11. trait PgEnumSupport extends PgEnumExtensions with PgArrayJdbcTypes

    Permalink
  12. trait PgHStoreSupport extends PgHStoreExtensions with PgCommonJdbcTypes

    Permalink
  13. 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

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

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

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

  17. trait PgSearchSupport extends PgSearchExtensions with PgCommonJdbcTypes

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

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

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

    Permalink

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 PgDateSupportUtils

    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

Ungrouped