Packages

trait JdbcTypesComponent extends RelationalTypesComponent

Self Type
JdbcProfile
Source
JdbcTypesComponent.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JdbcTypesComponent
  2. RelationalTypesComponent
  3. AnyRef
  4. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. abstract type BaseColumnType[T] <: JdbcProfile.ColumnType[T] with BaseTypedType[T]
    Definition Classes
    RelationalTypesComponent
  2. abstract type ColumnType[T] <: TypedType[T]
    Definition Classes
    RelationalTypesComponent
  3. abstract class DriverJdbcType[T] extends JdbcType[T]
  4. trait ImplicitColumnTypes extends JdbcProfile.ImplicitColumnTypes
  5. class JdbcTypes extends AnyRef
  6. abstract class MappedJdbcType[T, U] extends JdbcType[T]
  7. trait MappedColumnTypeFactory extends AnyRef
    Definition Classes
    RelationalTypesComponent

Abstract Value Members

  1. abstract val MappedColumnType: JdbcProfile.MappedColumnTypeFactory
    Definition Classes
    RelationalTypesComponent

Concrete Value Members

  1. def defaultSqlTypeName(tmd: JdbcType[_], sym: Option[FieldSymbol]): String
  2. def jdbcTypeFor(t: Type): JdbcType[Any]
  3. object JdbcType
  4. object MappedJdbcType extends JdbcProfile.MappedColumnTypeFactory