Skip to content

RowModifying

[Source]

A query result for statements that modify rows (INSERT, UPDATE, DELETE). Provides the command tag string and the number of rows affected.

class val RowModifying

Constructors

create

[Source]

new val create(
  query': Query,
  command': String val,
  impacted': USize val)
: RowModifying val^

Parameters

Returns


Public Functions

query

[Source]

fun box query()
: Query

Returns


command

[Source]

fun box command()
: String val

Returns


impacted

[Source]

fun box impacted()
: USize val

Returns