Interface DataRow


public interface DataRow
A class representing result rows from XStores. Basically, a mapping from (lower case) column names to objects.
  • Method Summary

    Modifier and Type
    Method
    Description
    getObject(String columnName)
    Get the object associated with the columnname.
  • Method Details

    • getObject

      Object getObject(String columnName)
      Get the object associated with the columnname.
      Parameters:
      columnName - the column name (or alias) in lowercase
      Returns:
      the object for the column or null