FromTable

dataprism.sharedast.SelectAst.From.FromTable
case class FromTable[Codec[_]](table: String, alias: Option[String]) extends From[Codec]

Attributes

Source
SharedSqlAst.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait From[Codec]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product