package slickpg
- Alphabetic
- By Inheritance
- slickpg
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- sealed trait EdgeType extends AnyRef
- case class InetString(value: String) extends Product with Serializable
simple inet string wrapper
- case class Interval(years: Int, months: Int, days: Int, hours: Int, minutes: Int, seconds: Double) extends Product with Serializable
- case class JsonString(value: String) extends Product with Serializable
simple json string wrapper
- case class LTree(value: List[String]) extends Product with Serializable
simple ltree wrapper
- case class MacAddrString(value: String) extends Product with Serializable
simple mac addr string wrapper
- trait PgArraySupport extends PgArrayExtensions with PgArrayJdbcTypes
- trait PgCompositeSupport extends PgCommonJdbcTypes with PgArrayJdbcTypes
- class PgCompositeSupportUtils extends AnyRef
- trait PgDate2Support extends PgDateExtensions with PgCommonJdbcTypes with PgDateJdbcTypes
- trait PgDateSupport extends PgDateExtensions with PgCommonJdbcTypes with PgDateJdbcTypes
- trait PgEnumSupport extends PgEnumExtensions with PgArrayJdbcTypes
- trait PgHStoreSupport extends PgHStoreExtensions with PgCommonJdbcTypes
- 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
- 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
- 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
- trait PgRangeSupport extends PgRangeExtensions with PgCommonJdbcTypes with PgDate2Support
simple range support; if all you want is just getting from / saving to db, and using pg range operations/methods, it should be enough
- trait PgSearchSupport extends PgSearchExtensions with PgCommonJdbcTypes
- case class Range[T](start: Option[T], end: Option[T], edge: EdgeType) extends Product with Serializable
- case class TsQuery(value: String) extends Product with Serializable
- case class TsVector(value: String) extends Product with Serializable
simple tsvector/tsquery string wrapper
Deprecated Type Members
- type ExPostgresDriver = ExPostgresProfile
- Annotations
- @deprecated
- Deprecated
(Since version 0.15.0) Use type
ExPostgresProfileinstead ofExPostgresDriver
Value Members
- case object (_,_) extends EdgeType with Product with Serializable
- case object (_,_] extends EdgeType with Product with Serializable
- object Interval extends Serializable
- object LTree extends Serializable
- object PgCompositeSupportUtils extends PgCompositeSupportUtils
- object PgDate2SupportUtils
- object PgEnumSupportUtils
- object PgRangeSupportUtils
- object Range extends Serializable
- case object [_,_) extends EdgeType with Product with Serializable
- case object [_,_] extends EdgeType with Product with Serializable
- case object empty extends EdgeType with Product with Serializable
Deprecated Value Members
- val ExPostgresDriver: ExPostgresProfile.type
- Annotations
- @deprecated
- Deprecated
(Since version 0.15.0) Use type
ExPostgresProfileinstead ofExPostgresDriver