com.healthmarketscience.jackcess
Interface Row

All Superinterfaces:
Map<String,Object>
All Known Implementing Classes:
RowImpl

public interface Row
extends Map<String,Object>

A row of data as column name->value pairs. Values are strongly typed, and column names are case sensitive.

Author:
James Ahlborn
Usage:
General: This class is general use.

Nested Class Summary
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Method Summary
 RowId getId()
           
 
Methods inherited from interface java.util.Map
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values
 

Method Detail

getId

RowId getId()
Returns:
the id of this row


Copyright © 2005-2013 Health Market Science. All Rights Reserved.