UntypedRep

slick.lifted.Rep$.UntypedRep
abstract class UntypedRep[T] extends Rep[T]

Attributes

Source:
Rep.scala
Graph
Supertypes
trait Rep[T]
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

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

Encode a reference into this Rep.

Encode a reference into this Rep.

Attributes

Source:
Rep.scala

Inherited methods

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