sq_set_insert: Parameterize Insert Parameters

Description Usage Arguments Details

View source: R/sq_set_insert.R

Description

Parameterize Insert Parameters

Usage

1
2
3
4
5
6
7
8
9
sq_set_insert(
  .query,
  .label,
  .into,
  ...,
  .data = parent.frame(),
  .split = 75,
  .quote = "["
)

Arguments

.query

An sq query object.

.label

the insert block label.

.into

The name of the table to insert into.

...

Names of the values to insert, either as character or one-sided formulas. It is also possible to specify AsIs variables by wrapping the value in I(.).

.data

Data or environment to lookup the names.

.split

integer specifying the maximum number of value-pairs in each INSERT block.

.quote

the quote to use for table and column names.

Details

The values will be prepared with sq_value


smbache/squr documentation built on May 15, 2021, 3:45 a.m.