Package com.impossibl.postgres.protocol
Interface UpdatableRowData
-
- All Superinterfaces:
RowData
- All Known Implementing Classes:
FieldBuffersRowData
public interface UpdatableRowData extends RowData
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description io.netty.buffer.ByteBuf[]
getFieldBuffers()
void
updateField(int columnIndex, ResultField field, Context context, Object source, Object sourceContext)
-
Methods inherited from interface com.impossibl.postgres.protocol.RowData
duplicateForUpdate, getField, getFieldCount
-
-
-
-
Method Detail
-
updateField
void updateField(int columnIndex, ResultField field, Context context, Object source, Object sourceContext) throws IOException
- Throws:
IOException
-
getFieldBuffers
io.netty.buffer.ByteBuf[] getFieldBuffers()
-
-