| Interface | Description |
|---|---|
| CallHandler |
The aim of this interface is to provide entry points before and
after each CALL and CANCEL statement.
|
| CobValue | |
| EsqlPrepareHandler |
The aim of this interface is to to provide an entry point to customize
prepared ESQL statements before they're executed.
|
| EsqlSqlcaHandler |
The aim of this interface is to provide a way to customize
SQL error codes and messages before they're stored in the SQLCA.
|
| ICobolVar |
Base Interface for all the isCOBOL variables and literals.
|
| INumericVar |
Base Interface for all numeric isCOBOL variables and literals.
|
| IObjectVar | |
| IPicAlphaEdit | |
| IPicAnyLength | |
| IPicG | |
| IPicN | |
| IPicNumEdit | |
| IscobolCall | |
| IscobolModule | |
| MyDataSource |
MyDataSource describes the interface to provide a custom JDBC connection to the COBOL program.
|
| Exception | Description |
|---|---|
| IscobolRuntimeException |
isCOBOL error handling.
|