构造器和说明 |
---|
SimpleRowMatrixBlockRowIterator(SyncClientInterface client,
BulkExportQueryCriteria parameter,
boolean verifyFieldNames) |
限定符和类型 | 方法和说明 |
---|---|
byte[] |
getBinary(int index) |
byte[] |
getBinary(String fieldName) |
boolean |
getBoolean(int index) |
boolean |
getBoolean(String fieldName) |
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, wait
forEachRemaining
public 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)
Copyright © 2019. All Rights Reserved.