Package org.mariadb.r2dbc
Interface MariadbDataSegment
-
- All Superinterfaces:
io.r2dbc.spi.Result.Segment
- All Known Implementing Classes:
MariadbOutSegment,MariadbRowSegment
public interface MariadbDataSegment extends io.r2dbc.spi.Result.Segment
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidupdateRaw(io.netty.buffer.ByteBuf data)
-