Helpers

oxygen.sql.query.Helpers
object Helpers

Attributes

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

Members list

Value members

Concrete methods

def insertInto[R](using tableRepr: TableRepr[R, _]): QueryI[R]
def selectByKey[R](using tableRepr: TableRepr[R, _]): QueryIO[tableRepr.KeyT, R]
def updateByKey[R](using tableRepr: TableRepr[R, _]): QueryI[R]