Impl

scalasql.core.Context.Impl
case class Impl(fromNaming: Map[From, String], exprNaming: Map[Identity, SqlStr], valueMarker: Boolean, config: Config, dialectConfig: DialectConfig) extends Context

Attributes

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

Members list

Value members

Concrete methods

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

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product