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 PgArraySupport extends PgArrayExtensions with PgArrayJdbcTypes

  8. trait PgCompositeSupport extends PgCommonJdbcTypes with PgArrayJdbcTypes

  9. trait PgDateSupport extends PgDateExtensions with PgCommonJdbcTypes

  10. trait PgEnumSupport extends PgEnumExtensions with PgArrayJdbcTypes

  11. trait PgHStoreSupport extends PgHStoreExtensions with PgCommonJdbcTypes

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

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

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

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

  16. trait PgSearchSupport extends PgSearchExtensions

  17. case class Range[T](start: T, end: T, edge: EdgeType = `[_,_)`) 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 PgDateSupportUtils

  7. object PgEnumSupportUtils

  8. object PgRangeSupportUtils

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

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

Ungrouped