Interface Output

All Known Subinterfaces:
ResultSetOutput, UpdateCountOutput

public interface Output
Common contract for individual return objects which can be either results (ResultSetOutput) or update counts (UpdateCountOutput).
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Determine if this return is a result (castable to ResultSetOutput).
  • Method Details