Class DataTableDataExtractor
- java.lang.Object
-
- org.openforis.collect.relational.data.DataExtractor
-
- org.openforis.collect.relational.data.internal.DataTableDataExtractor
-
public class DataTableDataExtractor extends DataExtractor
- Author:
- S. Ricci
-
-
Constructor Summary
Constructors Constructor Description DataTableDataExtractor(DataTable table, Record record)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description DatasetextractData(Node<?> source)Table<?>getTable()static BigIntegergetTableArtificialPK(int recordId, NodeDefinition nodeDef, int nodeId)static BigIntegergetTableArtificialPK(Node<?> node)booleanhasNext()Rownext()-
Methods inherited from class org.openforis.collect.relational.data.DataExtractor
remove
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Iterator
forEachRemaining
-
-
-
-
Method Detail
-
hasNext
public boolean hasNext()
- Specified by:
hasNextin interfaceIterator<Row>- Specified by:
hasNextin classDataExtractor
-
next
public Row next()
- Specified by:
nextin interfaceIterator<Row>- Specified by:
nextin classDataExtractor
-
getTable
public Table<?> getTable()
- Specified by:
getTablein classDataExtractor
-
getTableArtificialPK
public static BigInteger getTableArtificialPK(Node<?> node)
-
getTableArtificialPK
public static BigInteger getTableArtificialPK(int recordId, NodeDefinition nodeDef, int nodeId)
-
-