object TypeMapper extends slick.jdbc.JdbcProfile.DriverJdbcType[Instant] with JodaInstantSqlTimestampConverter
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TypeMapper
- JodaInstantSqlTimestampConverter
- 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[Instant]
- 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(t: Timestamp): Instant
- Definition Classes
- JodaInstantSqlTimestampConverter → 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): Instant
- 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[Instant]
- Definition Classes
- TypedType
-
def
scalaType: ScalaBaseType[Instant]
- 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[Instant], p: PreparedStatement, idx: Int): Unit
- Definition Classes
- JdbcType
-
def
setValue(v: Instant, p: PreparedStatement, idx: Int): Unit
- Definition Classes
- TypeMapper → JdbcType
-
def
sqlType: Int
- Definition Classes
- TypeMapper → JdbcType
-
def
sqlTypeName(sym: Option[FieldSymbol]): String
- Definition Classes
- TypeMapper → 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(t: Instant): Timestamp
- Definition Classes
- JodaInstantSqlTimestampConverter → ToTypeConverter
-
def
toString(): String
- Definition Classes
- JdbcType → AnyRef → Any
-
def
updateNull(r: ResultSet, idx: Int): Unit
- Definition Classes
- JdbcType
-
def
updateValue(v: Instant, r: ResultSet, idx: Int): Unit
- Definition Classes
- TypeMapper → JdbcType
-
def
valueToSQLLiteral(value: Instant): 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