AutoName

slick.additions.AdditionsProfile.AdditionsApi.AutoName
trait AutoName

Attributes

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

Members list

Value members

Concrete methods

def col[A : TypedType](options: ColumnOption[A]*)(implicit evidence$1: TypedType[A], name: Name, dbNameStyle: NameStyle): Rep[A]
def col[A : TypedType](implicit evidence$1: TypedType[A], name: Name, dbNameStyle: NameStyle): Rep[A]
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]
def idx[A](on: A, unique: Boolean)(implicit shape: Shape[_ <: FlatShapeLevel, A, _, _], name: Name, dbNameStyle: NameStyle): Index