Trait

io.teamscala.slick.pg

PgEnumSupportFixed

Related Doc: package pg

Permalink

trait PgEnumSupportFixed extends PgEnumSupport

Self Type
PgEnumSupportFixed with PostgresProfile
Linear Supertypes
PgEnumSupport, PgArrayJdbcTypes, PgEnumExtensions, JdbcTypesComponent, RelationalTypesComponent, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PgEnumSupportFixed
  2. PgEnumSupport
  3. PgArrayJdbcTypes
  4. PgEnumExtensions
  5. JdbcTypesComponent
  6. RelationalTypesComponent
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class AdvancedArrayJdbcType[T] extends (PgArrayJdbcTypes.this)#DriverJdbcType[Seq[T]]

    Permalink
    Definition Classes
    PgArrayJdbcTypes
  2. abstract type BaseColumnType[T] <: (PgEnumSupportFixed.this)#ColumnType[T] with BaseTypedType[T]

    Permalink
    Definition Classes
    RelationalTypesComponent
  3. abstract type ColumnType[T] <: TypedType[T]

    Permalink
    Definition Classes
    RelationalTypesComponent
  4. abstract class DriverJdbcType[T] extends JdbcType[T]

    Permalink
    Definition Classes
    JdbcTypesComponent
  5. sealed trait ElemWitness[T] extends AnyRef

    Permalink
    Definition Classes
    PgArrayJdbcTypes
  6. class EnumColumnExtensionMethods[B0, P1] extends ExtensionMethods[B0, P1]

    Permalink
    Definition Classes
    PgEnumExtensions
  7. trait ImplicitColumnTypes extends slick.jdbc.JdbcProfile.ImplicitColumnTypes

    Permalink
    Definition Classes
    JdbcTypesComponent
  8. class JdbcTypes extends AnyRef

    Permalink
    Definition Classes
    JdbcTypesComponent
  9. trait MappedColumnTypeFactory extends AnyRef

    Permalink
    Definition Classes
    RelationalTypesComponent
  10. abstract class MappedJdbcType[T, U] extends JdbcType[T]

    Permalink
    Definition Classes
    JdbcTypesComponent
  11. class SimpleArrayJdbcType[T] extends (PgArrayJdbcTypes.this)#DriverJdbcType[Seq[T]]

    Permalink
    Definition Classes
    PgArrayJdbcTypes

Abstract Value Members

  1. abstract val MappedColumnType: (PgEnumSupportFixed.this)#MappedColumnTypeFactory

    Permalink
    Definition Classes
    RelationalTypesComponent

