A builder for adding a step to the batch.
Add the condition that needs to be satisfied to execute the statement. If you use this method multiple times, we join the conditions with a logical AND.
Add a statement that returns rows.
Add a statement that returns at most a single row.
Add a statement that returns at most a single value.
Add a statement without returning rows.
Generated using TypeDoc
A builder for adding a step to the batch.