QuotingSymbolNamer

slick.sql.SqlUtilsComponent.QuotingSymbolNamer
class QuotingSymbolNamer(parent: Option[SymbolNamer]) extends SymbolNamer

Attributes

Source:
SqlProfile.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

override def namedSymbolName(s: Symbol): String

Attributes

Definition Classes
Source:
SqlProfile.scala

Inherited methods

def apply(s: Symbol): String

Attributes

Inherited from:
SymbolNamer
Source:
Symbol.scala
def create(prefix: String): String

Attributes

Inherited from:
SymbolNamer
Source:
Symbol.scala
def get(s: Symbol): Option[String]

Attributes

Inherited from:
SymbolNamer
Source:
Symbol.scala
def update(s: Symbol, n: String): Unit

Attributes

Inherited from:
SymbolNamer
Source:
Symbol.scala
def use[T](f: => T): T

Attributes

Inherited from:
SymbolNamer
Source:
Symbol.scala