Packages

class Orders extends slick.jdbc.JdbcProfile.JdbcAPI.Table[(Int, Int, String, Boolean, Option[Boolean])]

Source
JdbcMetaTest.scala
Linear Supertypes
slick.jdbc.JdbcProfile.Table[(Int, Int, String, Boolean, Option[Boolean])], AbstractTable[(Int, Int, String, Boolean, Option[Boolean])], Rep[(Int, Int, String, Boolean, Option[Boolean])], AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Orders
  2. Table
  3. AbstractTable
  4. Rep
  5. AnyRef
  6. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Orders(tag: slick.jdbc.JdbcProfile.JdbcAPI.Tag)

Type Members

  1. final type TableElementType = (Int, Int, String, Boolean, Option[Boolean])
    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[(Int, Int, String, Boolean, Option[Boolean])]
    Definition Classes
    Orders → AbstractTable
  4. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from Orders toany2stringadd[Orders] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  5. def ->[B](y: B): (Orders, B)
    Implicit
    This member is added by an implicit conversion from Orders toArrowAssoc[Orders] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  6. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  7. val O: slick.jdbc.JdbcProfile.columnOptions.type
    Definition Classes
    Table
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
  10. def collectFieldSymbols(n: Node): Iterable[FieldSymbol]
    Attributes
    protected[this]
    Definition Classes
    AbstractTable
  11. def column[C](n: String, options: ColumnOption[C]*)(implicit tt: TypedType[C]): Rep[C]
    Definition Classes
    Table
  12. def create_*: Iterable[FieldSymbol]
    Definition Classes
    AbstractTable
  13. def encodeRef(path: Node): AbstractTable[(Int, Int, String, Boolean, Option[Boolean])]
    Definition Classes
    AbstractTable → Rep
  14. def ensuring(cond: (Orders) => Boolean, msg: => Any): Orders
    Implicit
    This member is added by an implicit conversion from Orders toEnsuring[Orders] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: (Orders) => Boolean): Orders
    Implicit
    This member is added by an implicit conversion from Orders toEnsuring[Orders] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. def ensuring(cond: Boolean, msg: => Any): Orders
    Implicit
    This member is added by an implicit conversion from Orders toEnsuring[Orders] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. def ensuring(cond: Boolean): Orders
    Implicit
    This member is added by an implicit conversion from Orders toEnsuring[Orders] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  18. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  20. 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
  21. final def foreignKeys: Iterable[ForeignKey]
    Definition Classes
    AbstractTable
  22. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  23. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  24. def index[A](name: String, on: A, unique: Boolean)(implicit shape: Shape[_ <: FlatShapeLevel, A, _, _]): Index
    Definition Classes
    AbstractTable
  25. def indexes: Iterable[Index]
    Definition Classes
    AbstractTable
  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  30. def orderID: Rep[Int]
  31. def primaryKey[A](name: String, sourceColumns: A)(implicit shape: Shape[_ <: FlatShapeLevel, A, _, _]): PrimaryKey
    Definition Classes
    AbstractTable
  32. final def primaryKeys: Iterable[PrimaryKey]
    Definition Classes
    AbstractTable
  33. def product: Rep[String]
  34. def rebate: Rep[Option[Boolean]]
  35. val schemaName: Option[String]
    Definition Classes
    AbstractTable
  36. def shipped: Rep[Boolean]
  37. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  38. def tableConstraints: Iterator[Constraint]
    Definition Classes
    AbstractTable
  39. def tableIdentitySymbol: TableIdentitySymbol
    Definition Classes
    Table → AbstractTable
  40. val tableName: String
    Definition Classes
    AbstractTable
  41. lazy val tableNode: TableNode
    Definition Classes
    AbstractTable
  42. def tableProvider: RelationalProfile
    Definition Classes
    Table
  43. val tableTag: Tag
    Definition Classes
    AbstractTable
  44. def toNode: Node
    Definition Classes
    AbstractTable → Rep
  45. def toString(): String
    Definition Classes
    Rep → AnyRef → Any
  46. def userFK: ForeignKeyQuery[Users, (Int, String, Option[String])]
  47. def userID: Rep[Int]
  48. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  49. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  50. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

  2. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from Orders toStringFormat[Orders] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

  3. def [B](y: B): (Orders, B)
    Implicit
    This member is added by an implicit conversion from Orders toArrowAssoc[Orders] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

Inherited from slick.jdbc.JdbcProfile.Table[(Int, Int, String, Boolean, Option[Boolean])]

Inherited from AbstractTable[(Int, Int, String, Boolean, Option[Boolean])]

Inherited from Rep[(Int, Int, String, Boolean, Option[Boolean])]

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd fromOrders to any2stringadd[Orders]

Inherited by implicit conversion StringFormat fromOrders to StringFormat[Orders]

Inherited by implicit conversion Ensuring fromOrders to Ensuring[Orders]

Inherited by implicit conversion ArrowAssoc fromOrders to ArrowAssoc[Orders]

Ungrouped