Package com.softwaremining.sql
Interface SQLHandlerInterface
- All Known Subinterfaces:
CICSHandlerInterface
- All Known Implementing Classes:
CicsBaseService
,DcAppLauncherService
,DliBaseService
,ESQLBaseService
,ESQLProcessor
,ILEBaseService
,KeyGenerator
,SPProcessor
public interface SQLHandlerInterface
-
Field Summary
Modifier and TypeFieldDescriptionstatic 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 methodstatic 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 exceptionstatic 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 exceptionstatic final String
-
Field Details
-
HANDLER_NOT_INTIALIZED
static final int HANDLER_NOT_INTIALIZEDOn encountering an SQL Exception, throw an exception- See Also:
-
HANDLER_CONTINUE
static final int HANDLER_CONTINUEOn 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_TOOn encountering an SQL Exception, Go_TO the named method- See Also:
-
HANDLER_THROW
static final int HANDLER_THROWOn encountering an SQL Exception, throw an exception- See Also:
-
HANDLER_METHOD_CALL
static final int HANDLER_METHOD_CALLOn 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_PERFORMOn encountering an SQL Exception, invoke the method using standard java method invocation (not same as GO_TO).- See Also:
-
SQL_SCHEMA_PROP
- See Also:
-