com.github.tminglei

slickpg

package slickpg

Visibility
  1. Public
  2. All

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 PgArgonautSupport extends PgJsonExtensions with PgCommonJdbcTypes

  8. trait PgArraySupport extends PgArrayExtensions with PgArrayJdbcTypes

  9. trait PgCompositeSupport extends PgCommonJdbcTypes with PgArrayJdbcTypes

  10. trait PgDate2Support extends PgDateExtensions with PgCommonJdbcTypes

  11. trait PgDateSupport extends PgDateExtensions with PgCommonJdbcTypes

  12. trait PgDateSupport2bp extends PgDateExtensions with PgCommonJdbcTypes

  13. trait PgDateSupportJoda extends PgDateExtensions with PgCommonJdbcTypes

  14. trait PgEnumSupport extends PgEnumExtensions with PgArrayJdbcTypes

  15. trait PgHStoreSupport extends PgHStoreExtensions with PgCommonJdbcTypes

  16. trait PgJson4sSupport extends PgJsonExtensions with PgCommonJdbcTypes

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

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

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

  20. trait PgPlayJsonSupport extends PgJsonExtensions with PgCommonJdbcTypes

  21. trait PgPostGISSupport extends PgPostGISExtensions

  22. trait PgRangeSupport extends PgRangeExtensions with PgCommonJdbcTypes

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

  23. trait PgSearchSupport extends PgSearchExtensions with PgCommonJdbcTypes

  24. trait PgSprayJsonSupport extends PgJsonExtensions with PgCommonJdbcTypes

  25. case class Range[T](start: T, end: T, edge: EdgeType = `[_,_)`) extends Product with Serializable

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

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

Value Members

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

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

  3. object Interval extends Serializable

  4. object LTree extends Serializable

  5. object PgCompositeSupportUtils

  6. object PgDate2SupportUtils

  7. object PgDateSupportUtils

  8. object PgEnumSupportUtils

  9. object PgJodaSupportUtils

  10. object PgPostGISSupportUtils

  11. object PgRangeSupportUtils

  12. object PgThreetenSupportUtils

  13. object [_,_) extends EdgeType with Product with Serializable

  14. object [_,_] extends EdgeType with Product with Serializable

Ungrouped