Class

org.virtuslab.beholder.views.FilterableViewsGenerateCodeComponent

BaseView6

Related Doc: package FilterableViewsGenerateCodeComponent

Permalink

class BaseView6[T, A1, A2, A3, A4, A5, A6] 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. BaseView6
  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 BaseView6(tag: slick.jdbc.JdbcProfile.API.Tag, name: String, columnNames: Seq[String], apply: (A1, A2, A3, A4, A5, A6) ⇒ T, unapply: (T) ⇒ Option[(A1, A2, A3, A4, A5, A6)], query: slick.jdbc.JdbcProfile.API.Query[_, T, Seq])(implicit arg0: ClassTag[T], arg1: TypedType[A1], arg2: TypedType[A2], arg3: TypedType[A3], arg4: TypedType[A4], arg5: TypedType[A5], arg6: TypedType[A6], 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, _], s5: slick.jdbc.JdbcProfile.API.Shape[_ <: slick.jdbc.JdbcProfile.API.ShapeLevel, slick.jdbc.JdbcProfile.API.Rep[A5], A5, _], s6: slick.jdbc.JdbcProfile.API.Shape[_ <: slick.jdbc.JdbcProfile.API.ShapeLevel, slick.jdbc.JdbcProfile.API.Rep[A6], A6, _])

    Permalink

Type Members

  1. final type TableElementType = T

    Permalink
    Definition Classes
    Table → AbstractTable

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. def *: ProvenShape[T]

    Permalink
    Definition Classes
    BaseView6 → AbstractTable
  4. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  5. val O: slick.jdbc.JdbcProfile.columnOptions.type

    Permalink
    Definition Classes
    Table
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def c1: Rep[A1]

    Permalink
  8. def c2: Rep[A2]

    Permalink
  9. def c3: Rep[A3]

    Permalink
  10. def c4: Rep[A4]

    Permalink
  11. def c5: Rep[A5]

    Permalink
  12. def c6: Rep[A6]

    Permalink
  13. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. def collectFieldSymbols(n: Node): Iterable[FieldSymbol]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    AbstractTable
  15. def column[C](n: String, options: ColumnOption[C]*)(implicit tt: TypedType[C]): Rep[C]

    Permalink
    Definition Classes
    Table
  16. def columnByName(name: String): slick.jdbc.JdbcProfile.API.Rep[_]

    Permalink

    find column by name

    find column by name

    Definition Classes
    BaseView
  17. val columnNames: Seq[String]

    Permalink
  18. val columns: Seq[(String, (BaseView6.this.type) ⇒ slick.jdbc.JdbcProfile.API.Rep[_])]

    Permalink

    Attributes
    protected
    Definition Classes
    BaseView6BaseView
  19. final def columnsNames: Seq[String]

    Permalink
    Definition Classes
    BaseView
  20. def create_*: Iterable[FieldSymbol]

    Permalink
    Definition Classes
    AbstractTable
  21. implicit val dateTimeMapper: slick.jdbc.JdbcProfile.API.BaseColumnType[DateTime]

    Permalink
    Definition Classes
    CustomTypeMappers
  22. implicit val durationTypeMapper: slick.jdbc.JdbcProfile.API.BaseColumnType[Duration]

    Permalink
    Definition Classes
    CustomTypeMappers
  23. def encodeRef(path: Node): AbstractTable[T]

    Permalink
    Definition Classes
    AbstractTable → Rep
  24. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  27. 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]

    Permalink
    Definition Classes
    AbstractTable
  28. final def foreignKeys: Iterable[ForeignKey]

    Permalink
    Definition Classes
    AbstractTable
  29. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  31. def id: Rep[A1]

    Permalink

    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
    BaseView6BaseView
  32. def index[T](name: String, on: T, unique: Boolean)(implicit shape: Shape[_ <: FlatShapeLevel, T, _, _]): Index

    Permalink
    Definition Classes
    AbstractTable
  33. def indexes: Iterable[Index]

    Permalink
    Definition Classes
    AbstractTable
  34. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  35. implicit val localDateMapper: slick.jdbc.JdbcProfile.API.BaseColumnType[LocalDate]

    Permalink
    Definition Classes
    CustomTypeMappers
  36. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  39. def primaryKey[T](name: String, sourceColumns: T)(implicit shape: Shape[_ <: FlatShapeLevel, T, _, _]): PrimaryKey

    Permalink
    Definition Classes
    AbstractTable
  40. final def primaryKeys: Iterable[PrimaryKey]

    Permalink
    Definition Classes
    AbstractTable
  41. val query: slick.jdbc.JdbcProfile.API.Query[_, T, Seq]

    Permalink

    query that build this view

    query that build this view

    Definition Classes
    BaseView6BaseView
  42. val schemaName: Option[String]

    Permalink
    Definition Classes
    AbstractTable
  43. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  44. def tableConstraints: Iterator[Constraint]

    Permalink
    Definition Classes
    AbstractTable
  45. def tableIdentitySymbol: TableIdentitySymbol

    Permalink
    Definition Classes
    Table → AbstractTable
  46. val tableName: String

    Permalink
    Definition Classes
    AbstractTable
  47. lazy val tableNode: TableNode

    Permalink
    Definition Classes
    AbstractTable
  48. def tableProvider: RelationalProfile

    Permalink
    Definition Classes
    Table
  49. val tableTag: Tag

    Permalink
    Definition Classes
    AbstractTable
  50. def toNode: Node

    Permalink
    Definition Classes
    AbstractTable → Rep
  51. def toString(): String

    Permalink
    Definition Classes
    Rep → AnyRef → Any
  52. implicit val tupleShape: Shape[_ <: slick.jdbc.JdbcProfile.API.FlatShapeLevel, (Rep[A1], Rep[A2], Rep[A3], Rep[A4], Rep[A5], Rep[A6]), (A1, A2, A3, A4, A5, A6), _]

    Permalink
  53. val viewName: String

    Permalink

    name of view

    name of view

    Definition Classes
    BaseView
  54. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @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