JDBCConnection-methods: Methods for the class `JDBCConnect' in Package `RJDBC'
Description
Methods for the class `JDBCConnection' in Package `RJDBC'.
dbSendQuery and dbSendUpdate submit a SQL query to the
database. The difference between the two is only that
dbSendUpdate is used with DBML queries and thus doesn't return
any result set.
Usage
dbSendUpdate (conn, statement, ...)
Arguments
conn
connection object
statement
SQL statement to execute
...
additional arguments to prepared statement substituted for
"?"