Package io.github.zero88.jooqx.routine
Interface RoutineResult
public interface RoutineResult
-
Method Summary
Modifier and TypeMethodDescription@NotNull org.jooq.Field<?>[]
@Nullable org.jooq.Record
-
Method Details
-
getOutputFields
@NotNull @NotNull org.jooq.Field<?>[] getOutputFields() -
getRecord
@Nullable @Nullable org.jooq.Record getRecord()
-