Module org.jooq
Package org.jooq

Interface ResultOrRows


public interface ResultOrRows
A type that contains either a Result, an update count, or an exception.
Author:
Lukas Eder
  • Method Summary

    Modifier and Type
    Method
    Description
    The exception if applicable or null if there was no exception.
    The result or null if there was no result.
    int
    The update count if applicable, or the number of rows in result().