Package com.groiss.store.external
Interface DataRow
public interface DataRow
A class representing result rows from XStores.
Basically, a mapping from (lower case) column names to objects.
-
Method Summary
-
Method Details
-
getObject
Get the object associated with the columnname.- Parameters:
columnName
- the column name (or alias) in lowercase- Returns:
- the object for the column or null
-