InsertOps

ldbc.query.builder.syntax.CommandSyntax.InsertOps
implicit class InsertOps[P <: Product](insert: Insert[P])

Attributes

Source
CommandSyntax.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def returning[Tag <: Singleton](tag: Tag)(using mirror: ProductOf[P], index: ValueOf[IndexOf[mirror.MirroredElemLabels, Tag]], reader: ResultSetReader[F, Elem[mirror.MirroredElemTypes, IndexOf[mirror.MirroredElemLabels, Tag]]], logHandler: LogHandler[F]): Kleisli[F, Connection[F], Elem[mirror.MirroredElemTypes, IndexOf[mirror.MirroredElemLabels, Tag]]]

Attributes

Source
CommandSyntax.scala
def update(using logHandler: LogHandler[F]): Kleisli[F, Connection[F], Int]

Attributes

Source
CommandSyntax.scala