scala.slick.driver.JdbcTypesComponent

MappedJdbcType

abstract class MappedJdbcType[T, U] extends JdbcDriver.JdbcType[T]

Source
JdbcTypesComponent.scala
Linear Supertypes
JdbcDriver.JdbcType[T], TypedType[T], Type, AnyRef, Any
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. MappedJdbcType
  2. JdbcType
  3. TypedType
  4. Type
  5. AnyRef
  6. Any
Implicitly
  1. by any2stringadd
  2. by any2stringfmt
  3. by any2ArrowAssoc
  4. by any2Ensuring
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MappedJdbcType()(implicit tmd: JdbcDriver.JdbcType[U], tag: ClassTag[T])

Abstract Value Members

  1. abstract def children: Seq[Type]

    All children of this Type.

    All children of this Type.

    Definition Classes
    Type
  2. abstract def comap(u: U): T

  3. abstract def map(t: T): U

  4. abstract def mapChildren(f: (Type) ⇒ Type): Type

    Apply a transformation to all type children and reconstruct this type with the new children, or return the original object if no child is changed.

    Apply a transformation to all type children and reconstruct this type with the new children, or return the original object if no child is changed.

    Definition Classes
    Type

Concrete Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. def +(other: String): String

    Implicit information
    This member is added by an implicit conversion from JdbcDriver.MappedJdbcType[T, U] to StringAdd performed by method any2stringadd in scala.Predef.
    Definition Classes
    StringAdd
  5. def ->[B](y: B): (JdbcDriver.MappedJdbcType[T, U], B)

    Implicit information
    This member is added by an implicit conversion from JdbcDriver.MappedJdbcType[T, U] to ArrowAssoc[JdbcDriver.MappedJdbcType[T, U]] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  6. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  7. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def ensuring(cond: (JdbcDriver.MappedJdbcType[T, U]) ⇒ Boolean, msg: ⇒ Any): JdbcDriver.MappedJdbcType[T, U]

    Implicit information
    This member is added by an implicit conversion from JdbcDriver.MappedJdbcType[T, U] to Ensuring[JdbcDriver.MappedJdbcType[T, U]] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  11. def ensuring(cond: (JdbcDriver.MappedJdbcType[T, U]) ⇒ Boolean): JdbcDriver.MappedJdbcType[T, U]

    Implicit information
    This member is added by an implicit conversion from JdbcDriver.MappedJdbcType[T, U] to Ensuring[JdbcDriver.MappedJdbcType[T, U]] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def ensuring(cond: Boolean, msg: ⇒ Any): JdbcDriver.MappedJdbcType[T, U]

    Implicit information
    This member is added by an implicit conversion from JdbcDriver.MappedJdbcType[T, U] to Ensuring[JdbcDriver.MappedJdbcType[T, U]] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: Boolean): JdbcDriver.MappedJdbcType[T, U]

    Implicit information
    This member is added by an implicit conversion from JdbcDriver.MappedJdbcType[T, U] to Ensuring[JdbcDriver.MappedJdbcType[T, U]] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  16. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. def formatted(fmtstr: String): String

    Implicit information
    This member is added by an implicit conversion from JdbcDriver.MappedJdbcType[T, U] to StringFormat performed by method any2stringfmt in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  18. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  19. def hasLiteralForm: Boolean

    Indicates whether values of this type have a literal representation in SQL statements.

    Indicates whether values of this type have a literal representation in SQL statements. This must return false if valueToSQLLiteral throws a SlickException. QueryBuilder (and driver-specific subclasses thereof) uses this method to treat LiteralNodes as volatile (i.e. using bind variables) as needed.

    Definition Classes
    MappedJdbcTypeJdbcType
  20. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  21. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  22. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  23. def newHasLiteralForm: Option[Boolean]

  24. def newNullable: Option[Boolean]

  25. def newSqlType: Option[Int]

  26. def newSqlTypeName: Option[String]

  27. def newValueToSQLLiteral(value: T): Option[String]

  28. def nextOption(r: PositionedResult): Option[T]

    Definition Classes
    MappedJdbcTypeJdbcType
  29. def nextValue(r: PositionedResult): T

    Get a result column of the type.

    Get a result column of the type.

    Definition Classes
    MappedJdbcTypeJdbcType
  30. def nextValueOrElse(d: ⇒ T, r: PositionedResult): T

    Definition Classes
    MappedJdbcTypeJdbcType
  31. final def notify(): Unit

    Definition Classes
    AnyRef
  32. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  33. def nullable: Boolean

    Definition Classes
    MappedJdbcTypeJdbcType
  34. def optionType: OptionTypedType[T] with JdbcDriver.JdbcType[Option[T]]

    Definition Classes
    JdbcTypeTypedType
  35. def scalaType: ScalaBaseType[T]

    Definition Classes
    MappedJdbcTypeTypedType
  36. def select(sym: ast.Symbol): Type

    Definition Classes
    Type
  37. def setOption(v: Option[T], p: PositionedParameters): Unit

    Set an Option parameter of the type.

    Set an Option parameter of the type.

    Definition Classes
    MappedJdbcTypeJdbcType
  38. def setValue(v: T, p: PositionedParameters): Unit

    Set a parameter of the type.

    Set a parameter of the type.

    Definition Classes
    MappedJdbcTypeJdbcType
  39. def sqlType: Int

    The constant from java.

    The constant from java.sql.Types that is used for setting parameters of the type to NULL.

    Definition Classes
    MappedJdbcTypeJdbcType
  40. def sqlTypeName: String

    The default name for the SQL type that is used for column declarations.

    The default name for the SQL type that is used for column declarations.

    Definition Classes
    MappedJdbcTypeJdbcType
  41. def structural: Type

    The structural view of this type

    The structural view of this type

    Definition Classes
    Type
  42. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  43. def toString(): String

    Definition Classes
    JdbcType → AnyRef → Any
  44. def updateOption(v: Option[T], r: PositionedResult): Unit

    Definition Classes
    JdbcType
  45. def updateValue(v: T, r: PositionedResult): Unit

    Update a column of the type in a mutable result set.

    Update a column of the type in a mutable result set.

    Definition Classes
    MappedJdbcTypeJdbcType
  46. def valueToSQLLiteral(value: T): String

    Convert a value to a SQL literal.

    Convert a value to a SQL literal. This should throw a SlickException if hasLiteralForm is false.

    Definition Classes
    MappedJdbcTypeJdbcType
  47. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. def [B](y: B): (JdbcDriver.MappedJdbcType[T, U], B)

    Implicit information
    This member is added by an implicit conversion from JdbcDriver.MappedJdbcType[T, U] to ArrowAssoc[JdbcDriver.MappedJdbcType[T, U]] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Shadowed Implicit Value Members

  1. val self: Any

    Implicit information
    This member is added by an implicit conversion from JdbcDriver.MappedJdbcType[T, U] to StringAdd performed by method any2stringadd in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (mappedJdbcType: StringAdd).self
    Definition Classes
    StringAdd
  2. val self: Any

    Implicit information
    This member is added by an implicit conversion from JdbcDriver.MappedJdbcType[T, U] to StringFormat performed by method any2stringfmt in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (mappedJdbcType: StringFormat).self
    Definition Classes
    StringFormat

