trait PgDateSupport extends PgDateExtensions with PgCommonJdbcTypes with PgDateJdbcTypes
- Self Type
- PgDateSupport with PostgresProfile
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- PgDateSupport
- PgDateJdbcTypes
- PgCommonJdbcTypes
- PgDateExtensions
- JdbcTypesComponent
- RelationalTypesComponent
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- abstract type BaseColumnType[T] <: (PgDateSupport.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
- trait DateTimeImplicits extends (PgDateSupport.this)#SimpleDateTimeImplicits
- 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
- trait SimpleDateTimeImplicits extends AnyRef
- 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: (PgDateSupport.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 clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- 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
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- 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()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- 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()