connect2outdb: Connect to the output database

Description Usage Arguments

View source: R/connect2outdb.R

Description

Environment variables: - Execution context: IN_JDBC_DRIVER : Class name of the JDBC driver for input data IN_JDBC_JAR_PATH : Path to the JDBC driver jar for input data IN_JDBC_URL : JDBC connection URL for input data IN_JDBC_USER : User for the database connection for input data OUT_JDBC_DRIVER : Class name of the JDBC driver for output results OUT_JDBC_JAR_PATH : Path to the JDBC driver jar for output results OUT_JDBC_URL : JDBC connection URL for output results OUT_JDBC_USER : User for the database connection for output results OUT_JDBC_PASSWORD : Password for the database connection for output results OUT_JDBC_SCHEMA : Optional schema by default for the database connection for output data

Usage

1
2
connect2outdb(inJdbcDriver, inJarPath, inUrl, inUser, outJdbcDriver, outJarPath,
  outUrl, outUser, outPassword, outSchema)

Arguments

inJdbcDriver

Class name of the JDBC driver for input data, defaults to the value of environment parameter IN_JDBC_DRIVER

inJarPath

Path to the JDBC driver jar for input data, defaults to the value of environment parameter IN_JDBC_JAR_PATH

inUrl

JDBC connection URL for input data, defaults to the value of environment parameter IN_JDBC_URL

inUser

User for the database connection for input data, defaults to the value of environment parameter IN_JDBC_USER

outJdbcDriver

Class name of the JDBC driver for output data, defaults to the value of environment parameter OUT_JDBC_DRIVER

outJarPath

Path to the JDBC driver jar for output data, defaults to the value of environment parameter OUT_JDBC_JAR_PATH

outUrl

JDBC connection URL for output data, defaults to the value of environment parameter OUT_JDBC_URL

outUser

User for the database connection for output data, defaults to the value of environment parameter OUT_JDBC_USER

outPassword

Password for the database connection for output data, defaults to the value of environment parameter OUT_JDBC_PASSWORD

outSchema

Optional schema by default for the database connection for output data, defaults to the value of environment parameter OUT_JDBC_SCHEMA


LREN-CHUV/r-mip-adaptor documentation built on May 20, 2019, 5:45 p.m.