Interface RoutineResult


public interface RoutineResult
  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull org.jooq.Field<?>[]
     
    @Nullable org.jooq.Record
     
  • Method Details

    • getOutputFields

      @NotNull @NotNull org.jooq.Field<?>[] getOutputFields()
    • getRecord

      @Nullable @Nullable org.jooq.Record getRecord()