SqlUtilsComponent

slick.sql.SqlUtilsComponent

Attributes

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

Members list

Type members

Classlikes

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

Attributes

Source
SqlProfile.scala
Supertypes
class SymbolNamer
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