TableRef

scalasql.query.TableRef
class TableRef(val value: Base) extends From

Models a SQL FROM clause

Attributes

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

override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any

Concrete fields

val value: Base