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, touch
public static BufferRowData encode(Context context, ResultField[] fields, Object[] values) throws IOException
IOException
public int getFieldCount()
getFieldCount
in interface RowData
public Object getField(int fieldIdx, ResultField field, Context context, Class<?> targetClass, Object targetContext) throws IOException
getField
in interface RowData
IOException
public UpdatableRowData duplicateForUpdate()
duplicateForUpdate
in interface RowData