Interface MariadbOutParameters

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.mariadb.r2dbc.client.MariadbOutParametersMetadata 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.MariadbOutParametersMetadata getMetadata()
        Returns the RowMetadata for all columns in this row.
        Specified by:
        getMetadata in interface io.r2dbc.spi.OutParameters
        Returns:
        the RowMetadata for all columns in this row
        Since:
        0.9