QueryBase

slick.lifted.QueryBase
sealed trait QueryBase[T] extends Rep[T]

Attributes

Source:
Query.scala
Graph
Supertypes
trait Rep[T]
class Object
trait Matchable
class Any
Known subtypes
class Query[E, U, C]
class TableQuery[E]
class WrappingQuery[E, U, C]
class BaseJoinQuery[E1, E2, U1, U2, C, B1, B2]
class ForeignKeyQuery[E, U]

Members list

Concise view

Value members

Inherited methods

def encodeRef(path: Node): Rep[T]

Encode a reference into this Rep.

Encode a reference into this Rep.

Attributes

Inherited from:
Rep
Source:
Rep.scala

Get the Node for this Rep.

Get the Node for this Rep.

Attributes

Inherited from:
Rep
Source:
Rep.scala
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns:

a string representation of the object.

Definition Classes
Rep -> Any
Inherited from:
Rep
Source:
Rep.scala