Id

harness.sql.Table$.Companion$.WithId.Id$
object Id

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Id.type

Members list

Concise view

Value members

Concrete methods

def apply(uuid: UUID): Id
def basicCol(colName: String): Col[Id]

It is recommended to use pkCol or fkCol instead, because these are the only 2 situations a col of this type should be used.

It is recommended to use pkCol or fkCol instead, because these are the only 2 situations a col of this type should be used.

Attributes

def fkCol(colName: String): Col[Id]
def fkCol(colName: String, referencesColName: String): Col[Id]
def gen: Id
def pkCol: Col[Id]
def pkCol(colName: String): Col[Id]

Implicits

Implicits

implicit val stringDecoder: StringDecoder[Id]
implicit val stringEncoder: StringEncoder[Id]