public class SimpleRowMatrixBlockParser extends Object
| 构造器和说明 |
|---|
SimpleRowMatrixBlockParser(ByteBuffer buffer) |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getAttrCount() |
byte[] |
getBinary(int fieldIndex) |
boolean |
getBoolean(int fieldIndex) |
ColumnType |
getColumnType(int fieldIndex) |
int |
getDataBytes()
The total number of data bytes, not including header information, representing the pure amount of data that has already been fetched from the 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 © 2025. All Rights Reserved.