Deprecated Value Members

  1. def x: JdbcDriver.MappedJdbcType[T, U]

    Implicit information
    This member is added by an implicit conversion from JdbcDriver.MappedJdbcType[T, U] to ArrowAssoc[JdbcDriver.MappedJdbcType[T, U]] performed by method any2ArrowAssoc in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (mappedJdbcType: ArrowAssoc[JdbcDriver.MappedJdbcType[T, U]]).x
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use leftOfArrow instead

  2. def x: JdbcDriver.MappedJdbcType[T, U]

    Implicit information
    This member is added by an implicit conversion from JdbcDriver.MappedJdbcType[T, U] to Ensuring[JdbcDriver.MappedJdbcType[T, U]] performed by method any2Ensuring in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (mappedJdbcType: Ensuring[JdbcDriver.MappedJdbcType[T, U]]).x
    Definition Classes
    Ensuring
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use resultOfEnsuring instead

Inherited from JdbcDriver.JdbcType[T]

Inherited from TypedType[T]

Inherited from Type

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from JdbcDriver.MappedJdbcType[T, U] to StringAdd

Inherited by implicit conversion any2stringfmt from JdbcDriver.MappedJdbcType[T, U] to StringFormat

Inherited by implicit conversion any2ArrowAssoc from JdbcDriver.MappedJdbcType[T, U] to ArrowAssoc[JdbcDriver.MappedJdbcType[T, U]]

Inherited by implicit conversion any2Ensuring from JdbcDriver.MappedJdbcType[T, U] to Ensuring[JdbcDriver.MappedJdbcType[T, U]]

Ungrouped