Interface JdbcOperationQueryCall

All Superinterfaces:
JdbcOperation, JdbcOperationQuery, JdbcOperationQueryAnonBlock
All Known Implementing Classes:
JdbcCallImpl

public interface JdbcOperationQueryCall extends JdbcOperationQueryAnonBlock
Author:
Steve Ebersole
  • Method Details

    • getFunctionReturn

      JdbcCallFunctionReturn getFunctionReturn()
      If the call is a function, returns the function return descriptor
    • getParameterRegistrations

      List<JdbcCallParameterRegistration> getParameterRegistrations()
      Get the list of any parameter registrations we need to register against the generated CallableStatement
    • getParameterExtractors

      List<JdbcCallParameterExtractor> getParameterExtractors()
      Extractors for reading back any OUT/INOUT parameters.
    • getCallRefCursorExtractors

      List<JdbcCallRefCursorExtractor> getCallRefCursorExtractors()
      Extractors for REF_CURSOR (ResultSet) parameters