API Documentation: Class SDBRow
| Name | SDBRow |
| Package | com.mckoi.sdb |
The storage component for a row of data in an SDBTable. The content of the row is accessed by using the 'getValue' method.
Methods Summary
| String | getValue(String column_name) | ||
| void | prefetchValueHint(String column_name) |
Method Details
String getValue(String column_name)
Returns the value of the given column of this row.
void prefetchValueHint(String column_name)
Provides a hint to the engine that there is a high likelyhood of this value being accessed shortly. This hint is used to optimize access characteristics in high latency environments (the client may choose to pre-emptively download this record next time there is network interaction).
