hana_conn: 获取hana数据库链接

View source: R/044-saphana.R

hana_connR Documentation

获取hana数据库链接

Description

获取hana数据库链接

Usage

hana_conn(
  ip = "192.168.2.160",
  port = "31013",
  db_name = "WP1",
  user_name = "HD_REMOTE",
  pwd = "Qq1234567890"
)

Arguments

ip

地址

port

端口号

db_name

数据库名称

user_name

用户名

pwd

密码

Value

返回值

Examples

hana_conn()

takewiki/tsda documentation built on Oct. 23, 2023, 3:28 a.m.