abstract class Table[V[_[_]]] extends Base with LowPri[V]
In-code representation of a SQL table, associated with a given case class
V.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Table
- LowPri
- Base
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
- implicit def containerQr(implicit dialect: DialectTypeMappers): Row[V[Expr], V[Sc]]
- implicit def containerQr2(implicit dialect: DialectTypeMappers): Row[V[Column], V[Sc]]
- Definition Classes
- LowPri
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def escape: Boolean
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def schemaName: String
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def tableColumnNameOverride(s: String): String
Customizations to the column names of this table before processing, by Config.columnNameMapper.
- implicit def tableImplicitMetadata: ImplicitMetadata[V]
- def tableLabels: Seq[String]
- def tableMetadata: Metadata[V]
- Attributes
- protected
- def tableName: String
The name of this table, before processing by Config.tableNameMapper.
- def tableRef: TableRef
- Attributes
- protected
- implicit def tableSelf: Table[V]
- Attributes
- protected
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)