- EFDHelper - Class in com.iscobol.java
-
The aim of this class is the creation of a COBOL structured variable,
whose description is in a EFD file created by the compiler.
- EFDHelper(String) - Constructor for class com.iscobol.java.EFDHelper
-
- EFDHelper(InputStream) - Constructor for class com.iscobol.java.EFDHelper
-
- EFDHelper.Field - Class in com.iscobol.java
-
- EFDHelper.Key - Class in com.iscobol.java
-
This class stores information about a key.
- enableEdit() - Method in interface com.iscobol.rts.IPicAlphaEdit
-
for internal use only
- endElement(String, String, String) - Method in class com.iscobol.java.EFDHelper
-
- endGroup() - Method in class com.iscobol.java.CobolVarHelper
-
Closes a structured variable.
- EsqlPrepareHandler - Interface in com.iscobol.rts
-
The aim of this interface is to to provide an entry point to customize
prepared ESQL statements before they're executed.
- EsqlPrepareHandler_n - Interface in com.iscobol.rts_n
-
The aim of this interface is to to provide an entry point to customize
prepared ESQL statements before they're executed.
- EsqlSqlcaHandler - Interface in com.iscobol.rts
-
The aim of this interface is to provide a way to customize
SQL error codes and messages before they're stored in the SQLCA.
- EsqlSqlcaHandler_n - Interface in com.iscobol.rts_n
-
The aim of this interface is to provide a way to customize
SQL error codes and messages before they're stored in the SQLCA.
- eval() - Method in interface com.iscobol.rts.CobValue
-
- exists(String) - Static method in class com.iscobol.java.IsCobol
-
return true if the program specified by programName
is available in the classpath or code_prefix
- existsDynamicElement(int[]) - Method in interface com.iscobol.rts.ICobolVar
-
for internal use only