AliasedTableDefinition
doobie.AliasedTableDefinition
case class AliasedTableDefinition[T <: TableDefinition](name: Fragment, alias: String, original: T) extends TableName
Result of TableDefinition.as.
Value parameters
- alias
-
the alias of the table, for example "u".
- name
-
the name of the table with the alias, for example "users AS u".
- original
-
the original TableDefinition.
Attributes
- Source
- TableDefinition.scala
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait TableNameclass Objecttrait Matchableclass Any
Members list
In this article