Table Action Set: Syntax
Provides actions for accessing and managing data
Table of Actions
| Action Name | Description |
|---|---|
| addCaslib | Adds a new caslib to enable access to a data source |
| addCaslibSubdir | Creates a subdirectory in an existing caslib |
| addTable | Add a table by sending it from the client to the server |
| alterTable | Rename tables, change labels and formats, drop columns |
| append | Append one table to another |
| attribute | Manages extended table attributes |
| caslibInfo | Shows caslib information |
| columnInfo | Shows column information |
| copyTable | Copy one table to another |
| deleteRows | Delete matching rows from table |
| deleteSource | Delete a table or file from a caslib's data source |
| describeView | Returns results that can re-create view definition |
| dropCaslib | Drops a caslib |
| dropTable | Drops a table |
| fetch | Fetches rows from a table or view |
| fileInfo | Lists the files in a caslib's data source |
| index | Create indexes on one or more table variables |
| loadDataSource | Loads one or more data source interfaces |
| loadTable | Loads a table from a caslib's data source |
| partition | Partitions a table |
| promote | Promote a table to global scope |
| queryCaslib | Checks whether a caslib exists |
| recordCount | Shows the number of rows in a Cloud Analytic Services table |
| save | Saves a table to a caslib's data source |
| shuffle | Randomly shuffles a table |
| tableDetails | Get detailed information about a table |
| tableExists | Checks whether a table has been loaded |
| tableInfo | Shows information about a table |
| update | Updates rows in a table |
| upload | Transfers binary data to the server to create objects like tables |
| view | Creates a view from files or tables |
Last updated: October 18, 2022