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
- Self Type
- PgRangeSupport with PostgresProfile
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- PgRangeSupport
- PgDate2Support
- PgDateJdbcTypes
- PgDateExtensions
- PgCommonJdbcTypes
- PgRangeExtensions
- JdbcTypesComponent
- RelationalTypesComponent
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- trait Date2DateTimeFormatters extends AnyRef
- Definition Classes
- PgDate2Support
- trait Date2DateTimeImplicits[INTERVAL] extends (PgDate2Support.this)#Date2DateTimeFormatters with (PgDate2Support.this)#API
- Definition Classes
- PgDate2Support
- trait Date2DateTimeImplicitsDuration extends (PgDate2Support.this)#Date2DateTimeImplicits[Duration]
- Definition Classes
- PgDate2Support
- trait Date2DateTimeImplicitsPeriod extends (PgDate2Support.this)#Date2DateTimeImplicits[Period]
- Definition Classes
- PgDate2Support
- trait Date2DateTimePlainImplicits extends (PgDate2Support.this)#Date2DateTimeFormatters
- Definition Classes
- PgDate2Support
- trait DateTimeImplicits extends (PgDate2Support.this)#Date2DateTimeImplicitsDuration
- Definition Classes
- PgDate2Support
- trait DateTimeImplicitsPeriod extends (PgDate2Support.this)#Date2DateTimeImplicitsPeriod
- Definition Classes
- PgDate2Support
- abstract type BaseColumnType[T] <: (PgRangeSupport.this)#ColumnType[T] with BaseTypedType[T]
- Definition Classes
- RelationalTypesComponent
- abstract type ColumnType[T] <: TypedType[T]
- Definition Classes
- RelationalTypesComponent
- class DateColumnExtensionMethods[DATE, TIME, TIMESTAMP, INTERVAL, P1] extends ExtensionMethods[DATE, P1] with (PgDateExtensions.this)#DateExtHelper[INTERVAL]
- Definition Classes
- PgDateExtensions
- trait DateExtHelper[INTERVAL] extends AnyRef
- Definition Classes
- PgDateExtensions
- abstract class DriverJdbcType[T] extends JdbcType[T]
- Definition Classes
- JdbcTypesComponent
- class GenericDateJdbcType[T] extends (PgDateJdbcTypes.this)#DriverJdbcType[T]
- Definition Classes
- PgDateJdbcTypes
- class GenericJdbcType[T] extends (PgCommonJdbcTypes.this)#DriverJdbcType[T]
- Definition Classes
- PgCommonJdbcTypes
- trait ImplicitColumnTypes extends slick.jdbc.JdbcProfile.ImplicitColumnTypes
- Definition Classes
- JdbcTypesComponent
- class IntervalColumnExtensionMethods[DATE, TIME, TIMESTAMP, INTERVAL, P1] extends ExtensionMethods[INTERVAL, P1]
- Definition Classes
- PgDateExtensions
- class JdbcTypes extends AnyRef
- Definition Classes
- JdbcTypesComponent
- trait MappedColumnTypeFactory extends AnyRef
- Definition Classes
- RelationalTypesComponent
- abstract class MappedJdbcType[T, U] extends JdbcType[T]
- Definition Classes
- JdbcTypesComponent
- class RangeColumnExtensionMethods[RANGEType, B0, P1] extends ExtensionMethods[RANGEType, P1]
- Definition Classes
- PgRangeExtensions
- trait RangeImplicits extends (PgRangeSupport.this)#SimpleRangeImplicits
- trait SimpleRangeCodeGenSupport extends AnyRef
- trait SimpleRangeImplicits extends (PgRangeSupport.this)#SimpleRangeCodeGenSupport with (PgRangeSupport.this)#Date2DateTimeFormatters
- trait SimpleRangePlainImplicits extends (PgRangeSupport.this)#SimpleRangeCodeGenSupport with (PgRangeSupport.this)#Date2DateTimeFormatters
- class TimeColumnExtensionMethods[DATE, TIME, TIMESTAMP, TIME_TZ, INTERVAL, P1] extends ExtensionMethods[TIME, P1] with (PgDateExtensions.this)#DateExtHelper[INTERVAL]
- Definition Classes
- PgDateExtensions
- class TimestampColumnExtensionMethods[DATE, TIME, TIMESTAMP, TIMESTAMP_TZ, INTERVAL, P1] extends ExtensionMethods[TIMESTAMP, P1] with (PgDateExtensions.this)#DateExtHelper[INTERVAL]
- Definition Classes
- PgDateExtensions
Abstract Value Members
- abstract val MappedColumnType: (PgRangeSupport.this)#MappedColumnTypeFactory
- Definition Classes
- RelationalTypesComponent
Concrete Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def bindPgDateTypesToScala[DATE, TIME, DATETIME, TIMETZ, DATETIMETZ, INTERVAL](implicit ctag1: ClassTag[DATE], ctag2: ClassTag[TIME], ctag3: ClassTag[DATETIME], ctag4: ClassTag[TIMETZ], ctag5: ClassTag[DATETIMETZ], ctag6: ClassTag[INTERVAL]): Unit
- Definition Classes
- PgDate2Support
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def defaultSqlTypeName(tmd: JdbcType[_], sym: Option[FieldSymbol]): String
- Definition Classes
- JdbcTypesComponent
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def jdbcTypeFor(t: Type): JdbcType[Any]
- Definition Classes
- JdbcTypesComponent
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated