Table

scalasql.query.Table
See theTable companion class
object Table

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Table.type

Members list

Type members

Classlikes

trait Base

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Table[V]
case class ImplicitMetadata[V[_[_]]](value: Metadata[V])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Internal

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Internal.type
trait LowPri[V[_[_]]]

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Table[V]
Self type
Table[V]
class Metadata[V[_[_]]](val queryables: (DialectTypeMappers, Int) => Row[_, _], val walkLabels0: () => Seq[String], val queryable: (() => Seq[String], DialectTypeMappers, QueryableProxy) => Queryable[V[Expr], V[Sc]], val vExpr0: (TableRef, DialectTypeMappers, QueryableProxy) => V[Column])

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
object Metadata extends TableMacros

Attributes

Companion
class
Supertypes
trait TableMacros
class Object
trait Matchable
class Any
Self type
Metadata.type

Value members

Concrete methods

def columnNameOverride[V[_[_]]](t: Base)(s: String): String
def labels(t: Base): Seq[String]
def metadata[V[_[_]]](t: Table[V]): Metadata[V]
def name(t: Base): String
def ref[V[_[_]]](t: Table[V]): TableRef