| Interface | Description |
|---|---|
| StataData |
Interface used to access and construct representations of Stata data
set as POJOs.
|
| Class | Description |
|---|---|
| DataSet |
A POJO representation of the Stata dataset currently in memory.
|
| DataSetByteArrays |
A 2d Array of Bytes containing the data from the active data set in memory.
|
| DataSetDoubleArrays |
A 2d Array of Doubles containing the data from the active data set in memory.
|
| DataSetFactory |
Object used to initialize DataSet class objects given the dataset meta
data and an argument defining the return type to be created by the
method.
|
| DataSetIntArrays |
A 2d Array of Integers containing the data from the active data set in
memory.
|
| DataSetLongArrays |
A 2d Array of Longs containing the data from the active data set in memory.
|
| DataSetStringArrays |
A 2d Array of Strings containing the data from the active data set in memory.
|