Trait

com.github.tminglei.slickpg

PgEnumSupport

Related Doc: package slickpg

Permalink

trait PgEnumSupport extends PgEnumExtensions with PgArrayJdbcTypes

Self Type
PgEnumSupport with PostgresProfile
Linear Supertypes
PgArrayJdbcTypes, PgEnumExtensions, JdbcTypesComponent, RelationalTypesComponent, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PgEnumSupport
  2. PgArrayJdbcTypes
  3. PgEnumExtensions
  4. JdbcTypesComponent
  5. RelationalTypesComponent
  6. AnyRef
  7. 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] <: (PgEnumSupport.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: (PgEnumSupport.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 createEnumColumnExtensionMethodsBuilder[T](implicit tm: JdbcType[T], tm1: JdbcType[List[T]]): (slick.jdbc.JdbcProfile.API.Rep[T]) ⇒ (PgEnumSupport.this)#EnumColumnExtensionMethods[T, T]

    Permalink
  8. def createEnumColumnExtensionMethodsBuilder[T <: Enumeration](enumObject: T)(implicit tm: JdbcType[createEnumColumnExtensionMethodsBuilder.T.Value], tm1: JdbcType[List[createEnumColumnExtensionMethodsBuilder.T.Value]]): (slick.jdbc.JdbcProfile.API.Rep[createEnumColumnExtensionMethodsBuilder.T.Value]) ⇒ (PgEnumSupport.this)#EnumColumnExtensionMethods[createEnumColumnExtensionMethodsBuilder.T.Value, createEnumColumnExtensionMethodsBuilder.T.Value]

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

    Permalink
  10. def createEnumJdbcType[T <: Enumeration](sqlEnumTypeName: String, enumObject: T, quoteName: Boolean = false)(implicit tag: ClassTag[createEnumJdbcType.T.Value]): JdbcType[createEnumJdbcType.T.Value]

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

    Permalink
  12. def createEnumListJdbcType[T <: Enumeration](sqlEnumTypeName: String, enumObject: T, quoteName: Boolean = false)(implicit tag: ClassTag[List[createEnumListJdbcType.T.Value]]): JdbcType[List[createEnumListJdbcType.T.Value]]

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

    Permalink
  14. def createEnumOptionColumnExtensionMethodsBuilder[T <: Enumeration](enumObject: T)(implicit tm: JdbcType[createEnumOptionColumnExtensionMethodsBuilder.T.Value], tm1: JdbcType[List[createEnumOptionColumnExtensionMethodsBuilder.T.Value]]): (slick.jdbc.JdbcProfile.API.Rep[Option[createEnumOptionColumnExtensionMethodsBuilder.T.Value]]) ⇒ (PgEnumSupport.this)#EnumColumnExtensionMethods[createEnumOptionColumnExtensionMethodsBuilder.T.Value, Option[createEnumOptionColumnExtensionMethodsBuilder.T.Value]]

    Permalink
  15. def defaultSqlTypeName(tmd: JdbcType[_], sym: Option[FieldSymbol]): String

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Inherited from PgArrayJdbcTypes

Inherited from PgEnumExtensions

Inherited from JdbcTypesComponent

Inherited from RelationalTypesComponent

Inherited from AnyRef

Inherited from Any

Ungrouped