DataManipulation.Rd
DataManipulation
DataManipulation(connection.context, table, schema = NULL, unload = TRUE)
ConnectionContext
SAP HANA Database connection object.
character
The name of SAP HANA table.
character, optional
The name of database schema.
Defaults to the schema of connection.context.
logical, optional
TRUE: unload table from memory.
FALSE: no action.
Defaults to TRUE.
Data load/unload from SAP HANA memory.