sqlAppendTableTemplate: sqlAppendTableTemplate()

Description Usage Arguments See Also

View source: R/kineticaConnection.R

Description

Creates a placeholder-based template

Usage

1
2
sqlAppendTableTemplate(con, table, values, row.names = NA,
  prefix = "?", ..., pattern = "1")

Arguments

con

A database connection.

table

Name of the table. Escaped with [dbQuoteIdentifier()].

values

A data frame. Factors will be converted to character vectors.

row.names

a flag with logical, character or NULL value

prefix

Parameter prefix to use for placeholders.

...

Other parameters passed on to methods. Character vectors will be escaped with [dbQuoteString()].

pattern

Parameter pattern to use for placeholders: - '""': no pattern - '"1"': position - anything else: field name

See Also

Other SQL generation: sqlAppendTable


kineticadb/RKinetica documentation built on Sept. 29, 2020, 5:38 p.m.