public class SimpleRowMatrixBlockParser extends Object
构造器和说明 |
---|
SimpleRowMatrixBlockParser(ByteBuffer buffer) |
限定符和类型 | 方法和说明 |
---|---|
int |
getAttrCount() |
byte[] |
getBinary(int fieldIndex) |
boolean |
getBoolean(int fieldIndex) |
ColumnType |
getColumnType(int fieldIndex) |
int |
getDataBytes()
总的数据字节数,没有包含头部信息,表示已经从server拖取过来的纯粹的数据量
|
double |
getDouble(int fieldIndex) |
int |
getFieldCount() |
long |
getLong(int fieldIndex) |
Object |
getObject(int fieldIndex) |
int |
getPkCount() |
Row |
getRow() |
int |
getRowCount() |
List<Row> |
getRows() |
String |
getString(int fieldIndex) |
int |
getTotalBytes() |
boolean |
hasEntirePrimaryKeys() |
boolean |
hasNext() |
boolean |
isNull(int fieldIndex) |
int |
next() |
String[] |
parseFieldNames() |
String |
toString() |
public SimpleRowMatrixBlockParser(ByteBuffer buffer)
public String[] parseFieldNames()
public int getPkCount()
public int getAttrCount()
public int getFieldCount()
public boolean hasEntirePrimaryKeys()
public int getRowCount()
public boolean hasNext()
public int next()
public int getTotalBytes()
public int getDataBytes()
public boolean isNull(int fieldIndex)
public boolean getBoolean(int fieldIndex)
public long getLong(int fieldIndex)
public double getDouble(int fieldIndex)
public String getString(int fieldIndex)
public byte[] getBinary(int fieldIndex)
public Object getObject(int fieldIndex)
public ColumnType getColumnType(int fieldIndex)
public Row getRow()
Copyright © 2019. All Rights Reserved.