Class MariadbReadable

    • Method Detail

      • updateRaw

        protected void updateRaw​(io.netty.buffer.ByteBuf data)
      • get

        @Nullable
        public <T> T get​(int index,
                         Class<T> type)
        Specified by:
        get in interface io.r2dbc.spi.Readable
      • get

        @Nullable
        public <T> T get​(String name,
                         Class<T> type)
        Specified by:
        get in interface io.r2dbc.spi.Readable