Concrete Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. object ElemWitness

    Permalink
    Definition Classes
    PgArrayJdbcTypes
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def createEnumArrayJdbcType[T](sqlEnumTypeName: String, enumToString: (T) ⇒ String, stringToEnum: (String) ⇒ T, quoteName: Boolean)(implicit arg0: ClassTag[T]): (PgEnumSupportFixed.this)#AdvancedArrayJdbcType[T]

    Permalink
  8. def createEnumArrayJdbcType[T <: Enumeration](sqlEnumTypeName: String, enumObject: T, quoteName: Boolean = false): (PgEnumSupportFixed.this)#AdvancedArrayJdbcType[createEnumArrayJdbcType.T.Value]

    Permalink
  9. def createEnumColumnExtensionMethodsBuilder[T](implicit tm: JdbcType[T], tm1: JdbcType[List[T]]): (slick.jdbc.JdbcProfile.API.Rep[T]) ⇒ (PgEnumSupportFixed.this)#EnumColumnExtensionMethods[T, T]

    Permalink
    Definition Classes
    PgEnumSupport
  10. def createEnumColumnExtensionMethodsBuilder[T <: Enumeration](enumObject: T)(implicit tm: JdbcType[com.github.tminglei.slickpg.PgEnumSupport.createEnumColumnExtensionMethodsBuilder.T.Value], tm1: JdbcType[List[com.github.tminglei.slickpg.PgEnumSupport.createEnumColumnExtensionMethodsBuilder.T.Value]]): (slick.jdbc.JdbcProfile.API.Rep[com.github.tminglei.slickpg.PgEnumSupport.createEnumColumnExtensionMethodsBuilder.T.Value]) ⇒ (PgEnumSupportFixed.this)#EnumColumnExtensionMethods[com.github.tminglei.slickpg.PgEnumSupport.createEnumColumnExtensionMethodsBuilder.T.Value, com.github.tminglei.slickpg.PgEnumSupport.createEnumColumnExtensionMethodsBuilder.T.Value]

    Permalink
    Definition Classes
    PgEnumSupport
  11. def createEnumJdbcType[T](sqlEnumTypeName: String, enumToString: (T) ⇒ String, stringToEnum: (String) ⇒ T, quoteName: Boolean)(implicit tag: ClassTag[T]): JdbcType[T]

    Permalink
    Definition Classes
    PgEnumSupport
  12. def createEnumJdbcType[T <: Enumeration](sqlEnumTypeName: String, enumObject: T, quoteName: Boolean)(implicit tag: ClassTag[com.github.tminglei.slickpg.PgEnumSupport.createEnumJdbcType.T.Value]): JdbcType[com.github.tminglei.slickpg.PgEnumSupport.createEnumJdbcType.T.Value]

    Permalink
    Definition Classes
    PgEnumSupport
  13. def createEnumJdbcTypeWithArrayJdbcType[T](sqlEnumTypeName: String, enumToString: (T) ⇒ String, stringToEnum: (String) ⇒ T, quoteName: Boolean)(implicit arg0: ClassTag[T]): (JdbcType[T], (PgEnumSupportFixed.this)#AdvancedArrayJdbcType[T])

    Permalink
  14. def createEnumJdbcTypeWithArrayJdbcType[T <: Enumeration](sqlEnumTypeName: String, enumObject: T, quoteName: Boolean = false)(implicit tag: ClassTag[createEnumJdbcTypeWithArrayJdbcType.T.Value]): (JdbcType[createEnumJdbcTypeWithArrayJdbcType.T.Value], (PgEnumSupportFixed.this)#AdvancedArrayJdbcType[createEnumJdbcTypeWithArrayJdbcType.T.Value])

    Permalink
  15. def createEnumListJdbcType[T](sqlEnumTypeName: String, enumToString: (T) ⇒ String, stringToEnum: (String) ⇒ T, quoteName: Boolean)(implicit tag: ClassTag[T]): JdbcType[List[T]]

    Permalink
    Definition Classes
    PgEnumSupport
  16. def createEnumListJdbcType[T <: Enumeration](sqlEnumTypeName: String, enumObject: T, quoteName: Boolean)(implicit tag: ClassTag[List[com.github.tminglei.slickpg.PgEnumSupport.createEnumListJdbcType.T.Value]]): JdbcType[List[com.github.tminglei.slickpg.PgEnumSupport.createEnumListJdbcType.T.Value]]

    Permalink
    Definition Classes
    PgEnumSupport
  17. def createEnumOptionColumnExtensionMethodsBuilder[T](implicit tm: JdbcType[T], tm1: JdbcType[List[T]]): (slick.jdbc.JdbcProfile.API.Rep[Option[T]]) ⇒ (PgEnumSupportFixed.this)#EnumColumnExtensionMethods[T, Option[T]]

    Permalink
    Definition Classes
    PgEnumSupport
  18. def createEnumOptionColumnExtensionMethodsBuilder[T <: Enumeration](enumObject: T)(implicit tm: JdbcType[com.github.tminglei.slickpg.PgEnumSupport.createEnumOptionColumnExtensionMethodsBuilder.T.Value], tm1: JdbcType[List[com.github.tminglei.slickpg.PgEnumSupport.createEnumOptionColumnExtensionMethodsBuilder.T.Value]]): (slick.jdbc.JdbcProfile.API.Rep[Option[com.github.tminglei.slickpg.PgEnumSupport.createEnumOptionColumnExtensionMethodsBuilder.T.Value]]) ⇒ (PgEnumSupportFixed.this)#EnumColumnExtensionMethods[com.github.tminglei.slickpg.PgEnumSupport.createEnumOptionColumnExtensionMethodsBuilder.T.Value, Option[com.github.tminglei.slickpg.PgEnumSupport.createEnumOptionColumnExtensionMethodsBuilder.T.Value]]

    Permalink
    Definition Classes
    PgEnumSupport
  19. def defaultSqlTypeName(tmd: JdbcType[_], sym: Option[FieldSymbol]): String

    Permalink
    Definition Classes
    JdbcTypesComponent
  20. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  23. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  24. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  26. def jdbcTypeFor(t: Type): JdbcType[Any]

    Permalink
    Definition Classes
    JdbcTypesComponent
  27. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  28. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  29. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  30. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  31. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  32. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from PgEnumSupport

Inherited from PgArrayJdbcTypes

Inherited from PgEnumExtensions

Inherited from JdbcTypesComponent

Inherited from RelationalTypesComponent

Inherited from AnyRef

Inherited from Any

Ungrouped