easysql.ast.table
package easysql.ast.table
Members list
Type members
Classlikes
case class SqlIdentTable(tableName: String, alias: Option[String]) extends SqlTable
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait SqlTableclass Objecttrait Matchableclass AnyShow all
case class SqlJoinTable(left: SqlTable, joinType: SqlJoinType, right: SqlTable, on: Option[SqlExpr]) extends SqlTable
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait SqlTableclass Objecttrait Matchableclass AnyShow all
Attributes
- Supertypes
-
trait Enumtrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
case class SqlSubQueryTable(query: SqlQuery, lateral: Boolean, alias: Option[String]) extends SqlTable
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait SqlTableclass Objecttrait Matchableclass AnyShow all
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
In this article