Package com.impossibl.postgres.protocol
Interface RowData
-
- All Known Subinterfaces:
UpdatableRowData
- All Known Implementing Classes:
BufferRowData
,FieldBuffersRowData
public interface RowData
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdatableRowData
duplicateForUpdate()
Object
getField(int fieldIdx, ResultField field, Context context, Class<?> targetClass, Object targetContext)
int
getFieldCount()
-
-
-
Method Detail
-
getFieldCount
int getFieldCount()
-
getField
Object getField(int fieldIdx, ResultField field, Context context, Class<?> targetClass, Object targetContext) throws IOException
- Throws:
IOException
-
duplicateForUpdate
UpdatableRowData duplicateForUpdate()
-
-