Uses of Interface
org.mariadb.r2dbc.message.Context
-
Packages that use Context Package Description org.mariadb.r2dbc.codec org.mariadb.r2dbc.codec.list org.mariadb.r2dbc.message org.mariadb.r2dbc.message.client org.mariadb.r2dbc.message.server org.mariadb.r2dbc.util -
-
Uses of Context in org.mariadb.r2dbc.codec
Methods in org.mariadb.r2dbc.codec with parameters of type Context Modifier and Type Method Description static BindValueCodecs. encode(Object value, int index, Protocol protocol, ExceptionFactory factory, Context context)BindValueCodec. encodeText(io.netty.buffer.ByteBufAllocator allocator, Object value, Context context, ExceptionFactory factory) -
Uses of Context in org.mariadb.r2dbc.codec.list
Methods in org.mariadb.r2dbc.codec.list with parameters of type Context Modifier and Type Method Description BindValueBigDecimalCodec. encodeText(io.netty.buffer.ByteBufAllocator allocator, Object value, Context context, ExceptionFactory factory)BindValueBigIntegerCodec. encodeText(io.netty.buffer.ByteBufAllocator allocator, Object value, Context context, ExceptionFactory factory)BindValueBitSetCodec. encodeText(io.netty.buffer.ByteBufAllocator allocator, Object value, Context context, ExceptionFactory factory)BindValueBlobCodec. encodeText(io.netty.buffer.ByteBufAllocator allocator, Object value, Context context, ExceptionFactory factory)BindValueBooleanCodec. encodeText(io.netty.buffer.ByteBufAllocator allocator, Object value, Context context, ExceptionFactory factory)BindValueByteArrayCodec. encodeText(io.netty.buffer.ByteBufAllocator allocator, Object value, Context context, ExceptionFactory factory)BindValueByteBufferCodec. encodeText(io.netty.buffer.ByteBufAllocator allocator, Object value, Context context, ExceptionFactory factory)BindValueByteCodec. encodeText(io.netty.buffer.ByteBufAllocator allocator, Object value, Context context, ExceptionFactory factory)BindValueClobCodec. encodeText(io.netty.buffer.ByteBufAllocator allocator, Object value, Context context, ExceptionFactory factory)BindValueDoubleCodec. encodeText(io.netty.buffer.ByteBufAllocator allocator, Object value, Context context, ExceptionFactory factory)BindValueDurationCodec. encodeText(io.netty.buffer.ByteBufAllocator allocator, Object value, Context context, ExceptionFactory factory)BindValueFloatCodec. encodeText(io.netty.buffer.ByteBufAllocator allocator, Object value, Context context, ExceptionFactory factory)BindValueIntCodec. encodeText(io.netty.buffer.ByteBufAllocator allocator, Object value, Context context, ExceptionFactory factory)BindValueLocalDateCodec. encodeText(io.netty.buffer.ByteBufAllocator allocator, Object value, Context context, ExceptionFactory factory)BindValueLocalDateTimeCodec. encodeText(io.netty.buffer.ByteBufAllocator allocator, Object value, Context context, ExceptionFactory factory)BindValueLocalTimeCodec. encodeText(io.netty.buffer.ByteBufAllocator allocator, Object value, Context context, ExceptionFactory factory)BindValueLongCodec. encodeText(io.netty.buffer.ByteBufAllocator allocator, Object value, Context context, ExceptionFactory factory)BindValueShortCodec. encodeText(io.netty.buffer.ByteBufAllocator allocator, Object value, Context context, ExceptionFactory factory)BindValueStreamCodec. encodeText(io.netty.buffer.ByteBufAllocator allocator, Object value, Context context, ExceptionFactory factory)BindValueStringCodec. encodeText(io.netty.buffer.ByteBufAllocator allocator, Object value, Context context, ExceptionFactory factory) -
Uses of Context in org.mariadb.r2dbc.message
Methods in org.mariadb.r2dbc.message with parameters of type Context Modifier and Type Method Description io.netty.buffer.ByteBufClientMessage. encode(Context context, io.netty.buffer.ByteBufAllocator byteBufAllocator) -
Uses of Context in org.mariadb.r2dbc.message.client
Methods in org.mariadb.r2dbc.message.client with parameters of type Context Modifier and Type Method Description io.netty.buffer.ByteBufAuthMoreRawPacket. encode(Context context, io.netty.buffer.ByteBufAllocator allocator)io.netty.buffer.ByteBufChangeSchemaPacket. encode(Context context, io.netty.buffer.ByteBufAllocator allocator)io.netty.buffer.ByteBufClearPasswordPacket. encode(Context context, io.netty.buffer.ByteBufAllocator allocator)io.netty.buffer.ByteBufClosePreparePacket. encode(Context context, io.netty.buffer.ByteBufAllocator allocator)io.netty.buffer.ByteBufEd25519PasswordPacket. encode(Context context, io.netty.buffer.ByteBufAllocator allocator)io.netty.buffer.ByteBufExecutePacket. encode(Context context, io.netty.buffer.ByteBufAllocator allocator)io.netty.buffer.ByteBufHandshakeResponse. encode(Context context, io.netty.buffer.ByteBufAllocator allocator)io.netty.buffer.ByteBufNativePasswordPacket. encode(Context context, io.netty.buffer.ByteBufAllocator allocator)io.netty.buffer.ByteBufPingPacket. encode(Context context, io.netty.buffer.ByteBufAllocator allocator)io.netty.buffer.ByteBufPreparePacket. encode(Context context, io.netty.buffer.ByteBufAllocator allocator)io.netty.buffer.ByteBufQueryPacket. encode(Context context, io.netty.buffer.ByteBufAllocator byteBufAllocator)io.netty.buffer.ByteBufQueryWithParametersPacket. encode(Context context, io.netty.buffer.ByteBufAllocator byteBufAllocator)io.netty.buffer.ByteBufQuitPacket. encode(Context context, io.netty.buffer.ByteBufAllocator allocator)io.netty.buffer.ByteBufRsaPublicKeyRequestPacket. encode(Context context, io.netty.buffer.ByteBufAllocator allocator)io.netty.buffer.ByteBufSha256PasswordPacket. encode(Context context, io.netty.buffer.ByteBufAllocator allocator)io.netty.buffer.ByteBufSha2PublicKeyRequestPacket. encode(Context context, io.netty.buffer.ByteBufAllocator allocator)io.netty.buffer.ByteBufSslRequestPacket. encode(Context context, io.netty.buffer.ByteBufAllocator allocator) -
Uses of Context in org.mariadb.r2dbc.message.server
Methods in org.mariadb.r2dbc.message.server with parameters of type Context Modifier and Type Method Description static AuthMoreDataPacketAuthMoreDataPacket. decode(MessageSequence sequencer, io.netty.buffer.ByteBuf buf, Context context)static AuthSwitchPacketAuthSwitchPacket. decode(Sequencer sequencer, io.netty.buffer.ByteBuf buf, Context context)static ColumnCountPacketColumnCountPacket. decode(Sequencer sequencer, io.netty.buffer.ByteBuf buf, Context context)static ColumnDefinitionPacketColumnDefinitionPacket. decode(Sequencer sequencer, io.netty.buffer.ByteBuf buf, Context context, boolean ending, MariadbConnectionConfiguration conf)static EofPacketEofPacket. decode(Sequencer sequencer, io.netty.buffer.ByteBuf buf, Context context, boolean resultSetEnd)static OkPacketOkPacket. decode(Sequencer sequencer, io.netty.buffer.ByteBuf buf, Context context)static PrepareResultPacketPrepareResultPacket. decode(Sequencer sequencer, io.netty.buffer.ByteBuf buffer, Context context, boolean continueOnEnd)static EofPacketEofPacket. decodeOutputParam(Sequencer sequencer, io.netty.buffer.ByteBuf buf, Context context)This is for mysql that doesn't send MORE_RESULTS_EXISTS flag, but sending an OK_Packet after, breaking protocol. -
Uses of Context in org.mariadb.r2dbc.util
Methods in org.mariadb.r2dbc.util with parameters of type Context Modifier and Type Method Description static io.netty.buffer.ByteBufBufferUtils. encodeEscapedBuffer(io.netty.buffer.ByteBufAllocator allocator, io.netty.buffer.ByteBuf value, Context context)static io.netty.buffer.ByteBufBufferUtils. encodeEscapedBytes(io.netty.buffer.ByteBufAllocator allocator, byte[] prefix, byte[] value, Context context)static voidBufferUtils. escapedBytes(io.netty.buffer.ByteBuf buf, byte[] value, int len, Context context)
-