Package mdbtools.dbengine
Interface Data
- All Known Implementing Classes:
MemoryData,RewindableData
public interface Data
Data represents a set of rows containing data
-
Method Summary
-
Method Details
-
next
goto the next (or first) row- Returns:
- true if row exits, false if not
- Throws:
SQLException
-
get
get the data at a certain column- Parameters:
index- the column to get- Throws:
SQLException
-