Uses of Class
org.mariadb.r2dbc.message.server.ErrorPacket
-
Packages that use ErrorPacket Package Description org.mariadb.r2dbc org.mariadb.r2dbc.message.server -
-
Uses of ErrorPacket in org.mariadb.r2dbc
Methods in org.mariadb.r2dbc with parameters of type ErrorPacket Modifier and Type Method Description static io.r2dbc.spi.R2dbcExceptionExceptionFactory. createException(ErrorPacket error, String sql)io.r2dbc.spi.R2dbcExceptionExceptionFactory. from(ErrorPacket err) -
Uses of ErrorPacket in org.mariadb.r2dbc.message.server
Methods in org.mariadb.r2dbc.message.server that return ErrorPacket Modifier and Type Method Description static ErrorPacketErrorPacket. decode(Sequencer sequencer, io.netty.buffer.ByteBuf buf, boolean ending)
-