Interface | Description |
---|---|
RowMetaInterface |
This interface provides methods to describe and manipulate a row's structure.
|
ValueMetaInterface |
ValueMetaInterface objects are used to determine the characteristics of the row fields.
|
Class | Description |
---|---|
RowBuffer |
This class contains a list of data rows as well as the RowMetaInterface to describe it.
|
RowDataUtil |
This class of static methods can be used to manipulate rows: add, delete, resize, etc...
|
RowMeta | |
SpeedTest | |
ValueDataUtil | |
ValueMeta |
Convenience class for backward compatibility.
|
ValueMetaAndData |