SubqueryRef

scalasql.query.SubqueryRef
See theSubqueryRef companion object
class SubqueryRef(val value: Wrapped) extends From

Models a subquery: a SELECT, VALUES, nested WITH, etc.

Attributes

Companion
object
Graph
Supertypes
trait From
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def fromExprAliases(prevContext: Context): Seq[(Identity, SqlStr)]

A mapping of any aliased Expr that this From produces along with their rendered SqlStrs

A mapping of any aliased Expr that this From produces along with their rendered SqlStrs

Attributes

def fromRefPrefix(prevContext: Context): String

What alias to name this From for better readability

What alias to name this From for better readability

Attributes

def renderSql(name: SqlStr, prevContext: Context, liveExprs: LiveExprs): SqlStr

How this From can be rendered into a SqlStr for embedding into a larger query

How this From can be rendered into a SqlStr for embedding into a larger query

Attributes

Concrete fields

val value: Wrapped