connect2indb: Connect to the input database

Description Usage Arguments

View source: R/connect2indb.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 IN_JDBC_PASSWORD : Password for the database connection for input data IN_JDBC_SCHEMA : Optional schema by default for the database connection for input data

Usage

1
connect2indb(jdbcDriver, jarPath, url, user, password, schema)

Arguments

jdbcDriver

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

jarPath

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

url

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

user

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

password

Password for the database connection for input data, defaults to the value of environment parameter IN_JDBC_PASSWORD

schema

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


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