org.virtuslab.beholder.views.FilterableViewsGenerateCode

BaseView16

class BaseView16[T, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16] 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. BaseView16
  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 BaseView16(tag: Tag, name: String, columnNames: Seq[String], apply: (A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16) ⇒ T, unapply: (T) ⇒ Option[(A1, A2, A3, A4, A5, A6, A7, A8, A9, A10, A11, A12, A13, A14, A15, A16)], 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], arg16: TypedType[A16])

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
    BaseView16 → 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 c16: Column[A16]

  17. def c2: Column[A2]

  18. def c3: Column[A3]

  19. def c4: Column[A4]

  20. def c5: Column[A5]

  21. def c6: Column[A6]

  22. def c7: Column[A7]

  23. def c8: Column[A8]

  24. def c9: Column[A9]

  25. def clone(): AnyRef

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

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

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

    find column by name

    find column by name

    name
    returns

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

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

    Attributes
    protected
    Definition Classes
    BaseView16BaseView
  31. def create_*: Iterable[FieldSymbol]

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

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

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

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

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

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

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

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

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

    Definition Classes
    AnyRef → Any
  42. 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
    BaseView16BaseView
  43. def index[T](name: String, on: T, unique: Boolean)(implicit shape: Shape[_ <: FlatShapeLevel, T, _, _]): Index

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

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

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

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

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

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

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

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

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

    query that build this view

    query that build this view

    returns

    Definition Classes
    BaseView16BaseView
  53. val schemaName: Option[String]

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

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

    Definition Classes
    AbstractTable
  56. def tableIdentitySymbol: TableIdentitySymbol

    Definition Classes
    Table → AbstractTable
  57. val tableName: String

    Definition Classes
    AbstractTable
  58. lazy val tableNode: TableNode

    Definition Classes
    AbstractTable
  59. def tableProvider: RelationalDriver

    Definition Classes
    Table
  60. val tableTag: Tag

    Definition Classes
    AbstractTable
  61. def toNode: Node

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

    Definition Classes
    AnyRef → Any
  63. val viewName: String

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  66. 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