Context

scalasql.core.Context
See theContext companion trait
object Context

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Context.type

Members list

Type members

Classlikes

trait From

Attributes

Supertypes
class Object
trait Matchable
class Any
case class Impl(fromNaming: Map[From, String], exprNaming: Map[Identity, SqlStr], config: Config) extends Context

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Context
class Object
trait Matchable
class Any
Show all

Value members

Concrete methods

def compute(prevContext: Context, prefixedFroms: Seq[From], unPrefixedFroms: Option[From]): Impl

Derives a new Context based on prevContext with additional prefixedFroms and unPrefixedFroms added to the Context.fromNaming and Context.exprNaming tables

Derives a new Context based on prevContext with additional prefixedFroms and unPrefixedFroms added to the Context.fromNaming and Context.exprNaming tables

Attributes