Interface SQLHandlerInterface

All Known Subinterfaces:
CICSHandlerInterface
All Known Implementing Classes:
CicsBaseService, DcAppLauncherService, DliBaseService, ESQLBaseService, ESQLProcessor, ILEBaseService, KeyGenerator, SPProcessor

public interface SQLHandlerInterface
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    On encountering an SQL Exception, report it within SQLCA and continue with the method.
    static final int
    On encountering an SQL Exception, Go_TO the named method
    static final int
    On encountering an SQL Exception, invoke the method using standard java method invocation (not same as GO_TO).
    static final int
    On encountering an SQL Exception, throw an exception
    static final int
    On encountering an SQL Exception, invoke the method using standard java method invocation (not same as GO_TO).
    static final int
     
    static final int
    On encountering an SQL Exception, throw an exception
    static final String
     
  • Field Details

    • HANDLER_NOT_INTIALIZED

      static final int HANDLER_NOT_INTIALIZED
      On encountering an SQL Exception, throw an exception
      See Also:
    • HANDLER_CONTINUE

      static final int HANDLER_CONTINUE
      On encountering an SQL Exception, report it within SQLCA and continue with the method. Do not throw an exception
      See Also:
    • HANDLER_STOP

      static final int HANDLER_STOP
      See Also:
    • HANDLER_GO_TO

      static final int HANDLER_GO_TO
      On encountering an SQL Exception, Go_TO the named method
      See Also:
    • HANDLER_THROW

      static final int HANDLER_THROW
      On encountering an SQL Exception, throw an exception
      See Also:
    • HANDLER_METHOD_CALL

      static final int HANDLER_METHOD_CALL
      On encountering an SQL Exception, invoke the method using standard java method invocation (not same as GO_TO).
      See Also:
    • HANDLER_PERFORM

      static final int HANDLER_PERFORM
      On encountering an SQL Exception, invoke the method using standard java method invocation (not same as GO_TO).
      See Also:
    • SQL_SCHEMA_PROP

      static final String SQL_SCHEMA_PROP
      See Also: