class GenericJodaSupport extends AnyRef
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- GenericJodaSupport
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new GenericJodaSupport(driver: JdbcProfile)
-
new
GenericJodaSupport(driver: JdbcProfile, setTimeZone: (DateTime) ⇒ Option[Calendar])
- setTimeZone
Calendarparameter for https://docs.oracle.com/javase/8/docs/api/java/sql/PreparedStatement.html#setTimestamp-int-java.sql.Timestamp-java.util.Calendar-
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( ... ) @native() @HotSpotIntrinsicCandidate()
-
val
dateTimeMapperDelegate: JodaDateTimeMapper
- Attributes
- protected
-
val
dateTimeZoneMapperDelegate: JodaDateTimeZoneMapper
- Attributes
- protected
- implicit val dateTimeZoneTypeMapper: slick.jdbc.JdbcProfile.DriverJdbcType[DateTimeZone]
- implicit val datetimeTypeMapper: slick.jdbc.JdbcProfile.DriverJdbcType[DateTime]
- val driver: JdbcProfile
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- implicit val getDateTimeZoneOptionResult: GetResult[Option[DateTimeZone]]
- implicit val getDateTimeZoneResult: GetResult[DateTimeZone]
- implicit val getDatetimeOptionResult: GetResult[Option[DateTime]]
- implicit val getDatetimeResult: GetResult[DateTime]
- implicit val getInstantOptionResult: GetResult[Option[Instant]]
- implicit val getInstantResult: GetResult[Instant]
- implicit val getLocalDateOptionResult: GetResult[Option[LocalDate]]
- implicit val getLocalDateResult: GetResult[LocalDate]
- implicit val getLocalDatetimeOptionResult: GetResult[Option[LocalDateTime]]
- implicit val getLocalDatetimeResult: GetResult[LocalDateTime]
- implicit val getLocalTimeOptionResult: GetResult[Option[LocalTime]]
- implicit val getLocalTimeResult: GetResult[LocalTime]
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
val
instantMapperDelegate: JodaInstantMapper
- Attributes
- protected
- implicit val instantTypeMapper: slick.jdbc.JdbcProfile.DriverJdbcType[Instant]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
val
localDateMapperDelegate: JodaLocalDateMapper
- Attributes
- protected
-
val
localDateTimeMapperDelegate: JodaLocalDateTimeMapper
- Attributes
- protected
- implicit val localDateTypeMapper: slick.jdbc.JdbcProfile.DriverJdbcType[LocalDate]
- implicit val localDatetimeTypeMapper: slick.jdbc.JdbcProfile.DriverJdbcType[LocalDateTime]
-
val
localTimeMapperDelegate: JodaLocalTimeMapper
- Attributes
- protected
- implicit val localTimeTypeMapper: slick.jdbc.JdbcProfile.DriverJdbcType[LocalTime]
-
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()
- implicit val setDateTimeZoneOptionParameter: SetParameter[Option[DateTimeZone]]
- implicit val setDateTimeZoneParameter: SetParameter[DateTimeZone]
- implicit val setDatetimeOptionParameter: SetParameter[Option[DateTime]]
- implicit val setDatetimeParameter: SetParameter[DateTime]
- implicit val setInstantOptionParameter: SetParameter[Option[Instant]]
- implicit val setInstantParameter: SetParameter[Instant]
- implicit val setLocalDateOptionParameter: SetParameter[Option[LocalDate]]
- implicit val setLocalDateParameter: SetParameter[LocalDate]
- implicit val setLocalDatetimeOptionParameter: SetParameter[Option[LocalDateTime]]
- implicit val setLocalDatetimeParameter: SetParameter[LocalDateTime]
- implicit val setLocalTimeOptionParameter: SetParameter[Option[LocalTime]]
- implicit val setLocalTimeParameter: SetParameter[LocalTime]
-
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( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated