longCol
The longCol method creates a column containing Java primitive long values.
Note
This method is commonly used with newTable to create tables.
Syntax
Parameters
| Parameter | Type | Description |
|---|---|---|
| name | String | The name of the new column. |
| data | long... | The column values. |
Returns
A ColumnHolder.
Example
The following examples use newTable to create a table with a single column of longs named Longs.