SqlUtilsComponent

slick.sql.SqlUtilsComponent

Attributes

Source:
SqlProfile.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object DB2Profile.type
object DerbyProfile.type
trait H2Profile
object H2Profile.type
object HsqldbProfile.type
object MySQLProfile.type
object OracleProfile.type
object PostgresProfile.type
object SQLServerProfile.type
object SQLiteProfile.type
Self type

Members list

Concise view

Type members

Classlikes

class QuotingSymbolNamer(parent: Option[SymbolNamer]) extends SymbolNamer

Attributes

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

Value members

Concrete methods

def likeEncode(s: String): String

Attributes

Source:
SqlProfile.scala
def quoteIdentifier(id: String): String

quotes identifiers to avoid collisions with SQL keywords and other syntax issues

quotes identifiers to avoid collisions with SQL keywords and other syntax issues

Attributes

Source:
SqlProfile.scala
def quoteTableName(t: TableNode): String

Attributes

Source:
SqlProfile.scala