Interface MariadbRow

  • All Superinterfaces:
    io.r2dbc.spi.Readable, io.r2dbc.spi.Row

    public interface MariadbRow
    extends io.r2dbc.spi.Row
    A Row for a MariaDB/MySQL database.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.mariadb.r2dbc.client.MariadbRowMetadata getMetadata()
      Returns the RowMetadata for all columns in this row.
      • Methods inherited from interface io.r2dbc.spi.Readable

        get, get, get, get
    • Method Detail

      • getMetadata

        org.mariadb.r2dbc.client.MariadbRowMetadata getMetadata()
        Returns the RowMetadata for all columns in this row.
        Specified by:
        getMetadata in interface io.r2dbc.spi.Row
        Returns:
        the RowMetadata for all columns in this row
        Since:
        0.9