public class TwoDimTableV3 extends SchemaV3
| Modifier and Type | Field and Description |
|---|---|
ColumnSpecsBase[] |
columns
Column Specification
|
java.lang.Object[][] |
data
Table Data (col-major)
|
java.lang.String |
description
Table Description
|
java.lang.String |
name
Table Name
|
int |
rowcount
Number of Rows
|
| Constructor and Description |
|---|
TwoDimTableV3()
Public constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Return the contents of this object as a JSON String.
|
public java.lang.String name
public java.lang.String description
public ColumnSpecsBase[] columns
public int rowcount
public java.lang.Object[][] data