AutoNameSnakify

slick.additions.AdditionsProfile.AdditionsApi.AutoNameSnakify
trait AutoNameSnakify extends AutoName

Attributes

Graph
Supertypes
trait AutoName
class Object
trait Matchable
class Any
Known subtypes
class BaseEntRow
Self type
Table[_]

Members list

Value members

Inherited methods

def col[A : TypedType](implicit evidence$1: TypedType[A], name: Name, dbNameStyle: NameStyle): Rep[A]

Attributes

Inherited from:
AutoName
def col[A : TypedType](options: ColumnOption[A]*)(implicit evidence$1: TypedType[A], name: Name, dbNameStyle: NameStyle): Rep[A]

Attributes

Inherited from:
AutoName
def foreign[P, PU, TT <: AbstractTable[_], U](sourceColumns: P, targetTableQuery: TableQuery[TT])(targetColumns: TT => P, onUpdate: ForeignKeyAction, onDelete: ForeignKeyAction)(implicit unpackT: Shape[_ <: FlatShapeLevel, TT, U, _], unpackP: Shape[_ <: FlatShapeLevel, P, PU, _], name: Name, dbNameStyle: NameStyle): ForeignKeyQuery[TT, U]

Attributes

Inherited from:
AutoName
def idx[A](on: A, unique: Boolean)(implicit shape: Shape[_ <: FlatShapeLevel, A, _, _], name: Name, dbNameStyle: NameStyle): Index

Attributes

Inherited from:
AutoName

Implicits

Implicits

implicit protected def nameStyle: NameStyle