GetColumns {hana.ml.r}R Documentation

GetColumns

Description

GetColumns

Usage

GetColumns(conn.context,
           table,
           schema)

Arguments

conn.context

ConnectionContext
Contains a handle to a database connection.

table

character
The HANA table to store the data from R data.frame.

schema

character, optional
The database schema.
Defualts to the schema of conn.context.

Value

list
The list of column names


[Package hana.ml.r version 1.0.8 Index]