com.github.tminglei

slickpg

package slickpg

Visibility
  1. Public
  2. All

Type Members

  1. sealed trait EdgeType extends AnyRef

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

    copy from org.postgresql.util.PGInterval, should be more convenient to be used in scala environment

  3. trait PgArraySupport extends PgArrayExtensions with PgArrayJdbcTypes

  4. trait PgDateSupport extends PgDateExtensions with PgDateJdbcTypes with PgCommonJdbcTypes

  5. trait PgEnumSupport extends PgEnumExtensions

  6. trait PgHStoreSupport extends PgHStoreExtensions with PgCommonJdbcTypes

  7. trait PgRangeSupport extends PgRangeExtensions with PgCommonJdbcTypes

  8. trait PgSearchSupport extends PgSearchExtensions

  9. 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 PgDateSupportUtils

  5. object PgEnumSupportUtils

  6. object Range extends Serializable

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

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

Ungrouped