public class ObjectRowImpl extends Object implements Row
| Modifier and Type | Method and Description |
|---|---|
static Row |
create(int fieldCount) |
static Row |
create(Object[] values) |
int |
fieldCount() |
Object |
get(int pos,
DataType type) |
byte[] |
getBytes(int pos) |
Date |
getDate(int pos) |
double |
getDouble(int pos) |
float |
getFloat(int pos) |
int |
getInteger(int pos) |
long |
getLong(int pos) |
short |
getShort(int pos) |
String |
getString(int pos) |
Date |
getTime(int pos) |
Timestamp |
getTimestamp(int pos) |
long |
getUnsignedLong(int pos) |
boolean |
isNull(int pos) |
void |
set(int pos,
DataType type,
Object v) |
void |
setBytes(int pos,
byte[] v) |
void |
setDate(int pos,
Date v) |
void |
setDouble(int pos,
double v) |
void |
setFloat(int pos,
float v) |
void |
setInteger(int pos,
int v) |
void |
setLong(int pos,
long v) |
void |
setNull(int pos) |
void |
setShort(int pos,
short v) |
void |
setString(int pos,
String v) |
void |
setTime(int pos,
Time v) |
void |
setTimestamp(int pos,
Timestamp v) |
String |
toString() |
public static Row create(int fieldCount)
public void setInteger(int pos,
int v)
setInteger in interface Rowpublic int getInteger(int pos)
getInteger in interface Rowpublic long getUnsignedLong(int pos)
getUnsignedLong in interface Rowpublic void setTimestamp(int pos,
Timestamp v)
setTimestamp in interface Rowpublic Timestamp getTimestamp(int pos)
getTimestamp in interface Rowpublic int fieldCount()
fieldCount in interface RowCopyright © 2025 PingCAP. All rights reserved.