DataManipulation

DataManipulation(connection.context, table, schema = NULL, unload = TRUE)

Arguments

connection.context

ConnectionContext
SAP HANA Database connection object.

table

character
The name of SAP HANA table.

schema

character, optional
The name of database schema.
Defaults to the schema of connection.context.

unload

logical, optional

  • TRUE: unload table from memory.

  • FALSE: no action.

Defaults to TRUE.

Details

Data load/unload from SAP HANA memory.