class BaseView9[T, A1, A2, A3, A4, A5, A6, A7, A8, A9] extends (FilterableViewsGenerateCodeComponent.this)#BaseView[A1, T]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- BaseView9
- BaseView
- BaseTable
- CustomTypeMappers
- Table
- AbstractTable
- Rep
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new BaseView9(tag: slick.jdbc.JdbcProfile.API.Tag, name: String, columnNames: Seq[String], apply: (A1, A2, A3, A4, A5, A6, A7, A8, A9) => T, unapply: (T) => Option[(A1, A2, A3, A4, A5, A6, A7, A8, A9)], 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], arg7: TypedType[A7], arg8: TypedType[A8], arg9: TypedType[A9], 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, _], s7: slick.jdbc.JdbcProfile.API.Shape[_ <: slick.jdbc.JdbcProfile.API.ShapeLevel, slick.jdbc.JdbcProfile.API.Rep[A7], A7, _], s8: slick.jdbc.JdbcProfile.API.Shape[_ <: slick.jdbc.JdbcProfile.API.ShapeLevel, slick.jdbc.JdbcProfile.API.Rep[A8], A8, _], s9: slick.jdbc.JdbcProfile.API.Shape[_ <: slick.jdbc.JdbcProfile.API.ShapeLevel, slick.jdbc.JdbcProfile.API.Rep[A9], A9, _])
Type Members
- final type TableElementType = T
- Definition Classes
- Table → AbstractTable
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- def *: ProvenShape[T]
- Definition Classes
- BaseView9 → AbstractTable
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val O: slick.jdbc.JdbcProfile.columnOptions.type
- Definition Classes
- Table
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def c1: Rep[A1]
- def c2: Rep[A2]
- def c3: Rep[A3]
- def c4: Rep[A4]
- def c5: Rep[A5]
- def c6: Rep[A6]
- def c7: Rep[A7]
- def c8: Rep[A8]
- def c9: Rep[A9]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def collectFieldSymbols(n: Node): Iterable[FieldSymbol]
- Attributes
- protected[this]
- Definition Classes
- AbstractTable
- def column[C](n: String, options: ColumnOption[C]*)(implicit tt: TypedType[C]): Rep[C]
- Definition Classes
- Table
- def columnByName(name: String): slick.jdbc.JdbcProfile.API.Rep[_]
find column by name
find column by name
- Definition Classes
- BaseView
- val columnNames: Seq[String]
- val columns: Seq[(String, (BaseView9.this.type) => slick.jdbc.JdbcProfile.API.Rep[_])]
- final def columnsNames: Seq[String]
- Definition Classes
- BaseView
- def create_*: Iterable[FieldSymbol]
- Definition Classes
- AbstractTable
- implicit val dateTimeMapper: slick.jdbc.JdbcProfile.API.BaseColumnType[DateTime]
- Definition Classes
- CustomTypeMappers
- implicit val durationTypeMapper: slick.jdbc.JdbcProfile.API.BaseColumnType[Duration]
- Definition Classes
- CustomTypeMappers
- def encodeRef(path: Node): AbstractTable[T]
- Definition Classes
- AbstractTable → Rep
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- 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
- final def foreignKeys: Iterable[ForeignKey]
- Definition Classes
- AbstractTable
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def id: Rep[A1]
column that is tread as view 'id' - it is use eg.
- def index[T](name: String, on: T, unique: Boolean)(implicit shape: Shape[_ <: FlatShapeLevel, T, _, _]): Index
- Definition Classes
- AbstractTable
- def indexes: Iterable[Index]
- Definition Classes
- AbstractTable
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- implicit val localDateMapper: slick.jdbc.JdbcProfile.API.BaseColumnType[LocalDate]
- Definition Classes
- CustomTypeMappers
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def primaryKey[T](name: String, sourceColumns: T)(implicit shape: Shape[_ <: FlatShapeLevel, T, _, _]): PrimaryKey
- Definition Classes
- AbstractTable
- final def primaryKeys: Iterable[PrimaryKey]
- Definition Classes
- AbstractTable
- val query: slick.jdbc.JdbcProfile.API.Query[_, T, Seq]
query that build this view
- val schemaName: Option[String]
- Definition Classes
- AbstractTable
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def tableConstraints: Iterator[Constraint]
- Definition Classes
- AbstractTable
- def tableIdentitySymbol: TableIdentitySymbol
- Definition Classes
- Table → AbstractTable
- val tableName: String
- Definition Classes
- AbstractTable
- lazy val tableNode: TableNode
- Definition Classes
- AbstractTable
- def tableProvider: RelationalProfile
- Definition Classes
- Table
- val tableTag: Tag
- Definition Classes
- AbstractTable
- def toNode: Node
- Definition Classes
- AbstractTable → Rep
- def toString(): String
- Definition Classes
- Rep → AnyRef → Any
- implicit val tupleShape: Shape[_ <: slick.jdbc.JdbcProfile.API.FlatShapeLevel, (Rep[A1], Rep[A2], Rep[A3], Rep[A4], Rep[A5], Rep[A6], Rep[A7], Rep[A8], Rep[A9]), (A1, A2, A3, A4, A5, A6, A7, A8, A9), _]
- val viewName: String
- Definition Classes
- BaseView
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()