Uses of Class
org.mariadb.r2dbc.ExceptionFactory
-
Packages that use ExceptionFactory Package Description org.mariadb.r2dbc org.mariadb.r2dbc.codec org.mariadb.r2dbc.codec.list -
-
Uses of ExceptionFactory in org.mariadb.r2dbc
Fields in org.mariadb.r2dbc declared as ExceptionFactory Modifier and Type Field Description protected ExceptionFactoryMariadbCommonStatement. factorystatic ExceptionFactoryExceptionFactory. INSTANCEMethods in org.mariadb.r2dbc that return ExceptionFactory Modifier and Type Method Description static ExceptionFactoryExceptionFactory. withSql(String sql)Methods in org.mariadb.r2dbc with parameters of type ExceptionFactory Modifier and Type Method Description static reactor.core.publisher.Flux<MariadbResult>MariadbCommonStatement. toResult(Protocol protocol, org.mariadb.r2dbc.client.Client client, reactor.core.publisher.Flux<ServerMessage> messages, ExceptionFactory factory, AtomicReference<ServerPrepareResult> prepareResult, String[] generatedColumns, MariadbConnectionConfiguration configuration) -
Uses of ExceptionFactory in org.mariadb.r2dbc.codec
Fields in org.mariadb.r2dbc.codec declared as ExceptionFactory Modifier and Type Field Description protected ExceptionFactoryRowDecoder. factoryMethods in org.mariadb.r2dbc.codec with parameters of type ExceptionFactory Modifier and Type Method Description TCodec. decodeBinary(io.netty.buffer.ByteBuf buffer, int length, ColumnDefinitionPacket column, Class<? extends T> type, ExceptionFactory factory)TCodec. decodeText(io.netty.buffer.ByteBuf buffer, int length, ColumnDefinitionPacket column, Class<? extends T> type, ExceptionFactory factory)static BindValueCodecs. encode(Object value, int index, Protocol protocol, ExceptionFactory factory, Context context)BindValueCodec. encodeBinary(io.netty.buffer.ByteBufAllocator allocator, Object value, ExceptionFactory factory)BindValueCodec. encodeText(io.netty.buffer.ByteBufAllocator allocator, Object value, Context context, ExceptionFactory factory)Constructors in org.mariadb.r2dbc.codec with parameters of type ExceptionFactory Constructor Description BinaryRowDecoder(List<ColumnDefinitionPacket> columns, MariadbConnectionConfiguration conf, ExceptionFactory factory)RowDecoder(MariadbConnectionConfiguration conf, ExceptionFactory factory)TextRowDecoder(List<ColumnDefinitionPacket> columns, MariadbConnectionConfiguration conf, ExceptionFactory factory) -
Uses of ExceptionFactory in org.mariadb.r2dbc.codec.list
Methods in org.mariadb.r2dbc.codec.list with parameters of type ExceptionFactory Modifier and Type Method Description BigDecimalBigDecimalCodec. decodeBinary(io.netty.buffer.ByteBuf buf, int length, ColumnDefinitionPacket column, Class<? extends BigDecimal> type, ExceptionFactory factory)BigIntegerBigIntegerCodec. decodeBinary(io.netty.buffer.ByteBuf buf, int length, ColumnDefinitionPacket column, Class<? extends BigInteger> type, ExceptionFactory factory)BitSetBitSetCodec. decodeBinary(io.netty.buffer.ByteBuf buf, int length, ColumnDefinitionPacket column, Class<? extends BitSet> type, ExceptionFactory factory)io.r2dbc.spi.BlobBlobCodec. decodeBinary(io.netty.buffer.ByteBuf buf, int length, ColumnDefinitionPacket column, Class<? extends io.r2dbc.spi.Blob> type, ExceptionFactory factory)BooleanBooleanCodec. decodeBinary(io.netty.buffer.ByteBuf buf, int length, ColumnDefinitionPacket column, Class<? extends Boolean> type, ExceptionFactory factory)byte[]ByteArrayCodec. decodeBinary(io.netty.buffer.ByteBuf buf, int length, ColumnDefinitionPacket column, Class<? extends byte[]> type, ExceptionFactory factory)ByteBufferByteBufferCodec. decodeBinary(io.netty.buffer.ByteBuf buf, int length, ColumnDefinitionPacket column, Class<? extends ByteBuffer> type, ExceptionFactory factory)ByteByteCodec. decodeBinary(io.netty.buffer.ByteBuf buf, int length, ColumnDefinitionPacket column, Class<? extends Byte> type, ExceptionFactory factory)io.r2dbc.spi.ClobClobCodec. decodeBinary(io.netty.buffer.ByteBuf buf, int length, ColumnDefinitionPacket column, Class<? extends io.r2dbc.spi.Clob> type, ExceptionFactory factory)DoubleDoubleCodec. decodeBinary(io.netty.buffer.ByteBuf buf, int length, ColumnDefinitionPacket column, Class<? extends Double> type, ExceptionFactory factory)DurationDurationCodec. decodeBinary(io.netty.buffer.ByteBuf buf, int length, ColumnDefinitionPacket column, Class<? extends Duration> type, ExceptionFactory factory)FloatFloatCodec. decodeBinary(io.netty.buffer.ByteBuf buf, int length, ColumnDefinitionPacket column, Class<? extends Float> type, ExceptionFactory factory)IntegerIntCodec. decodeBinary(io.netty.buffer.ByteBuf buf, int length, ColumnDefinitionPacket column, Class<? extends Integer> type, ExceptionFactory factory)LocalDateLocalDateCodec. decodeBinary(io.netty.buffer.ByteBuf buf, int length, ColumnDefinitionPacket column, Class<? extends LocalDate> type, ExceptionFactory factory)LocalDateTimeLocalDateTimeCodec. decodeBinary(io.netty.buffer.ByteBuf buf, int length, ColumnDefinitionPacket column, Class<? extends LocalDateTime> type, ExceptionFactory factory)LocalTimeLocalTimeCodec. decodeBinary(io.netty.buffer.ByteBuf buf, int length, ColumnDefinitionPacket column, Class<? extends LocalTime> type, ExceptionFactory factory)LongLongCodec. decodeBinary(io.netty.buffer.ByteBuf buf, int length, ColumnDefinitionPacket column, Class<? extends Long> type, ExceptionFactory factory)ShortShortCodec. decodeBinary(io.netty.buffer.ByteBuf buf, int length, ColumnDefinitionPacket column, Class<? extends Short> type, ExceptionFactory factory)InputStreamStreamCodec. decodeBinary(io.netty.buffer.ByteBuf buf, int length, ColumnDefinitionPacket column, Class<? extends InputStream> type, ExceptionFactory factory)StringStringCodec. decodeBinary(io.netty.buffer.ByteBuf buf, int length, ColumnDefinitionPacket column, Class<? extends String> type, ExceptionFactory factory)BigDecimalBigDecimalCodec. decodeText(io.netty.buffer.ByteBuf buf, int length, ColumnDefinitionPacket column, Class<? extends BigDecimal> type, ExceptionFactory factory)BigIntegerBigIntegerCodec. decodeText(io.netty.buffer.ByteBuf buf, int length, ColumnDefinitionPacket column, Class<? extends BigInteger> type, ExceptionFactory factory)BitSetBitSetCodec. decodeText(io.netty.buffer.ByteBuf buf, int length, ColumnDefinitionPacket column, Class<? extends BitSet> type, ExceptionFactory factory)io.r2dbc.spi.BlobBlobCodec. decodeText(io.netty.buffer.ByteBuf buf, int length, ColumnDefinitionPacket column, Class<? extends io.r2dbc.spi.Blob> type, ExceptionFactory factory)BooleanBooleanCodec. decodeText(io.netty.buffer.ByteBuf buf, int length, ColumnDefinitionPacket column, Class<? extends Boolean> type, ExceptionFactory factory)byte[]ByteArrayCodec. decodeText(io.netty.buffer.ByteBuf buf, int length, ColumnDefinitionPacket column, Class<? extends byte[]> type, ExceptionFactory factory)ByteBufferByteBufferCodec. decodeText(io.netty.buffer.ByteBuf buf, int length, ColumnDefinitionPacket column, Class<? extends ByteBuffer> type, ExceptionFactory factory)ByteByteCodec. decodeText(io.netty.buffer.ByteBuf buf, int length, ColumnDefinitionPacket column, Class<? extends Byte> type, ExceptionFactory factory)io.r2dbc.spi.ClobClobCodec. decodeText(io.netty.buffer.ByteBuf buf, int length, ColumnDefinitionPacket column, Class<? extends io.r2dbc.spi.Clob> type, ExceptionFactory factory)DoubleDoubleCodec. decodeText(io.netty.buffer.ByteBuf buf, int length, ColumnDefinitionPacket column, Class<? extends Double> type, ExceptionFactory factory)DurationDurationCodec. decodeText(io.netty.buffer.ByteBuf buf, int length, ColumnDefinitionPacket column, Class<? extends Duration> type, ExceptionFactory factory)FloatFloatCodec. decodeText(io.netty.buffer.ByteBuf buf, int length, ColumnDefinitionPacket column, Class<? extends Float> type, ExceptionFactory factory)IntegerIntCodec. decodeText(io.netty.buffer.ByteBuf buf, int length, ColumnDefinitionPacket column, Class<? extends Integer> type, ExceptionFactory factory)LocalDateLocalDateCodec. decodeText(io.netty.buffer.ByteBuf buf, int length, ColumnDefinitionPacket column, Class<? extends LocalDate> type, ExceptionFactory factory)LocalDateTimeLocalDateTimeCodec. decodeText(io.netty.buffer.ByteBuf buf, int length, ColumnDefinitionPacket column, Class<? extends LocalDateTime> type, ExceptionFactory factory)LocalTimeLocalTimeCodec. decodeText(io.netty.buffer.ByteBuf buf, int length, ColumnDefinitionPacket column, Class<? extends LocalTime> type, ExceptionFactory factory)LongLongCodec. decodeText(io.netty.buffer.ByteBuf buf, int length, ColumnDefinitionPacket column, Class<? extends Long> type, ExceptionFactory factory)ShortShortCodec. decodeText(io.netty.buffer.ByteBuf buf, int length, ColumnDefinitionPacket column, Class<? extends Short> type, ExceptionFactory factory)InputStreamStreamCodec. decodeText(io.netty.buffer.ByteBuf buf, int length, ColumnDefinitionPacket column, Class<? extends InputStream> type, ExceptionFactory factory)StringStringCodec. decodeText(io.netty.buffer.ByteBuf buf, int length, ColumnDefinitionPacket column, Class<? extends String> type, ExceptionFactory factory)BindValueBigDecimalCodec. encodeBinary(io.netty.buffer.ByteBufAllocator allocator, Object value, ExceptionFactory factory)BindValueBigIntegerCodec. encodeBinary(io.netty.buffer.ByteBufAllocator allocator, Object value, ExceptionFactory factory)BindValueBitSetCodec. encodeBinary(io.netty.buffer.ByteBufAllocator allocator, Object value, ExceptionFactory factory)BindValueBlobCodec. encodeBinary(io.netty.buffer.ByteBufAllocator allocator, Object value, ExceptionFactory factory)BindValueBooleanCodec. encodeBinary(io.netty.buffer.ByteBufAllocator allocator, Object value, ExceptionFactory factory)BindValueByteArrayCodec. encodeBinary(io.netty.buffer.ByteBufAllocator allocator, Object value, ExceptionFactory factory)BindValueByteBufferCodec. encodeBinary(io.netty.buffer.ByteBufAllocator allocator, Object value, ExceptionFactory factory)BindValueByteCodec. encodeBinary(io.netty.buffer.ByteBufAllocator allocator, Object value, ExceptionFactory factory)BindValueClobCodec. encodeBinary(io.netty.buffer.ByteBufAllocator allocator, Object value, ExceptionFactory factory)BindValueDoubleCodec. encodeBinary(io.netty.buffer.ByteBufAllocator allocator, Object value, ExceptionFactory factory)BindValueDurationCodec. encodeBinary(io.netty.buffer.ByteBufAllocator allocator, Object value, ExceptionFactory factory)BindValueFloatCodec. encodeBinary(io.netty.buffer.ByteBufAllocator allocator, Object value, ExceptionFactory factory)BindValueIntCodec. encodeBinary(io.netty.buffer.ByteBufAllocator allocator, Object value, ExceptionFactory factory)BindValueLocalDateCodec. encodeBinary(io.netty.buffer.ByteBufAllocator allocator, Object value, ExceptionFactory factory)BindValueLocalDateTimeCodec. encodeBinary(io.netty.buffer.ByteBufAllocator allocator, Object value, ExceptionFactory factory)BindValueLocalTimeCodec. encodeBinary(io.netty.buffer.ByteBufAllocator allocator, Object value, ExceptionFactory factory)BindValueLongCodec. encodeBinary(io.netty.buffer.ByteBufAllocator allocator, Object value, ExceptionFactory factory)BindValueShortCodec. encodeBinary(io.netty.buffer.ByteBufAllocator allocator, Object value, ExceptionFactory factory)BindValueStreamCodec. encodeBinary(io.netty.buffer.ByteBufAllocator allocator, Object value, ExceptionFactory factory)BindValueStringCodec. encodeBinary(io.netty.buffer.ByteBufAllocator allocator, Object value, ExceptionFactory factory)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)static int[]LocalTimeCodec. parseTime(io.netty.buffer.ByteBuf buf, int length, ColumnDefinitionPacket column, ExceptionFactory factory)
-