execute: Execute SQL

Description Usage

Description

This function differs from the send() and query() functions in that it provides additional features such as a progress bar and time estimations.

Usage

1
2
3
4
5
6
7
8
execute(
  conn,
  sql_statement,
  profile = FALSE,
  progressBar = TRUE,
  reportOverallTime = TRUE,
  ...
)

patelm9/pg13 documentation built on Dec. 26, 2021, 8:17 p.m.