| Constructor and Description |
|---|
SimpleRowMatrixBlockRowIterator(SyncClientInterface client,
BulkExportQueryCriteria parameter,
boolean verifyFieldNames) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getBinary(int index) |
byte[] |
getBinary(String fieldName) |
boolean |
getBoolean(int index) |
boolean |
getBoolean(String fieldName) |
long |
getCompletedBytes() |
double |
getDouble(int index) |
double |
getDouble(String fieldName) |
ColumnType |
getFieldType(int index) |
ColumnType |
getFieldType(String fieldName) |
long |
getLong(int index) |
long |
getLong(String fieldName) |
Object |
getObject(int index) |
Object |
getObject(String fieldName) |
Row |
getRow() |
String |
getString(int index) |
String |
getString(String fieldName) |
boolean |
hasNext() |
boolean |
isNull(int index) |
boolean |
isNull(String fieldName) |
int |
locate(String fieldName) |
Long |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic SimpleRowMatrixBlockRowIterator(SyncClientInterface client, BulkExportQueryCriteria parameter, boolean verifyFieldNames)
public int locate(String fieldName)
public Row getRow()
public boolean getBoolean(String fieldName)
public boolean getBoolean(int index)
public String getString(int index)
public long getLong(String fieldName)
public long getLong(int index)
public double getDouble(String fieldName)
public double getDouble(int index)
public byte[] getBinary(String fieldName)
public byte[] getBinary(int index)
public boolean isNull(String fieldName)
public boolean isNull(int index)
public Object getObject(int index)
public ColumnType getFieldType(String fieldName)
public ColumnType getFieldType(int index)
public long getCompletedBytes()
Copyright © 2024. All Rights Reserved.