object TypeMapper extends slick.jdbc.JdbcProfile.DriverJdbcType[LocalDate] with JodaLocalDateSqlDateConverter
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TypeMapper
- JodaLocalDateSqlDateConverter
- SqlTypeConverter
- ToTypeConverter
- FromTypeConverter
- DriverJdbcType
- JdbcType
- BaseTypedType
- AtomicType
- TypedType
- Type
- Dumpable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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
children: ConstArray[Nothing]
- Definition Classes
- AtomicType → Type
-
final
def
childrenForeach[R](f: (Type) ⇒ R): Unit
- Definition Classes
- AtomicType → Type
-
implicit
val
classTag: ClassTag[LocalDate]
- Definition Classes
- DriverJdbcType → Type
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
fromSqlType(d: Date): LocalDate
- Definition Classes
- JodaLocalDateSqlDateConverter → FromTypeConverter
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
getDumpInfo: DumpInfo
- Definition Classes
- Type → Dumpable
-
def
getValue(r: ResultSet, idx: Int): LocalDate
- Definition Classes
- TypeMapper → JdbcType
-
def
hasLiteralForm: Boolean
- Definition Classes
- DriverJdbcType → JdbcType
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
mapChildren(f: (Type) ⇒ Type): TypeMapper.this.type
- Definition Classes
- AtomicType → Type
-
def
millisToSqlType(d: AnyRef { def getTime(): Long }): Date
- Definition Classes
- ToTypeConverter
-
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()
-
def
optionType: OptionTypedType[LocalDate]
- Definition Classes
- TypedType
-
def
scalaType: ScalaBaseType[LocalDate]
- Definition Classes
- DriverJdbcType → TypedType
-
def
select(sym: TermSymbol): Type
- Definition Classes
- Type
-
def
setNull(p: PreparedStatement, idx: Int): Unit
- Definition Classes
- DriverJdbcType → JdbcType
-
final
def
setOption(v: Option[LocalDate], p: PreparedStatement, idx: Int): Unit
- Definition Classes
- JdbcType
-
def
setValue(v: LocalDate, p: PreparedStatement, idx: Int): Unit
- Definition Classes
- TypeMapper → JdbcType
-
def
sqlType: Int
- Definition Classes
- TypeMapper → JdbcType
-
def
sqlTypeName(sym: Option[FieldSymbol]): String
- Definition Classes
- DriverJdbcType → JdbcType
-
def
structural: Type
- Definition Classes
- Type
-
def
structuralRec: Type
- Definition Classes
- Type
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toSqlType(d: LocalDate): Date
- Definition Classes
- JodaLocalDateSqlDateConverter → ToTypeConverter
-
def
toString(): String
- Definition Classes
- JdbcType → AnyRef → Any
-
def
updateNull(r: ResultSet, idx: Int): Unit
- Definition Classes
- JdbcType
-
def
updateValue(v: LocalDate, r: ResultSet, idx: Int): Unit
- Definition Classes
- TypeMapper → JdbcType
-
def
valueToSQLLiteral(value: LocalDate): String
- Definition Classes
- TypeMapper → DriverJdbcType → JdbcType
-
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( ... )
-
def
wasNull(r: ResultSet, idx: Int): Boolean
- Definition Classes
- DriverJdbcType → JdbcType
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated