class BaseView4[T, A1, A2, A3, A4] extends (FilterableViewsGenerateCodeComponent.this)#BaseView[A1, T]

Linear Supertypes
(FilterableViewsGenerateCodeComponent.this)#BaseView[A1, T], unicorn.UnicornPlay.BaseTable[T], unicorn.UnicornPlay.CustomTypeMappers, slick.jdbc.JdbcProfile.Table[T], AbstractTable[T], Rep[T], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BaseView4
  2. BaseView
  3. BaseTable
  4. CustomTypeMappers
  5. Table
  6. AbstractTable
  7. Rep
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BaseView4(tag: slick.jdbc.JdbcProfile.API.Tag, name: String, columnNames: Seq[String], apply: (A1, A2, A3, A4) ⇒ T, unapply: (T) ⇒ Option[(A1, A2, A3, A4)], query: slick.jdbc.JdbcProfile.API.Query[_, T, Seq])(implicit arg0: ClassTag[T], arg1: TypedType[A1], arg2: TypedType[A2], arg3: TypedType[A3], arg4: TypedType[A4], s1: slick.jdbc.JdbcProfile.API.Shape[_ <: slick.jdbc.JdbcProfile.API.ShapeLevel, slick.jdbc.JdbcProfile.API.Rep[A1], A1, _], s2: slick.jdbc.JdbcProfile.API.Shape[_ <: slick.jdbc.JdbcProfile.API.ShapeLevel, slick.jdbc.JdbcProfile.API.Rep[A2], A2, _], s3: slick.jdbc.JdbcProfile.API.Shape[_ <: slick.jdbc.JdbcProfile.API.ShapeLevel, slick.jdbc.JdbcProfile.API.Rep[A3], A3, _], s4: slick.jdbc.JdbcProfile.API.Shape[_ <: slick.jdbc.JdbcProfile.API.ShapeLevel, slick.jdbc.JdbcProfile.API.Rep[A4], A4, _])

Type Members

  1. final type TableElementType = T
    Definition Classes
    Table → AbstractTable

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def *: ProvenShape[T]
    Definition Classes
    BaseView4 → AbstractTable
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. val O: slick.jdbc.JdbcProfile.columnOptions.type
    Definition Classes
    Table
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def c1: Rep[A1]
  8. def c2: Rep[A2]
  9. def c3: Rep[A3]
  10. def c4: Rep[A4]
  11. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  12. def collectFieldSymbols(n: Node): Iterable[FieldSymbol]
    Attributes
    protected[this]
    Definition Classes
    AbstractTable
  13. def column[C](n: String, options: ColumnOption[C]*)(implicit tt: TypedType[C]): Rep[C]
    Definition Classes
    Table
  14. def columnByName(name: String): slick.jdbc.JdbcProfile.API.Rep[_]

    find column by name

    find column by name

    Definition Classes
    BaseView
  15. val columnNames: Seq[String]
  16. val columns: Seq[(String, (BaseView4.this.type) ⇒ slick.jdbc.JdbcProfile.API.Rep[_])]

    Attributes
    protected
    Definition Classes
    BaseView4BaseView
  17. final def columnsNames: Seq[String]
    Definition Classes
    BaseView
  18. def create_*: Iterable[FieldSymbol]
    Definition Classes
    AbstractTable
  19. implicit val dateTimeMapper: slick.jdbc.JdbcProfile.API.BaseColumnType[DateTime]
    Definition Classes
    CustomTypeMappers
  20. implicit val durationTypeMapper: slick.jdbc.JdbcProfile.API.BaseColumnType[Duration]
    Definition Classes
    CustomTypeMappers
  21. def encodeRef(path: Node): AbstractTable[T]
    Definition Classes
    AbstractTable → Rep
  22. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  24. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  25. def foreignKey[P, PU, TT <: AbstractTable[_], U](name: String, sourceColumns: P, targetTableQuery: TableQuery[TT])(targetColumns: (TT) ⇒ P, onUpdate: ForeignKeyAction, onDelete: ForeignKeyAction)(implicit unpack: Shape[_ <: FlatShapeLevel, TT, U, _], unpackp: Shape[_ <: FlatShapeLevel, P, PU, _]): ForeignKeyQuery[TT, U]
    Definition Classes
    AbstractTable
  26. final def foreignKeys: Iterable[ForeignKey]
    Definition Classes
    AbstractTable
  27. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  28. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  29. def id: Rep[A1]

    column that is tread as view 'id' - it is use eg.

    column that is tread as view 'id' - it is use eg. for default sort

    Definition Classes
    BaseView4BaseView
  30. def index[T](name: String, on: T, unique: Boolean)(implicit shape: Shape[_ <: FlatShapeLevel, T, _, _]): Index
    Definition Classes
    AbstractTable
  31. def indexes: Iterable[Index]
    Definition Classes
    AbstractTable
  32. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  33. implicit val localDateMapper: slick.jdbc.JdbcProfile.API.BaseColumnType[LocalDate]
    Definition Classes
    CustomTypeMappers
  34. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  35. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  36. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  37. def primaryKey[T](name: String, sourceColumns: T)(implicit shape: Shape[_ <: FlatShapeLevel, T, _, _]): PrimaryKey
    Definition Classes
    AbstractTable
  38. final def primaryKeys: Iterable[PrimaryKey]
    Definition Classes
    AbstractTable
  39. val query: slick.jdbc.JdbcProfile.API.Query[_, T, Seq]

    query that build this view

    query that build this view

    Definition Classes
    BaseView4BaseView
  40. val schemaName: Option[String]
    Definition Classes
    AbstractTable
  41. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  42. def tableConstraints: Iterator[Constraint]
    Definition Classes
    AbstractTable
  43. def tableIdentitySymbol: TableIdentitySymbol
    Definition Classes
    Table → AbstractTable
  44. val tableName: String
    Definition Classes
    AbstractTable
  45. lazy val tableNode: TableNode
    Definition Classes
    AbstractTable
  46. def tableProvider: RelationalProfile
    Definition Classes
    Table
  47. val tableTag: Tag
    Definition Classes
    AbstractTable
  48. def toNode: Node
    Definition Classes
    AbstractTable → Rep
  49. def toString(): String
    Definition Classes
    Rep → AnyRef → Any
  50. implicit val tupleShape: Shape[_ <: slick.jdbc.JdbcProfile.API.FlatShapeLevel, (Rep[A1], Rep[A2], Rep[A3], Rep[A4]), (A1, A2, A3, A4), _]
  51. val viewName: String
    Definition Classes
    BaseView
  52. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  53. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  54. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from (FilterableViewsGenerateCodeComponent.this)#BaseView[A1, T]

Inherited from unicorn.UnicornPlay.BaseTable[T]

Inherited from unicorn.UnicornPlay.CustomTypeMappers

Inherited from slick.jdbc.JdbcProfile.Table[T]

Inherited from AbstractTable[T]

Inherited from Rep[T]

Inherited from AnyRef

Inherited from Any

Ungrouped