Context

scalasql.core.Context
See theContext companion object
trait Context

The contextual information necessary for rendering a ScalaSql query or expression into a SQL string

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Impl

Members list

Value members

Abstract methods

def config: Config

The ScalaSql configuration

The ScalaSql configuration

Attributes

Any Exprs/SQL-expressions that are present in fromNaming, and what those expressions are named in SQL

Any Exprs/SQL-expressions that are present in fromNaming, and what those expressions are named in SQL

Attributes

def fromNaming: Map[From, String]

Any From/FROM clauses that are in scope, and the aliases those clauses are given

Any From/FROM clauses that are in scope, and the aliases those clauses are given

Attributes

def valueMarker: Boolean

Mark Exprs as a raw value for an INSERT or UPDATE context

Mark Exprs as a raw value for an INSERT or UPDATE context

Attributes

def withExprNaming(exprNaming: Map[Identity, SqlStr]): Context
def withFromNaming(fromNaming: Map[From, String]): Context