dbSendUpdate: Send an update query.

Description Usage Arguments Value Methods (by class)

Description

Send an update query.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
dbSendUpdate(conn, statement, parameters, ...)

## S4 method for signature 'JDBCConnection,character,missing'
dbSendUpdate(conn, statement,
  parameters)

## S4 method for signature 'JDBCConnection,character,list'
dbSendUpdate(conn, statement,
  parameters)

## S4 method for signature 'JDBCConnection,character,data.frame'
dbSendUpdate(conn, statement,
  parameters, partition_size = 10000)

Arguments

conn

A JDBCConnection object, as produced by dbConnect.

statement

A SQL statement to send over the connection. Use ? for input parameters.

parameters

A list of statement parameters, which will be inserted in order.

...

Other arguments passed on to methods.

partition_size

the size which will be used to partition the data into separate commits

Value

A logical indicating success

Methods (by class)


hoesler/dbj documentation built on May 17, 2019, 4:36 p.m.