Append a cas table to a master cas table
Parameters:
Name | Type | Description |
---|---|---|
store |
store
|
store |
session |
rafObject
|
cas session |
input |
casTable
|
Input table with new rows {caslib: xxx, name: nnn} |
output |
casTable
|
Master table {caslib: xxx, name: nnn} |
saveflag |
boolean
|
If true the master table will be saved to disk |
payload |
*
|
- return
promise
Example
let status = restaflib.casAppendTable(store, session, 'casuser.temp', 'public.master', true));