| Class | Description |
|---|---|
| AddCaslibSample |
Sample CAS application showing how to add a caslib and register an event listener.
|
| AddCSVSample |
Sample CAS application showing how to add a CSV file as a table to CAS.
|
| AddCSVWithTransformSample |
Sample CAS application showing how to add a CSV file as a table to CAS using
a data transformer to convert various date/time formats into the appropriate
CAS data type.
|
| AddFixedCSVSample |
Sample CAS application showing how to add a CSV file as a table to CAS using fixed-length character fields.
|
| AddTableSample |
Sample CAS application showing how to add a table to CAS and append rows.
|
| CaslibInfoSample |
Sample CAS application showing how to get caslib info.
|
| ColumnInfoSample |
Sample CAS application showing how to retrieve column information from
a table.
|
| EmptyTableSample |
Sample CAS application showing how to add an empty table to CAS.
|
| FetchByCursorSample |
Sample CAS application showing how to fetch data and process by cursor (using CASTable.next).
|
| FetchByRowSample |
Sample CAS application showing how to fetch data and process by row.
|
| TableExistsSample |
Sample CAS application showing how to check if a table currently exists
|
| TableInfoSample |
Sample CAS application showing how to retrieve table information.
|
| UploadSample |
Sample CAS application showing how to upload a file as a table to CAS.
|