Program to construct an analysis of this query's SQL statement and asserted parameter types.
An optional Pos
indicating the source location where this Query
was
constructed.
An optional Pos
indicating the source location where this Query
was
constructed. This is used only for diagnostic purposes.
Program to execute the update and yield a count of affected rows.
The SQL string.
Turn this Update
0 into a Fragment
.
Construct a stream that performs the update, yielding generated keys of composite type K
,
identified by the specified columns, given a chunkSize
.
Construct a stream that performs the update, yielding generated keys of composite type K
,
identified by the specified columns, given a chunkSize
. Note that not all drivers support
generated keys, and some support only a single key column.
Construct a program that performs the update, yielding a single set of generated keys of
composite type K
, identified by the specified columns.
Construct a program that performs the update, yielding a single set of generated keys of
composite type K
, identified by the specified columns. Note that not all drivers support
generated keys, and some support only a single key column.
Construct a stream that performs the update, yielding generated keys of composite type K
,
identified by the specified columns.
Construct a stream that performs the update, yielding generated keys of composite type K
,
identified by the specified columns. Note that not all drivers support generated keys, and
some support only a single key column.