| Modifier and Type | Method and Description |
|---|---|
UpdatableRowData |
duplicateForUpdate() |
static BufferRowData |
encode(Context context,
ResultField[] fields,
Object[] values) |
Object |
getField(int fieldIdx,
ResultField field,
Context context,
Class<?> targetClass,
Object targetContext) |
int |
getFieldCount() |
content, contentToString, copy, duplicate, equals, hashCode, refCnt, release, release, replace, retain, retain, retainedDuplicate, toString, touch, touchpublic static BufferRowData encode(Context context, ResultField[] fields, Object[] values) throws IOException
IOExceptionpublic int getFieldCount()
getFieldCount in interface RowDatapublic Object getField(int fieldIdx, ResultField field, Context context, Class<?> targetClass, Object targetContext) throws IOException
getField in interface RowDataIOExceptionpublic UpdatableRowData duplicateForUpdate()
duplicateForUpdate in interface RowData