easysql.ast.table

Members list

Concise view

Type members

Classlikes

case class SqlIdentTable(tableName: String, alias: Option[String]) extends SqlTable

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait SqlTable
class Object
trait Matchable
class Any
case class SqlJoinTable(left: SqlTable, joinType: SqlJoinType, right: SqlTable, on: Option[SqlExpr]) extends SqlTable

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait SqlTable
class Object
trait Matchable
class Any
enum SqlJoinType(val joinType: String)

Attributes

Graph
Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
case class SqlSubQueryTable(query: SqlQuery, lateral: Boolean, alias: Option[String]) extends SqlTable

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait SqlTable
class Object
trait Matchable
class Any
sealed trait SqlTable

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes