org.virtuslab.beholder.views.FilterableViewsGenerateCode

BaseView15

class BaseView15[T, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15] extends BaseView[A1, T]

Linear Supertypes
BaseView[A1, T], unicorn.LongUnicornPlay.BaseTable[T], unicorn.LongUnicornPlay.CustomTypeMappers, scala.slick.driver.JdbcDriver.Table[T], AbstractTable[T], Rep[T], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. BaseView15
  2. BaseView
  3. BaseTable
  4. CustomTypeMappers
  5. Table
  6. AbstractTable
  7. Rep
  8. AnyRef
  9. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BaseView15(tag: Tag, name: String, columnNames: Seq[String], apply: (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15) ⇒ T, unapply: (T) ⇒ Option[(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15)], query: scala.slick.driver.JdbcProfile.SimpleQL.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], arg7: TypedType[A7], arg8: TypedType[A8], arg9: TypedType[A9], arg10: TypedType[A10], arg11: TypedType[A11], arg12: TypedType[A12], arg13: TypedType[A13], arg14: TypedType[A14], arg15: TypedType[A15])

Type Members

  1. final type TableElementType = T

    Definition Classes
    Table → AbstractTable

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    BaseView15 → AbstractTable
  5. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  6. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  7. val O: scala.slick.driver.JdbcDriver.columnOptions.type

    Definition Classes
    Table
  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def c1: Column[A1]

  10. def c10: Column[A10]

  11. def c11: Column[A11]

  12. def c12: Column[A12]

  13. def c13: Column[A13]

  14. def c14: Column[A14]

  15. def c15: Column[A15]

  16. def c2: Column[A2]

  17. def c3: Column[A3]

  18. def c4: Column[A4]

  19. def c5: Column[A5]

  20. def c6: Column[A6]

  21. def c7: Column[A7]

  22. def c8: Column[A8]

  23. def c9: Column[A9]

  24. def clone(): AnyRef

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

    Attributes
    protected[this]
    Definition Classes
    AbstractTable
  26. def column[C](n: String, options: ColumnOption[C]*)(implicit tm: TypedType[C]): Column[C]

    Definition Classes
    Table
  27. def columnByName[A](name: String): scala.slick.driver.JdbcProfile.SimpleQL.Column[_]

    find column by name

    find column by name

    name
    returns

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

  29. val columns: Map[String, (BaseView15.this.type) ⇒ Column[_]]

    Attributes
    protected
    Definition Classes
    BaseView15BaseView
  30. def create_*: Iterable[FieldSymbol]

    Definition Classes
    AbstractTable
  31. implicit val dateTimeMapper: scala.slick.driver.JdbcProfile.SimpleQL.BaseColumnType[DateTime]

    Definition Classes
    CustomTypeMappers
  32. implicit val durationTypeMapper: scala.slick.driver.JdbcProfile.SimpleQL.BaseColumnType[Duration]

    Definition Classes
    CustomTypeMappers
  33. def encodeRef(path: List[Symbol]): AbstractTable[T]

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

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  37. 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
  38. final def foreignKeys: Iterable[ForeignKey]

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

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

    Definition Classes
    AnyRef → Any
  41. def id: Column[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

    returns

    Definition Classes
    BaseView15BaseView
  42. def index[T](name: String, on: T, unique: Boolean)(implicit shape: Shape[_ <: FlatShapeLevel, T, _, _]): Index

    Definition Classes
    AbstractTable
  43. def indexes: Iterable[Index]

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

    Definition Classes
    Any
  45. implicit val localDateMapper: scala.slick.driver.JdbcProfile.SimpleQL.BaseColumnType[LocalDate]

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

    Definition Classes
    AnyRef
  47. final def notify(): Unit

    Definition Classes
    AnyRef
  48. final def notifyAll(): Unit

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

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

    Definition Classes
    AbstractTable
  51. val query: scala.slick.driver.JdbcProfile.SimpleQL.Query[_, T, Seq]

    query that build this view

    query that build this view

    returns

    Definition Classes
    BaseView15BaseView
  52. val schemaName: Option[String]

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

    Definition Classes
    AnyRef
  54. def tableConstraints: Iterator[Constraint]

    Definition Classes
    AbstractTable
  55. def tableIdentitySymbol: TableIdentitySymbol

    Definition Classes
    Table → AbstractTable
  56. val tableName: String

    Definition Classes
    AbstractTable
  57. lazy val tableNode: TableNode

    Definition Classes
    AbstractTable
  58. def tableProvider: RelationalDriver

    Definition Classes
    Table
  59. val tableTag: Tag

    Definition Classes
    AbstractTable
  60. def toNode: Node

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

    Definition Classes
    AnyRef → Any
  62. val viewName: String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from BaseView[A1, T]

Inherited from unicorn.LongUnicornPlay.BaseTable[T]

Inherited from unicorn.LongUnicornPlay.CustomTypeMappers

Inherited from scala.slick.driver.JdbcDriver.Table[T]

Inherited from AbstractTable[T]

Inherited from Rep[T]

Inherited from AnyRef

Inherited from Any

Ungrouped