Skip navigation links
A B C D E F G H I J K L M N O P R S T U V W Z _ 

A

ABS(Byte) - Static method in class com.heirloomcomputing.epli.runtime.Builtin
Return the absolute value of the argument.
ABS(Short) - Static method in class com.heirloomcomputing.epli.runtime.Builtin
Return the absolute value of the argument.
ABS(Integer) - Static method in class com.heirloomcomputing.epli.runtime.Builtin
Return the absolute value of the argument.
ABS(Long) - Static method in class com.heirloomcomputing.epli.runtime.Builtin
Return the absolute value of the argument.
ABS(Float) - Static method in class com.heirloomcomputing.epli.runtime.Builtin
Return the absolute value of the argument.
ABS(Double) - Static method in class com.heirloomcomputing.epli.runtime.Builtin
Return the absolute value of the argument.
ABS(FixedBin) - Static method in class com.heirloomcomputing.epli.runtime.Builtin
Return the absolute value of the argument.
ABS(BigDecimal) - Static method in class com.heirloomcomputing.epli.runtime.Builtin
Return the absolute value of the argument.
ABS(BigInteger) - Static method in class com.heirloomcomputing.epli.runtime.Builtin
Return the absolute value of the argument.
ABS(Complex) - Static method in class com.heirloomcomputing.epli.runtime.Builtin
Return the absolute value of the argument.
ABS(Picture) - Static method in class com.heirloomcomputing.epli.runtime.Builtin
Return the absolute value of the argument.
abs() - Method in class com.heirloomcomputing.epli.runtime.Complex
abs() - return abs/modulus/magnitude
abs() - Method in class com.heirloomcomputing.epli.runtime.Picture
abs() - return abs/modulus/magnitude
absolute(int) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
AbstractResultSet - Class in com.heirloomcomputing.epli.runtime
AbstractResultSet an abstract representation of java.sql.ResultSet for purposes of implementing only those methods one is interested in
AbstractResultSet() - Constructor for class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
Activate(OnUnit) - Static method in exception com.heirloomcomputing.epli.runtime.Condition
Activate the condition associated with the given OnUnit.
add(Pointer<?>) - Method in class com.heirloomcomputing.epli.runtime.Area
Add a Pointer (or its subclass Offset) to an area
add(Array<T>) - Method in class com.heirloomcomputing.epli.runtime.Array
add - add an array or a scalar (also given as a 1x1 array) to every element of an array
ADD(Object, Object, int, int) - Static method in class com.heirloomcomputing.epli.runtime.Builtin
ADD returns the sum of x and y with a precision specified by p and q.
add(Complex) - Method in class com.heirloomcomputing.epli.runtime.Complex
add(b) - return a new Complex object whose value is (this + b)
add(FixedBin) - Method in class com.heirloomcomputing.epli.runtime.FixedBin
add - add two FixedBin numbers returning the result
add(Picture) - Method in class com.heirloomcomputing.epli.runtime.Picture
add(b) - return a new Picture object whose value is (this + b)
ADDR(Pointer<?>, Object) - Static method in class com.heirloomcomputing.epli.runtime.Builtin
ADDR simulates taking the address of one variable to be used as a base for another using handles (Pointer to a Pointer).
ADDR(Object, Class<?>, Object) - Static method in class com.heirloomcomputing.epli.runtime.Builtin
ADDR returns the pointer value that identifies the generation of outerClass mapped to the object ref.
afterLast() - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
allocate(int) - Method in class com.heirloomcomputing.epli.runtime.Area
Allocate or reallocate an area of a certain size
allocate(Object) - Method in class com.heirloomcomputing.epli.runtime.SqlCursors
allocate a cursor by cursor name
allocate(Object, boolean) - Method in class com.heirloomcomputing.epli.runtime.SqlCursors
allocate a cursor by cursor name
allocateOpen(Object, boolean) - Method in class com.heirloomcomputing.epli.runtime.SqlCursors
allocate a cursor by cursor name and then open it
allocateOpen(String, Integer) - Method in class com.heirloomcomputing.epli.runtime.SqlCursors
[HCI US812 mnh 2016-3-22] allocate and open a cursor binding it to the result set retrieved from a CALLed stored procedure associated with locator variable LOC
ALLOCATION(Stack<?>) - Static method in class com.heirloomcomputing.epli.runtime.Builtin
ALLOCATION returns a FIXED BINARY(31,0) specifying the number of generations that can be accessed in the current program for x.
annoBIT(Object) - Static method in class com.heirloomcomputing.epli.runtime.EPLIConversion
annoBIT - return a field's declared BIT annotation value
annoCHAR(Object) - Static method in class com.heirloomcomputing.epli.runtime.EPLIConversion
annoCHAR - return a field's declared CHAR annotation value
annoDECIMALprecision(Object) - Static method in class com.heirloomcomputing.epli.runtime.EPLIConversion
annoDECIMALprecision - return a field's declared DECIMAL annotation, precision value
annoDECIMALscale(Object) - Static method in class com.heirloomcomputing.epli.runtime.EPLIConversion
annoDECIMALscale - return a field's declared DECIMAL annotation, scale value
annoPIC(Object) - Static method in class com.heirloomcomputing.epli.runtime.EPLIConversion
annoPIC - return a field's declared CHAR annotation value
Annotations(Group, String) - Static method in class com.heirloomcomputing.epli.runtime.EPLI
look for a member (field) within a group (class) and return annotations attached to it.
annoVARY(Object) - Static method in class com.heirloomcomputing.epli.runtime.EPLIConversion
annoVARY - return a field's declared CHAR annotation value
append(ByteBuilder) - Method in class com.heirloomcomputing.epli.runtime.ByteBuilder
append - add a ByteBuilder to this ByteBuilder
append(byte[]) - Method in class com.heirloomcomputing.epli.runtime.ByteBuilder
append - add a byte string to the end
append(Long) - Method in class com.heirloomcomputing.epli.runtime.ByteBuilder
append - add an Long to the end
append(Integer) - Method in class com.heirloomcomputing.epli.runtime.ByteBuilder
append - add an Integer to the end
append(Byte) - Method in class com.heirloomcomputing.epli.runtime.ByteBuilder
append - add a Byte to the end
append(Short) - Method in class com.heirloomcomputing.epli.runtime.ByteBuilder
append - add a Short to the end
append(String) - Method in class com.heirloomcomputing.epli.runtime.ByteBuilder
append - add a Varying Char String to the end
append(String, int) - Method in class com.heirloomcomputing.epli.runtime.ByteBuilder
append - add a Fixed Char String to the end
append(Float) - Method in class com.heirloomcomputing.epli.runtime.ByteBuilder
append - add a Float to the end
append(Double) - Method in class com.heirloomcomputing.epli.runtime.ByteBuilder
append - add a Double to the end
append(Group) - Method in class com.heirloomcomputing.epli.runtime.ByteBuilder
append - add a Elastic PL/I Group to the end
append(BigDecimal) - Method in class com.heirloomcomputing.epli.runtime.ByteBuilder
append - add a BigDecimal to the end
append(BigInteger) - Method in class com.heirloomcomputing.epli.runtime.ByteBuilder
append - add a BigInteger to the end
append(Boolean) - Method in class com.heirloomcomputing.epli.runtime.ByteBuilder
append - add a Boolean to the end
append(BitN) - Method in class com.heirloomcomputing.epli.runtime.ByteBuilder
append - add a BitN to the end
append(FixedBin) - Method in class com.heirloomcomputing.epli.runtime.ByteBuilder
append - add a FixedBin to the end
append(Array<?>) - Method in class com.heirloomcomputing.epli.runtime.ByteBuilder
append - add a Array to the end
append(Area) - Method in class com.heirloomcomputing.epli.runtime.ByteBuilder
append - add a Area to the end
append(Offset<?>) - Method in class com.heirloomcomputing.epli.runtime.ByteBuilder
append - add a Offset to the end
append(Pointer<?>) - Method in class com.heirloomcomputing.epli.runtime.ByteBuilder
append - add a Pointer to the end
append(Complex) - Method in class com.heirloomcomputing.epli.runtime.ByteBuilder
append - add a Complex to the end
append(Picture) - Method in class com.heirloomcomputing.epli.runtime.ByteBuilder
append - add a Picture to the end
append(Object) - Method in class com.heirloomcomputing.epli.runtime.ByteBuilder
append - add an Object (which still must be an instanceof a wrappered primitive) to the end
append(EPLITYPES, Object) - Method in class com.heirloomcomputing.epli.runtime.ByteBuilder
append - add an Object (which still must be an instanceof a wrappered primitive) to the end
append(Object, short) - Method in class com.heirloomcomputing.epli.runtime.ByteBuilder
append - add an Object (which still must be an instanceof a wrappered primitive) to the end.
append(EPLITYPES, Object, short) - Method in class com.heirloomcomputing.epli.runtime.ByteBuilder
append - add an Object (which still must be an instanceof a wrappered primitive) to the end.
Area - Class in com.heirloomcomputing.epli.runtime
Simulate the PL/I AREA, a block of memory in which other objects can be allocated and referenced.
Area() - Constructor for class com.heirloomcomputing.epli.runtime.Area
constructor - create a null Area
Area(String, int) - Constructor for class com.heirloomcomputing.epli.runtime.Area
constructor - create a Area of a certain size and given name
Array<T> - Class in com.heirloomcomputing.epli.runtime
Simulates the PL/I multi-dimensional array of a given type T.
Array() - Constructor for class com.heirloomcomputing.epli.runtime.Array
Do not use this default constructor
Array(int, Class<?>, Object, T, String) - Constructor for class com.heirloomcomputing.epli.runtime.Array
Construct a new array with single dimension with an upper bound and an initial value within another container object.
Array(int, Class<?>, Object, T[], String) - Constructor for class com.heirloomcomputing.epli.runtime.Array
Construct a new array with single dimension with an upper bound and an initial value within another container object.
Array(int, int, Class<?>, Object, T, String) - Constructor for class com.heirloomcomputing.epli.runtime.Array
Construct a new array with single dimension of both upper and lower bound and an initial value
Array(int, int, Class<?>, Object, T[], String) - Constructor for class com.heirloomcomputing.epli.runtime.Array
Construct a new array with single dimension of both upper and lower bound and an initial value
Array(int[], Class<?>, Object, T, String) - Constructor for class com.heirloomcomputing.epli.runtime.Array
Construct a new array with multiple dimensions of both upper and lower bounds and an initial value
Array(int[], Class<?>, Object, T[], String) - Constructor for class com.heirloomcomputing.epli.runtime.Array
Construct a new array with multiple dimensions of both upper and lower bounds and an initial value
Array(int[], int[], Class<?>, Object, T, String) - Constructor for class com.heirloomcomputing.epli.runtime.Array
Construct a new array with multiple dimensions of both upper and lower bounds and an initial value
Array(int[], int[], Class<?>, Object, T[], String) - Constructor for class com.heirloomcomputing.epli.runtime.Array
Construct a new array with multiple dimensions of both upper and lower bounds and an initial value
Array(Array<T>) - Constructor for class com.heirloomcomputing.epli.runtime.Array
Copy constructor makes a copy of an array with all the same values
Assert(boolean, String...) - Static method in class com.heirloomcomputing.epli.runtime.EPLI
Throw an ERROR Condition if an unexpected situation occurs
assign(Array<T>) - Method in class com.heirloomcomputing.epli.runtime.Array
Assign one array to another, which for us means keep the indexes the same but assign the contents of the array, thus a B(2,3) assigned to C(3,2) will have the same number of elements and the data will be ordered, but won't match up on specific indexes.
assign(T) - Method in class com.heirloomcomputing.epli.runtime.Array
Assign a scalar to each element of the array
assign(Entry) - Method in class com.heirloomcomputing.epli.runtime.Entry
assign - assign an ENTRY variable or constant to an Entry variable
assign(Object) - Method in class com.heirloomcomputing.epli.runtime.Group
Distribute a value along each element of a structure on a byte-by-byte basis.
assign(T) - Method in class com.heirloomcomputing.epli.runtime.Pointer
Assign the pointer a reference to the given object of type T.
assign(int, int, Object) - Method in class com.heirloomcomputing.epli.runtime.Pointer
Assign a portion of a (usually) Group member of class T a value referred to by this HANDLE.
assign(Pointer<T>) - Method in class com.heirloomcomputing.epli.runtime.Pointer
Assign a handle to a new object pointer.
assign(T, Area) - Method in class com.heirloomcomputing.epli.runtime.Pointer
Assign a pointer within an area a new object reference.
assignByField(Group) - Method in class com.heirloomcomputing.epli.runtime.Group
assign on a field-by-field basis the given Group parameter to this Group.
assignByName(Group) - Method in class com.heirloomcomputing.epli.runtime.Group
assign on a field-by-field basis the given Group parameter to this Group only where structure names match.
assignNextOpenSequence() - Method in class com.heirloomcomputing.epli.runtime.SqlCursors
update the open sequence number

B

beforeFirst() - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
beginTransaction() - Method in class com.heirloomcomputing.epli.runtime.SqlContext
Begin a transaction on the current connection if implicit transactions are enabled.
BFILE - Static variable in class com.heirloomcomputing.epli.runtime.SqlConstants
 
bigDecimalValue() - Method in class com.heirloomcomputing.epli.runtime.Array
bigDecimalValue -- convert an Array to an Array
bigDecimalValue() - Method in class com.heirloomcomputing.epli.runtime.Picture
bigDecimalValue() - return BigDecimal from a (numeric) Picture number
bigIntegerValue() - Method in class com.heirloomcomputing.epli.runtime.Array
bigIntegerValue -- convert an Array to an Array
bigIntegerValue() - Method in class com.heirloomcomputing.epli.runtime.Complex
bigIntegerValue() - return a big integer from a Complex number
bigIntegerValue() - Method in class com.heirloomcomputing.epli.runtime.FixedBin
bigIntegerValue() - return a big integer from a FixedBin number
bigIntegerValue() - Method in class com.heirloomcomputing.epli.runtime.Picture
bigIntegerValue() - return a big integer from a Picture number
BIT - Annotation Type in com.heirloomcomputing.epli.runtime
BIT - Elastic PL/I type information supplementing base Java classes available for reflection at runtime.
BitN - Class in com.heirloomcomputing.epli.runtime
BitN - immutable Java class implementation of the PL/I BIT(n) data type.
BitN() - Constructor for class com.heirloomcomputing.epli.runtime.BitN
constructor - construct a BIT(0), which is unusable for any purpose
BitN(int) - Constructor for class com.heirloomcomputing.epli.runtime.BitN
constructor - construct a BIT(n), with all bits set to '0'B
BitN(BitSet, int) - Constructor for class com.heirloomcomputing.epli.runtime.BitN
constructor - construct a BIT(n) from a BitSet (copy constructor not part of a BitSet)
BitN(long[], int) - Constructor for class com.heirloomcomputing.epli.runtime.BitN
constructor - construct a BIT(n) from a long[] array converting the longs from little-endian to big-endian
BitN(byte[], int) - Constructor for class com.heirloomcomputing.epli.runtime.BitN
constructor - construct a BIT(n) from a long[] array converting the longs from little-endian to big-endian
BitN(String, int) - Constructor for class com.heirloomcomputing.epli.runtime.BitN
constructor - construct a BIT(n) from a String assumed to be in BITCONSTANT form
BitN(BitN) - Constructor for class com.heirloomcomputing.epli.runtime.BitN
copy constructor of BIT(n).
BitN(BitN) - Static method in class com.heirloomcomputing.epli.runtime.EPLI
Runtime copy constructor of BIT(n) since BitN doesn't have one.
BitN(int, BitN) - Static method in class com.heirloomcomputing.epli.runtime.EPLI
Runtime copy constructor of BIT(n) since BitN doesn't have one.
BitN(BitN) - Static method in class com.heirloomcomputing.epli.runtime.EPLIConversion
Runtime copy constructor of BIT(n) since BitN doesn't have one.
BitNAnd(BitN, BitN) - Static method in class com.heirloomcomputing.epli.runtime.EPLI
Runtime & operator for BIT(n) since BitN doesn't have one.
BitNAnd(BitN, BitN) - Static method in class com.heirloomcomputing.epli.runtime.EPLIConversion
Runtime & operator for BIT(n) since BitN doesn't have one.
BitNNot(BitN) - Static method in class com.heirloomcomputing.epli.runtime.EPLI
Runtime prefix ^ operator for BIT(n) since BitN doesn't have one.
BitNNot(BitN) - Static method in class com.heirloomcomputing.epli.runtime.EPLIConversion
Runtime ^ operator for BIT(n) since BitN doesn't have one.
BitNOr(BitN, BitN) - Static method in class com.heirloomcomputing.epli.runtime.EPLI
Runtime | operator for BIT(n) since BitN doesn't have one.
BitNOr(BitN, BitN) - Static method in class com.heirloomcomputing.epli.runtime.EPLIConversion
Runtime | operator for BIT(n) since BitN doesn't have one.
BitNXor(BitN, BitN) - Static method in class com.heirloomcomputing.epli.runtime.EPLI
Runtime infix ^ operator for BIT(n) since BitN doesn't have one.
bitToString(String) - Static method in class com.heirloomcomputing.epli.runtime.EPLIConversion
convert a bit string ('01011101'X) into a Java string
BLOB - Static variable in class com.heirloomcomputing.epli.runtime.SqlConstants
 
BLOB_FILE - Static variable in class com.heirloomcomputing.epli.runtime.SqlConstants
 
booleanValue() - Method in class com.heirloomcomputing.epli.runtime.Complex
booleanValue() - return a (truncated) boolean from a Complex number
booleanValue() - Method in class com.heirloomcomputing.epli.runtime.FixedBin
Convert to boolean
booleanValue() - Method in class com.heirloomcomputing.epli.runtime.Picture
booleanValue() - return a (truncated) boolean from a Picture number or string
boxedName() - Method in enum com.heirloomcomputing.epli.runtime.JAVATYPES
boxedName
BuildDateAndTime() - Static method in class com.heirloomcomputing.epli.runtime.EPLIVersion
Return the build date and time if the build mechanism preprocesses this file replacing atBUILD_DATE_TIMEat
Builtin - Class in com.heirloomcomputing.epli.runtime
Builtin - contains all the (static) methods that implement the standards- and IBM-defined PL/I BUILTIN functions that are not recognized and replaced INLINE by native Java classes and methods.
Builtin() - Constructor for class com.heirloomcomputing.epli.runtime.Builtin
 
ByAddress(Object, Object) - Static method in class com.heirloomcomputing.epli.runtime.EPLI
Assign interior of one object to another matching object type, essentially copying one object to another "by address." allows changing immutable objects (e.g., String, Double, FixedBin) passed as parameters.
BYTEA - Static variable in class com.heirloomcomputing.epli.runtime.SqlConstants
 
ByteBuilder - Class in com.heirloomcomputing.epli.runtime
Like StringBuilder, but for byte[]s and works in both directions, append(*) for adding to a buffer and nextbyte*() to retrieve consecutive pieces of the buffer.
ByteBuilder() - Constructor for class com.heirloomcomputing.epli.runtime.ByteBuilder
Create an empty ByteBuilder, ready for append()ing
ByteBuilder(int) - Constructor for class com.heirloomcomputing.epli.runtime.ByteBuilder
Create an ByteBuilder of a certain size, ready for append()ing
ByteBuilder(byte[]) - Constructor for class com.heirloomcomputing.epli.runtime.ByteBuilder
Create a filled ByteBuilder, ready for either appending or next()ing
ByteBuilder(byte[], int, int) - Constructor for class com.heirloomcomputing.epli.runtime.ByteBuilder
Create a filled ByteBuilder, ready for either appending or next()ing
ByteBuilder(Object) - Constructor for class com.heirloomcomputing.epli.runtime.ByteBuilder
Create a filled ByteBuilder, prefilled with a PL/I var
BYTES - Static variable in class com.heirloomcomputing.epli.runtime.Complex
size in bytes if converted to a byte array
BYTES - Static variable in exception com.heirloomcomputing.epli.runtime.Condition
size in bytes if converted to a byte array hint: cannot be converted to a byte array
BYTES - Static variable in class com.heirloomcomputing.epli.runtime.Offset
size in bytes if converted to a byte array
BYTES - Static variable in class com.heirloomcomputing.epli.runtime.PLIFile
size in bytes if converted to a byte array hint: cannot be converted to a byte array
BYTES - Static variable in class com.heirloomcomputing.epli.runtime.PLIRecord
size in bytes if converted to a byte array hint: cannot be converted to a byte array
BYTES - Static variable in class com.heirloomcomputing.epli.runtime.PLIStream
size in bytes if converted to a byte array hint: cannot be converted to a byte array
BYTES - Static variable in class com.heirloomcomputing.epli.runtime.Pointer
size in bytes if converted to a byte array
BYTES - Static variable in class com.heirloomcomputing.epli.runtime.Union
size in bytes if converted to a byte array
byteValue() - Method in class com.heirloomcomputing.epli.runtime.Array
byteValue -- convert an Array to an Array
byteValue() - Method in class com.heirloomcomputing.epli.runtime.Complex
byteValue() - return a (truncated) byte from a Complex number
byteValue(Object) - Static method in class com.heirloomcomputing.epli.runtime.EPLIConversion
convert the value to a byte
byteValue() - Method in class com.heirloomcomputing.epli.runtime.FixedBin
Convert to byte, truncating any digits to the right of the binary point
byteValue() - Method in class com.heirloomcomputing.epli.runtime.Picture
byteValue() - return a (truncated) byte from a Picture number
byteValueExact() - Method in class com.heirloomcomputing.epli.runtime.FixedBin
Convert to short, truncating any digits to the right of the binary point
ByValue(Object, Object) - Static method in class com.heirloomcomputing.epli.runtime.EPLI
Assign an entire group to a copy of another matching group, essentially copying the interior fields of a Group "by value."

C

CALLCOBOL(String, Context, Object...) - Static method in class com.heirloomcomputing.epli.runtime.Builtin
invoke the Elastic COBOL program with the given (PL/I as COBOL) parameters, setting up an Elastic COBOL program Context if need be.
CALLCOBOLGIVING(String, Context, Class<?>, Object...) - Static method in class com.heirloomcomputing.epli.runtime.Builtin
invoke the Elastic COBOL program with the given (PL/I as COBOL) parameters, setting up an Elastic COBOL program Context if need be, and return a result object
CAN_STORE_ERROR - Static variable in class com.heirloomcomputing.epli.runtime.SqlContext
 
CAN_STORE_ERROR_MASK - Static variable in class com.heirloomcomputing.epli.runtime.SqlContext
 
CAN_STORE_ERROR_NUMERIC_DECIMAL - Static variable in class com.heirloomcomputing.epli.runtime.SqlContext
 
CAN_STORE_ERROR_NUMERIC_WHOLE - Static variable in class com.heirloomcomputing.epli.runtime.SqlContext
 
CAN_STORE_ERROR_STRING - Static variable in class com.heirloomcomputing.epli.runtime.SqlContext
 
CAN_STORE_OK - Static variable in class com.heirloomcomputing.epli.runtime.SqlContext
 
CAN_STORE_WARNING - Static variable in class com.heirloomcomputing.epli.runtime.SqlContext
 
CAN_STORE_WARNING_MASK - Static variable in class com.heirloomcomputing.epli.runtime.SqlContext
 
CAN_STORE_WARNING_SPACES - Static variable in class com.heirloomcomputing.epli.runtime.SqlContext
 
CAN_STORE_WARNING_TRUNCATION - Static variable in class com.heirloomcomputing.epli.runtime.SqlContext
 
cancelRowUpdates() - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
cardinality() - Method in class com.heirloomcomputing.epli.runtime.BitN
cardinality - Returns the number of bits set to true in this BitSet.
cat(BitN, BitN) - Static method in class com.heirloomcomputing.epli.runtime.EPLIConversion
concatenate BIT(n) & BIT(m) into a BIT(n+m)
CEIL(Object) - Static method in class com.heirloomcomputing.epli.runtime.Builtin
CEIL determines the smallest integer value greater than or equal to x, and assigns this value to the result.
CHAR - Annotation Type in com.heirloomcomputing.epli.runtime
CHAR - Elastic PL/I type information supplementing base Java classes available for reflection at runtime.
CHAR - Static variable in class com.heirloomcomputing.epli.runtime.SqlConstants
 
CHARACTER(Object, int) - Static method in class com.heirloomcomputing.epli.runtime.Builtin
CHARACTER returns the character value of x, with a length specified by y.
CHARF - Static variable in class com.heirloomcomputing.epli.runtime.SqlConstants
 
charsConsumed() - Method in class com.heirloomcomputing.epli.runtime.Picture
return the number of chars consumed during conversion
CHARZ - Static variable in class com.heirloomcomputing.epli.runtime.SqlConstants
 
CheckLic() - Static method in class com.heirloomcomputing.epli.runtime.EPLI
Check licensing of the Elastic PL/I Runtime intended to be invoked by a static constructor of one of the core EPLI runtime classes, such as Group
CheckSize(double) - Static method in class com.heirloomcomputing.epli.runtime.EPLIConversion
CheckSize - check invalid IEEE calculation that results in not-a-number and raise the SIZE CONDITION (my estimate for closest equivalent)
CheckZeroDivide(int) - Static method in class com.heirloomcomputing.epli.runtime.EPLIConversion
CheckZeroDivide - check for ZERODIVIDE divisor and throw CONDITION
CheckZeroDivide(long) - Static method in class com.heirloomcomputing.epli.runtime.EPLIConversion
 
CheckZeroDivide(short) - Static method in class com.heirloomcomputing.epli.runtime.EPLIConversion
 
CheckZeroDivide(byte) - Static method in class com.heirloomcomputing.epli.runtime.EPLIConversion
 
CheckZeroDivide(float) - Static method in class com.heirloomcomputing.epli.runtime.EPLIConversion
 
CheckZeroDivide(double) - Static method in class com.heirloomcomputing.epli.runtime.EPLIConversion
 
CheckZeroDivide(boolean) - Static method in class com.heirloomcomputing.epli.runtime.EPLIConversion
 
CheckZeroDivide(Integer) - Static method in class com.heirloomcomputing.epli.runtime.EPLIConversion
 
CheckZeroDivide(Short) - Static method in class com.heirloomcomputing.epli.runtime.EPLIConversion
 
CheckZeroDivide(Long) - Static method in class com.heirloomcomputing.epli.runtime.EPLIConversion
 
CheckZeroDivide(Byte) - Static method in class com.heirloomcomputing.epli.runtime.EPLIConversion
 
CheckZeroDivide(Float) - Static method in class com.heirloomcomputing.epli.runtime.EPLIConversion
 
CheckZeroDivide(Double) - Static method in class com.heirloomcomputing.epli.runtime.EPLIConversion
 
CheckZeroDivide(Picture) - Static method in class com.heirloomcomputing.epli.runtime.EPLIConversion
 
CheckZeroDivide(FixedBin) - Static method in class com.heirloomcomputing.epli.runtime.EPLIConversion
 
CheckZeroDivide(BigInteger) - Static method in class com.heirloomcomputing.epli.runtime.EPLIConversion
 
CheckZeroDivide(BigDecimal) - Static method in class com.heirloomcomputing.epli.runtime.EPLIConversion
 
CheckZeroDivide(String) - Static method in class com.heirloomcomputing.epli.runtime.EPLIConversion
 
classof() - Method in enum com.heirloomcomputing.epli.runtime.EPLITYPES
return the Java class used to represent the Elastic PL/I type
clear() - Method in class com.heirloomcomputing.epli.runtime.Array
Empty an Array
clear() - Method in class com.heirloomcomputing.epli.runtime.BitN
clear - Sets all of the bits in this BitSet to false.
clear(int) - Method in class com.heirloomcomputing.epli.runtime.BitN
clear - Sets one of the bits in this BitSet to false.
clear(int, int) - Method in class com.heirloomcomputing.epli.runtime.BitN
clear - Sets a range of bits in this BitSet to false.
clear() - Method in class com.heirloomcomputing.epli.runtime.ByteBuilder
clear - clear the ByteBuffer of contents
clearWarnings() - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
CLOB - Static variable in class com.heirloomcomputing.epli.runtime.SqlConstants
 
close() - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
close() - Method in class com.heirloomcomputing.epli.runtime.ETPContext
close any resources that might have been left open
close() - Method in class com.heirloomcomputing.epli.runtime.InMemoryResultSet
close this result set
close() - Method in interface com.heirloomcomputing.epli.runtime.IPLIFile
Close the file
close() - Method in class com.heirloomcomputing.epli.runtime.PLIRecord
Close the file
close() - Method in class com.heirloomcomputing.epli.runtime.PLIStream
Close the file
close() - Method in class com.heirloomcomputing.epli.runtime.SqlCursor
close the cursor
close(Object) - Method in class com.heirloomcomputing.epli.runtime.SqlCursors
close a specific cursor among this group of SqlCursors
CloseAll() - Static method in class com.heirloomcomputing.epli.runtime.PLIFile
close and free all New'd file
closeAll() - Method in class com.heirloomcomputing.epli.runtime.SqlCursors
close all cursors in this group of SqlCursors
closeAllNotHeld() - Method in class com.heirloomcomputing.epli.runtime.SqlCursors
close all cursors not marked as WITH HOLD in this group of SqlCursors
code() - Method in exception com.heirloomcomputing.epli.runtime.Condition
Return the code associated with this CONDITION
code() - Method in enum com.heirloomcomputing.epli.runtime.Condition.MessagesAndCodes
code - return the EPLI code associated with this enum as an int
COLLATE() - Static method in class com.heirloomcomputing.epli.runtime.Builtin
COLLATE returns a CHARACTER(256) string comprising the 256 possible CHARACTER(1) values one time each in the collating order.
com.heirloomcomputing.epli.runtime - package com.heirloomcomputing.epli.runtime
 
com.heirloomcomputing.etp.transaction.api - package com.heirloomcomputing.etp.transaction.api
 
commit() - Method in class com.heirloomcomputing.epli.runtime.SqlContext
 
commit(boolean) - Method in class com.heirloomcomputing.epli.runtime.SqlContext
 
compare(FixedBin, FixedBin) - Static method in class com.heirloomcomputing.epli.runtime.FixedBin
compare - static compare two FixedBin values
compareTo(Object) - Method in class com.heirloomcomputing.epli.runtime.BitN
compareTo - compare two BitN objects
compareTo(Byte, BitN) - Static method in class com.heirloomcomputing.epli.runtime.Builtin
compare two Elastic PL/I primitive types
compareTo(Complex) - Method in class com.heirloomcomputing.epli.runtime.Complex
compareTo - compare two Complex numbers
compareTo(Boolean, Boolean) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to BIT(1) and BIT(1)
compareTo(BitN, Boolean) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to BIT(n) and BIT(1)
compareTo(String, Boolean) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to CHAR, CHAR VAR and BIT(1)
compareTo(Byte, Boolean) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FIXED BIN(7) and BIT(1)
compareTo(Short, Boolean) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FIXED BIN(15) and BIT(1)
compareTo(Integer, Boolean) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FIXED BIN(32) and BIT(1)
compareTo(Long, Boolean) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FIXED BIN(63) and BIT(1)
compareTo(BigInteger, Boolean) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FIXED BIN(n; n>63) and BIT(1)
compareTo(FixedBin, Boolean) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FIXED BIN(p,q) and BIT(1)
compareTo(BigDecimal, Boolean) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FIXED DEC(p,q) and BIT(1)
compareTo(Float, Boolean) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FLOAT BIN(64) and BIT(1)
compareTo(Double, Boolean) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FLOAT BIN(32) and BIT(1)
compareTo(Picture, Boolean) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to PIC'99V99' and BIT(1)
compareTo(Boolean, BitN) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to BIT(n) and BIT(1)
compareTo(Boolean, String) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to CHAR, CHAR VAR and BIT(1)
compareTo(Boolean, Byte) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FIXED BIN(7) and BIT(1)
compareTo(Boolean, Short) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FIXED BIN(15) and BIT(1)
compareTo(Boolean, Integer) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FIXED BIN(32) and BIT(1)
compareTo(Boolean, Long) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FIXED BIN(63) and BIT(1)
compareTo(Boolean, BigInteger) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FIXED BIN(n; n>63) and BIT(1)
compareTo(Boolean, FixedBin) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FIXED BIN(p,q) and BIT(1)
compareTo(Boolean, BigDecimal) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FIXED DEC(p,q) and BIT(1)
compareTo(Boolean, Float) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FLOAT BIN(64) and BIT(1)
compareTo(Boolean, Double) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FLOAT BIN(32) and BIT(1)
compareTo(Boolean, Picture) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to PIC'99V99' and BIT(1)
compareTo(BitN, BitN) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to BIT(n) and BIT(n)
compareTo(String, BitN) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to CHAR, CHAR VAR and BIT(n)
compareTo(Byte, BitN) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FIXED BIN(7) and BIT(n)
compareTo(Short, BitN) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FIXED BIN(15) and BIT(n)
compareTo(Integer, BitN) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FIXED BIN(32) and BIT(n)
compareTo(Long, BitN) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FIXED BIN(63) and BIT(n)
compareTo(BigInteger, BitN) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FIXED BIN(n; n>63) and BIT(1)
compareTo(FixedBin, BitN) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FIXED BIN(p,q) and BIT(n)
compareTo(BigDecimal, BitN) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FIXED DEC(p,q) and BIT(n)
compareTo(Float, BitN) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FLOAT BIN(64) and BIT(n)
compareTo(Double, BitN) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FLOAT BIN(32) and BIT(n)
compareTo(Picture, BitN) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to PIC'99V99' and BIT(n)
compareTo(BitN, String) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to CHAR, CHAR VAR and BIT(n)
compareTo(BitN, Byte) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FIXED BIN(7) and BIT(n)
compareTo(BitN, Short) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FIXED BIN(15) and BIT(n)
compareTo(BitN, Integer) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FIXED BIN(32) and BIT(n)
compareTo(BitN, Long) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FIXED BIN(63) and BIT(n)
compareTo(BitN, BigInteger) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FIXED BIN(n; n>63) and BIT(1)
compareTo(BitN, FixedBin) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FIXED BIN(p,q) and BIT(n)
compareTo(BitN, BigDecimal) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FIXED DEC(p,q) and BIT(n)
compareTo(BitN, Float) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FLOAT BIN(64) and BIT(n)
compareTo(BitN, Double) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FLOAT BIN(32) and BIT(n)
compareTo(BitN, Picture) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to PIC'99V99' and BIT(n)
compareTo(String, String) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to CHAR, CHAR VAR and CHAR(n), CHAR(n) VARYING
compareTo(Byte, String) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FIXED BIN(7) and CHAR(n), CHAR(n) VARYING
compareTo(Short, String) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FIXED BIN(15) and CHAR(n), CHAR(n) VARYING
compareTo(Integer, String) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FIXED BIN(32) and CHAR(n), CHAR(n) VARYING
compareTo(Long, String) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FIXED BIN(63) and CHAR(n), CHAR(n) VARYING
compareTo(BigInteger, String) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FIXED BIN(n; n>63) and BIT(1)
compareTo(FixedBin, String) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FIXED BIN(p,q) and CHAR(n), CHAR(n) VARYING
compareTo(BigDecimal, String) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FIXED DEC(p,q) and CHAR(n), CHAR(n) VARYING
compareTo(Float, String) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FLOAT BIN(64) and CHAR(n), CHAR(n) VARYING
compareTo(Double, String) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FLOAT BIN(32) and CHAR(n), CHAR(n) VARYING
compareTo(Picture, String) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to PIC'99V99' and CHAR(n), CHAR(n) VARYING
compareTo(String, Byte) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FIXED BIN(7) and CHAR(n), CHAR(n) VARYING
compareTo(String, Short) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FIXED BIN(15) and CHAR(n), CHAR(n) VARYING
compareTo(String, Integer) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FIXED BIN(32) and CHAR(n), CHAR(n) VARYING
compareTo(String, Long) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FIXED BIN(63) and CHAR(n), CHAR(n) VARYING
compareTo(String, BigInteger) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FIXED BIN(n; n>63) and BIT(1)
compareTo(String, FixedBin) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FIXED BIN(p,q) and CHAR(n), CHAR(n) VARYING
compareTo(String, BigDecimal) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FIXED DEC(p,q) and CHAR(n), CHAR(n) VARYING
compareTo(String, Float) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FLOAT BIN(64) and CHAR(n), CHAR(n) VARYING
compareTo(String, Double) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FLOAT BIN(32) and CHAR(n), CHAR(n) VARYING
compareTo(String, Picture) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to PIC'99V99' and CHAR(n), CHAR(n) VARYING
compareTo(Byte, Byte) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FIXED BIN(7) and FIXED BIN(7)
compareTo(Short, Byte) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FIXED BIN(15) and FIXED BIN(7)
compareTo(Integer, Byte) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FIXED BIN(32) and FIXED BIN(7)
compareTo(Long, Byte) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FIXED BIN(63) and FIXED BIN(7)
compareTo(BigInteger, Byte) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FIXED BIN(n; n>63) and BIT(1)
compareTo(FixedBin, Byte) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FIXED BIN(p,q) and FIXED BIN(7)
compareTo(BigDecimal, Byte) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FIXED DEC(p,q) and FIXED BIN(7)
compareTo(Float, Byte) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FLOAT BIN(64) and FIXED BIN(7)
compareTo(Double, Byte) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FLOAT BIN(32) and FIXED BIN(7)
compareTo(Picture, Byte) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to PIC'99V99' and FIXED BIN(7)
compareTo(Byte, Short) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FIXED BIN(15) and FIXED BIN(7)
compareTo(Byte, Integer) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FIXED BIN(32) and FIXED BIN(7)
compareTo(Byte, Long) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FIXED BIN(63) and FIXED BIN(7)
compareTo(Byte, BigInteger) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FIXED BIN(n; n>63) and BIT(1)
compareTo(Byte, FixedBin) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FIXED BIN(p,q) and FIXED BIN(7)
compareTo(Byte, BigDecimal) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FIXED DEC(p,q) and FIXED BIN(7)
compareTo(Byte, Float) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FLOAT BIN(64) and FIXED BIN(7)
compareTo(Byte, Double) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FLOAT BIN(32) and FIXED BIN(7)
compareTo(Byte, Picture) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to PIC'99V99' and FIXED BIN(7)
compareTo(Short, Short) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FIXED BIN(15) and FIXED BIN(15)
compareTo(Integer, Short) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FIXED BIN(32) and FIXED BIN(15)
compareTo(Long, Short) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FIXED BIN(63) and FIXED BIN(15)
compareTo(BigInteger, Short) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FIXED BIN(n; n>63) and BIT(1)
compareTo(FixedBin, Short) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FIXED BIN(p,q) and FIXED BIN(15)
compareTo(BigDecimal, Short) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FIXED DEC(p,q) and FIXED BIN(15)
compareTo(Float, Short) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FLOAT BIN(64) and FIXED BIN(15)
compareTo(Double, Short) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FLOAT BIN(32) and FIXED BIN(15)
compareTo(Picture, Short) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to PIC'99V99' and FIXED BIN(15)
compareTo(Short, Integer) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FIXED BIN(32) and FIXED BIN(15)
compareTo(Short, Long) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FIXED BIN(63) and FIXED BIN(15)
compareTo(Short, BigInteger) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FIXED BIN(n; n>63) and BIT(1)
compareTo(Short, FixedBin) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FIXED BIN(p,q) and FIXED BIN(15)
compareTo(Short, BigDecimal) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FIXED DEC(p,q) and FIXED BIN(15)
compareTo(Short, Float) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FLOAT BIN(64) and FIXED BIN(15)
compareTo(Short, Double) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FLOAT BIN(32) and FIXED BIN(15)
compareTo(Short, Picture) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to PIC'99V99' and FIXED BIN(15)
compareTo(Integer, Integer) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FIXED BIN(32) and FIXED BIN(31)
compareTo(Long, Integer) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FIXED BIN(63) and FIXED BIN(31)
compareTo(BigInteger, Integer) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FIXED BIN(n; n>63) and BIT(1)
compareTo(FixedBin, Integer) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FIXED BIN(p,q) and FIXED BIN(31)
compareTo(BigDecimal, Integer) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FIXED DEC(p,q) and FIXED BIN(31)
compareTo(Float, Integer) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FLOAT BIN(64) and FIXED BIN(31)
compareTo(Double, Integer) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FLOAT BIN(32) and FIXED BIN(31)
compareTo(Picture, Integer) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to PIC'99V99' and FIXED BIN(31)
compareTo(Integer, Long) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FIXED BIN(63) and FIXED BIN(31)
compareTo(Integer, BigInteger) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FIXED BIN(n; n>63) and BIT(1)
compareTo(Integer, FixedBin) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FIXED BIN(p,q) and FIXED BIN(31)
compareTo(Integer, BigDecimal) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FIXED DEC(p,q) and FIXED BIN(31)
compareTo(Integer, Float) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FLOAT BIN(64) and FIXED BIN(31)
compareTo(Integer, Double) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FLOAT BIN(32) and FIXED BIN(31)
compareTo(Integer, Picture) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to PIC'99V99' and FIXED BIN(31)
compareTo(Long, Long) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FIXED BIN(63) and FIXED BIN(63)
compareTo(BigInteger, Long) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FIXED BIN(n; n>63) and BIT(1)
compareTo(FixedBin, Long) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FIXED BIN(p,q) and FIXED BIN(63)
compareTo(BigDecimal, Long) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FIXED DEC(p,q) and FIXED BIN(63)
compareTo(Float, Long) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FLOAT BIN(64) and FIXED BIN(63)
compareTo(Double, Long) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FLOAT BIN(32) and FIXED BIN(63)
compareTo(Picture, Long) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to PIC'99V99' and FIXED BIN(63)
compareTo(Long, BigInteger) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FIXED BIN(n; n>63) and BIT(1)
compareTo(Long, FixedBin) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FIXED BIN(p,q) and FIXED BIN(63)
compareTo(Long, BigDecimal) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FIXED DEC(p,q) and FIXED BIN(63)
compareTo(Long, Float) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FLOAT BIN(64) and FIXED BIN(63)
compareTo(Long, Double) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FLOAT BIN(32) and FIXED BIN(63)
compareTo(Long, Picture) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to PIC'99V99' and FIXED BIN(63)
compareTo(BigInteger, BigInteger) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FIXED BIN(n; n>63) and BIT(1)
compareTo(FixedBin, BigInteger) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FIXED BIN(p,q) and FIXED BIN(n)
compareTo(BigDecimal, BigInteger) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FIXED DEC(p,q) and FIXED BIN(n)
compareTo(Float, BigInteger) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FLOAT BIN(64) and FIXED BIN(n)
compareTo(Double, BigInteger) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FLOAT BIN(32) and FIXED BIN(n)
compareTo(Picture, BigInteger) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to PIC'99V99' and FIXED BIN(n)
compareTo(BigInteger, FixedBin) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FIXED BIN(p,q) and FIXED BIN(n)
compareTo(BigInteger, BigDecimal) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FIXED DEC(p,q) and FIXED BIN(n)
compareTo(BigInteger, Float) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FLOAT BIN(64) and FIXED BIN(n)
compareTo(BigInteger, Double) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FLOAT BIN(32) and FIXED BIN(n)
compareTo(BigInteger, Picture) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to PIC'99V99' and FIXED BIN(n)
compareTo(FixedBin, FixedBin) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FIXED BIN(n; n>63) and BIT(1)
compareTo(BigDecimal, FixedBin) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FIXED DEC(p,q) and FIXED BIN(p,q)
compareTo(Float, FixedBin) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FLOAT BIN(64) and FIXED BIN(p,q)
compareTo(Double, FixedBin) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FLOAT BIN(32) and FIXED BIN(p,q)
compareTo(Picture, FixedBin) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to PIC'99V99' and FIXED BIN(p,q)
compareTo(FixedBin, BigDecimal) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FIXED DEC(p,q) and FIXED BIN(p,q)
compareTo(FixedBin, Float) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FLOAT BIN(64) and FIXED BIN(p,q)
compareTo(FixedBin, Double) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FLOAT BIN(32) and FIXED BIN(p,q)
compareTo(FixedBin, Picture) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to PIC'99V99' and FIXED BIN(p,q)
compareTo(BigDecimal, BigDecimal) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FIXED DEC(p,q) and FIXED DEC(p,q) and FLOAT DEC(p,q)
compareTo(Float, BigDecimal) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FLOAT BIN(64) and FIXED DEC(p,q) and FLOAT DEC(p,q)
compareTo(Double, BigDecimal) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FLOAT BIN(32) and FIXED DEC(p,q) and FLOAT DEC(p,q)
compareTo(Picture, BigDecimal) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to PIC'99V99' and FIXED DEC(p,q) and FLOAT DEC(p,q)
compareTo(BigDecimal, Float) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FLOAT BIN(64) and FIXED DEC(p,q) and FLOAT DEC(p,q)
compareTo(BigDecimal, Double) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FLOAT BIN(32) and FIXED DEC(p,q) and FLOAT DEC(p,q)
compareTo(BigDecimal, Picture) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to PIC'99V99' and FIXED DEC(p,q) and FLOAT DEC(p,q)
compareTo(Float, Float) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FIXED DEC(p,q) and FLOAT DEC(32)
compareTo(Double, Float) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FLOAT BIN(32) and FLOAT DEC(32)
compareTo(Picture, Float) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to PIC'99V99' and FLOAT DEC(32)
compareTo(Float, Double) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FLOAT BIN(32) and FLOAT DEC(32)
compareTo(Float, Picture) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to PIC'99V99' and FLOAT DEC(32)
compareTo(Double, Double) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FIXED DEC(p,q) and FLOAT DEC(64)
compareTo(Picture, Double) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to PIC'99V99' and FLOAT DEC(64)
compareTo(Double, Picture) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to PIC'99V99' and FLOAT DEC(64)
compareTo(Picture, Picture) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FIXED DEC(p,q) and FLOAT DEC(64)
compareTo(Group, Group) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to Group and Group
compareTo(Boolean, Group) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to Group and Group
compareTo(BitN, Group) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to BIT(n) and Group
compareTo(String, Group) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to CHAR, CHAR VAR and Group
compareTo(Byte, Group) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FIXED BIN(7) and Group
compareTo(Short, Group) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FIXED BIN(15) and Group
compareTo(Integer, Group) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FIXED BIN(32) and Group
compareTo(Long, Group) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FIXED BIN(63) and Group
compareTo(BigInteger, Group) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FIXED BIN(n; n>63) and Group
compareTo(FixedBin, Group) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FIXED BIN(p,q) and Group
compareTo(BigDecimal, Group) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FIXED DEC(p,q) and Group
compareTo(Float, Group) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FLOAT BIN(64) and Group
compareTo(Double, Group) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FLOAT BIN(32) and Group
compareTo(Picture, Group) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to PIC'99V99' and Group
compareTo(Group, Boolean) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to BIT(1) and Group
compareTo(Group, BitN) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to BIT(n) and Group
compareTo(Group, String) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to CHAR, CHAR VAR and Group
compareTo(Group, Byte) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FIXED BIN(7) and Group
compareTo(Group, Short) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FIXED BIN(15) and Group
compareTo(Group, Integer) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FIXED BIN(32) and Group
compareTo(Group, Long) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FIXED BIN(63) and Group
compareTo(Group, BigInteger) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FIXED BIN(n; n>63) and Group
compareTo(Group, FixedBin) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FIXED BIN(p,q) and Group
compareTo(Group, BigDecimal) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FIXED DEC(p,q) and Group
compareTo(Group, Float) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FLOAT BIN(64) and Group
compareTo(Group, Double) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to FLOAT BIN(32) and Group
compareTo(Group, Picture) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
compare Java objects corresponding to PIC'99V99' and Group
compareTo(String, String) - Static method in class com.heirloomcomputing.epli.runtime.EPLIConversion
Runtime fixed or variable CHAR comparison following PL/I rules: IBM PL/I Lang Ref 5.1 pg68: "In the comparison of strings of unequal lengths, the shorter string is padded on the right"
compareTo(FixedBin) - Method in class com.heirloomcomputing.epli.runtime.FixedBin
compareTo - compare two FixedBin values after adjusting to the higher precision and return he value 0 if this FixedBin is equal to the argument FixedBin; a value less than 0 if this FixedBin is numerically less than the argument FixedBin; and a value greater than 0 if this FixedBin is numerically greater than the argument FixedBin (signed comparison).
compareTo(Group) - Method in class com.heirloomcomputing.epli.runtime.Group
Compare two structures (Group), this and anotherGroup.
compareTo(String) - Method in class com.heirloomcomputing.epli.runtime.Group
Compare a structure (Group) when represented as a String to another String.
compareTo(Object) - Method in class com.heirloomcomputing.epli.runtime.Picture
compareTo - compare a Picture with a non-Picture
compareTo(Pointer<T>) - Method in class com.heirloomcomputing.epli.runtime.Pointer
compareTo - compare two typed pointers
Complex - Class in com.heirloomcomputing.epli.runtime
Complex - immutable Java class implementation of the PL/I Complex datatype
Complex() - Constructor for class com.heirloomcomputing.epli.runtime.Complex
Constructor - new Complex variable without a value is 0.0/0.0
Complex(double, double) - Constructor for class com.heirloomcomputing.epli.runtime.Complex
Constructor - construct a Complex number from a "real part" and "imaginary part"
Complex(double) - Constructor for class com.heirloomcomputing.epli.runtime.Complex
Constructor - construct a Complex number from a "real part"
conditiion() - Method in exception com.heirloomcomputing.epli.runtime.Condition
Return the CONDITION associated with this Condition
Condition - Exception in com.heirloomcomputing.epli.runtime
Condition - Elastic PL/I CONDITION represented as Throwable objects.
Condition() - Constructor for exception com.heirloomcomputing.epli.runtime.Condition
Construct an unknown condition or internal error
Condition(Condition.CONDITION, Condition.MessagesAndCodes) - Constructor for exception com.heirloomcomputing.epli.runtime.Condition
Construct a specific condition with a known message and code
Condition(Condition.CONDITION, Condition.MessagesAndCodes, int) - Constructor for exception com.heirloomcomputing.epli.runtime.Condition
Construct a specific condition with a known message, code and subcode
Condition(Condition.CONDITION, Condition.MessagesAndCodes, String) - Constructor for exception com.heirloomcomputing.epli.runtime.Condition
Construct a specific condition with a known message and code, referencing another condition
Condition(Condition.CONDITION, Condition.MessagesAndCodes, int, String) - Constructor for exception com.heirloomcomputing.epli.runtime.Condition
Construct a specific condition with a known message and code
Condition(Condition.CONDITION, Condition.MessagesAndCodes, String, Object...) - Constructor for exception com.heirloomcomputing.epli.runtime.Condition
Construct a specific condition with a known message, other info
Condition(Condition.CONDITION, Condition.MessagesAndCodes, IPLIFile, Object...) - Constructor for exception com.heirloomcomputing.epli.runtime.Condition
Construct a specific condition with a known message, other info
Condition(Condition.CONDITION, Condition.MessagesAndCodes, Condition, Object...) - Constructor for exception com.heirloomcomputing.epli.runtime.Condition
Construct a specific condition with a known message, other info
Condition(String) - Constructor for exception com.heirloomcomputing.epli.runtime.Condition
Construct an ERROR Condition with a specific error message
Condition(Condition.CONDITION, String...) - Constructor for exception com.heirloomcomputing.epli.runtime.Condition
Construct a specific condition with a known message, other info
condition() - Method in exception com.heirloomcomputing.epli.runtime.Condition
Return the CONDITION name
condition() - Method in enum com.heirloomcomputing.epli.runtime.Condition.MessagesAndCodes
condition - return the name of the condition
Condition.CONDITION - Enum in com.heirloomcomputing.epli.runtime
CONDITION - the PL/I defined CONDITIONs
Condition.MessagesAndCodes - Enum in com.heirloomcomputing.epli.runtime
MessagesAndCodes - the Elastic PL/I CONDITION codes and their messages.
conjugate() - Method in class com.heirloomcomputing.epli.runtime.Complex
conjugate() - return a new Complex object whose value is the conjugate of this
connect(String, Object, String, Object, Object, Object) - Method in class com.heirloomcomputing.epli.runtime.SqlContext
Establish and track java.sql.Connection object.
Convert(int) - Static method in enum com.heirloomcomputing.epli.runtime.Condition.MessagesAndCodes
Convert - convert an int code into a MessagesAndCodes enum
Convert(String) - Static method in enum com.heirloomcomputing.epli.runtime.Condition.MessagesAndCodes
Convert - convert an String code into a MessagesAndCodes enum, usually used for cobolFile.getFileStatus() to a message
cos() - Method in class com.heirloomcomputing.epli.runtime.Complex
cos() - return a new Complex object whose value is the complex cosine of this
COUNTER() - Static method in class com.heirloomcomputing.epli.runtime.Builtin
COUNTER returns a CHARACTER string of length 5 containing a decimal number.
create() - Static method in class com.heirloomcomputing.epli.runtime.SqlConnectionFactory
 
create(Object) - Static method in class com.heirloomcomputing.epli.runtime.SqlConnectionFactory
 
create(Object, String) - Static method in class com.heirloomcomputing.epli.runtime.SqlConnectionFactory
 
create(Object, String, Object) - Static method in class com.heirloomcomputing.epli.runtime.SqlConnectionFactory
 
create(Object, String, Object, Object) - Static method in class com.heirloomcomputing.epli.runtime.SqlConnectionFactory
 
create(Object, String, Object, Object, Context) - Static method in class com.heirloomcomputing.epli.runtime.SqlConnectionFactory
 
CURRENT_SQL_CONNECTION_NAME - Static variable in class com.heirloomcomputing.epli.runtime.SqlContext
 
CURRENTSIZE(Object) - Static method in class com.heirloomcomputing.epli.runtime.Builtin
CURRENTSIZE returns a FIXED BIN value that gives the implementation-defined storage, in bytes, required by x

D

DATE() - Static method in class com.heirloomcomputing.epli.runtime.Builtin
DATE returns a nonvarying character(6) string containing the date in the format, YYMMDD.
DATE - Static variable in class com.heirloomcomputing.epli.runtime.SqlConstants
 
DATE_RECORD - Static variable in class com.heirloomcomputing.epli.runtime.SqlConstants
 
DATETIME(String) - Static method in class com.heirloomcomputing.epli.runtime.Builtin
DATETIME returns a character string timestamp of today's date in either the default format or a user-specified format.
DAYS(String, String, Integer) - Static method in class com.heirloomcomputing.epli.runtime.Builtin
DAYS returns a FIXED BINARY(31,0) value that is the number of days (in Lilian format) corresponding to the date d
DAYSTODATE(Integer, String, Integer) - Static method in class com.heirloomcomputing.epli.runtime.Builtin
DAYSTODATE returns a nonvarying character string containing the date in the form p that corresponds to d days (in Lilian format).
DAYSTOSECS(Integer) - Static method in class com.heirloomcomputing.epli.runtime.Builtin
DAYSTOSECS returns a FLOAT BINARY(53) value that is the number of seconds corresponding to the number of days x.
DB2_VARCHAR2 - Static variable in class com.heirloomcomputing.epli.runtime.SqlConstants
 
deallocate() - Method in class com.heirloomcomputing.epli.runtime.SqlCursor
deallocate storage associated with the cursor
deallocate(Object) - Method in class com.heirloomcomputing.epli.runtime.SqlCursors
deallocate a spcific cursor among these SqlCursors
deallocateAll() - Method in class com.heirloomcomputing.epli.runtime.SqlCursors
deallocate all cursors
deallocatePrepare(Object) - Method in class com.heirloomcomputing.epli.runtime.SqlCursors
deallocates any cursors associated with a prepared statement
DECIMAL - Annotation Type in com.heirloomcomputing.epli.runtime
DECIMAL - Elastic PL/I type information supplementing base Java classes available for reflection at runtime.
DECIMAL - Static variable in class com.heirloomcomputing.epli.runtime.SqlConstants
 
declare(PreparedStatement) - Method in class com.heirloomcomputing.epli.runtime.SqlCursor
declare the cursor to be associated with the prepared statement
DEFAULT_CURSOR_NAME - Static variable in class com.heirloomcomputing.epli.runtime.SqlCursor
 
DEFAULT_CURSOR_NAME - Static variable in class com.heirloomcomputing.epli.runtime.SqlCursors
 
DEFAULT_NAME - Static variable in class com.heirloomcomputing.epli.runtime.SqlConnectionFactory
 
DEFAULT_SQL_CONNECTION_NAME - Static variable in class com.heirloomcomputing.epli.runtime.SqlContext
 
DefaultCharset() - Static method in class com.heirloomcomputing.epli.runtime.EPLI
get PL/I's mirror of Charset.defaultCharset() that is initially set from the JVM's start-up Charset.defaultCharset() but can be modified with RuntimeOption("CHARSET=chechen").
delete(byte[]) - Method in interface com.heirloomcomputing.epli.runtime.IPLIFile
Delete the record identified by the key specified when this file or index was opened, which could be a primary or alternate key (IDX files).
delete() - Method in interface com.heirloomcomputing.epli.runtime.IPLIFile
Delete the current record (the last record read)
delete(byte[]) - Method in class com.heirloomcomputing.epli.runtime.PLIRecord
Delete the record identified by the key specified when this file or index was opened, which could be a primary or alternate key (IDX files).
delete() - Method in class com.heirloomcomputing.epli.runtime.PLIRecord
Delete the current record (the last record read)
delete(byte[]) - Method in class com.heirloomcomputing.epli.runtime.PLIStream
Delete the record identified by the key specified NOT VALID for STREAM files
delete() - Method in class com.heirloomcomputing.epli.runtime.PLIStream
Delete the current record (the last record read) NOT VALID for STREAM files
deleteByPrimary(byte[]) - Method in interface com.heirloomcomputing.epli.runtime.IPLIFile
Delete the record identified by the primary /relative record key passed in as a byte array
deleteByPrimary(byte[]) - Method in class com.heirloomcomputing.epli.runtime.PLIRecord
Delete the record identified by the primary /relative record key passed in as a byte array
deleteByPrimary(byte[]) - Method in class com.heirloomcomputing.epli.runtime.PLIStream
Delete the record identified by the primary /relative record key NOT VALID for STREAM files
deleteFile() - Method in interface com.heirloomcomputing.epli.runtime.IPLIFile
Deletes the file
deleteFile() - Method in class com.heirloomcomputing.epli.runtime.PLIRecord
Deletes the file
deleteFile() - Method in class com.heirloomcomputing.epli.runtime.PLIStream
Deletes the file
deleteRow() - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
derefine(Object, Object, int) - Static method in class com.heirloomcomputing.epli.runtime.EPLIConversion
derefine (reverse redefine) one object as another.
Dfhaid - Class in com.heirloomcomputing.epli.runtime
The Elastic PL/I definition of the IBM DFHAID structure.
Dfhaid() - Constructor for class com.heirloomcomputing.epli.runtime.Dfhaid
 
dfhclear - Variable in class com.heirloomcomputing.epli.runtime.Dfhaid
 
dfhclrp - Variable in class com.heirloomcomputing.epli.runtime.Dfhaid
 
Dfheiblk - Class in com.heirloomcomputing.epli.runtime
The Elastic PL/I definition of the IBM DFHEIBLK structure.
Dfheiblk() - Constructor for class com.heirloomcomputing.epli.runtime.Dfheiblk
 
dfhenter - Variable in class com.heirloomcomputing.epli.runtime.Dfhaid
 
dfhmsre - Variable in class com.heirloomcomputing.epli.runtime.Dfhaid
 
dfhnull - Variable in class com.heirloomcomputing.epli.runtime.Dfhaid
 
dfhopid - Variable in class com.heirloomcomputing.epli.runtime.Dfhaid
 
dfhpa1 - Variable in class com.heirloomcomputing.epli.runtime.Dfhaid
 
dfhpa2 - Variable in class com.heirloomcomputing.epli.runtime.Dfhaid
 
dfhpa3 - Variable in class com.heirloomcomputing.epli.runtime.Dfhaid
 
dfhpen - Variable in class com.heirloomcomputing.epli.runtime.Dfhaid
 
dfhpf1 - Variable in class com.heirloomcomputing.epli.runtime.Dfhaid
 
dfhpf10 - Variable in class com.heirloomcomputing.epli.runtime.Dfhaid
 
dfhpf11 - Variable in class com.heirloomcomputing.epli.runtime.Dfhaid
 
dfhpf12 - Variable in class com.heirloomcomputing.epli.runtime.Dfhaid
 
dfhpf13 - Variable in class com.heirloomcomputing.epli.runtime.Dfhaid
 
dfhpf14 - Variable in class com.heirloomcomputing.epli.runtime.Dfhaid
 
dfhpf15 - Variable in class com.heirloomcomputing.epli.runtime.Dfhaid
 
dfhpf16 - Variable in class com.heirloomcomputing.epli.runtime.Dfhaid
 
dfhpf17 - Variable in class com.heirloomcomputing.epli.runtime.Dfhaid
 
dfhpf18 - Variable in class com.heirloomcomputing.epli.runtime.Dfhaid
 
dfhpf19 - Variable in class com.heirloomcomputing.epli.runtime.Dfhaid
 
dfhpf2 - Variable in class com.heirloomcomputing.epli.runtime.Dfhaid
 
dfhpf20 - Variable in class com.heirloomcomputing.epli.runtime.Dfhaid
 
dfhpf21 - Variable in class com.heirloomcomputing.epli.runtime.Dfhaid
 
dfhpf22 - Variable in class com.heirloomcomputing.epli.runtime.Dfhaid
 
dfhpf23 - Variable in class com.heirloomcomputing.epli.runtime.Dfhaid
 
dfhpf24 - Variable in class com.heirloomcomputing.epli.runtime.Dfhaid
 
dfhpf3 - Variable in class com.heirloomcomputing.epli.runtime.Dfhaid
 
dfhpf4 - Variable in class com.heirloomcomputing.epli.runtime.Dfhaid
 
dfhpf5 - Variable in class com.heirloomcomputing.epli.runtime.Dfhaid
 
dfhpf6 - Variable in class com.heirloomcomputing.epli.runtime.Dfhaid
 
dfhpf7 - Variable in class com.heirloomcomputing.epli.runtime.Dfhaid
 
dfhpf8 - Variable in class com.heirloomcomputing.epli.runtime.Dfhaid
 
dfhpf9 - Variable in class com.heirloomcomputing.epli.runtime.Dfhaid
 
dfhstrf - Variable in class com.heirloomcomputing.epli.runtime.Dfhaid
 
dfhtrig - Variable in class com.heirloomcomputing.epli.runtime.Dfhaid
 
dibdbdnm - Variable in class com.heirloomcomputing.epli.runtime.Dfheiblk
 
dibdborg - Variable in class com.heirloomcomputing.epli.runtime.Dfheiblk
 
dibkfbl - Variable in class com.heirloomcomputing.epli.runtime.Dfheiblk
 
dibseglv - Variable in class com.heirloomcomputing.epli.runtime.Dfheiblk
 
dibsegm - Variable in class com.heirloomcomputing.epli.runtime.Dfheiblk
 
dibstat - Variable in class com.heirloomcomputing.epli.runtime.Dfheiblk
 
dibver - Variable in class com.heirloomcomputing.epli.runtime.Dfheiblk
 
digits() - Method in class com.heirloomcomputing.epli.runtime.FixedBin
Return the number of defined or adjusted by way of computations
DIMENSION(Array<?>, Integer) - Static method in class com.heirloomcomputing.epli.runtime.Builtin
DIMENSION returns a FIXED BINARY value that specifies the current extent of dimension y of x.
Disable(Condition.CONDITION) - Static method in exception com.heirloomcomputing.epli.runtime.Condition
Disable a condition within this block
disconnect(Connection) - Static method in class com.heirloomcomputing.epli.runtime.SqlConnectionFactory
 
disconnect() - Method in class com.heirloomcomputing.epli.runtime.SqlContext
Disconnect from the current connection.
disconnect(Object) - Method in class com.heirloomcomputing.epli.runtime.SqlContext
Disconnect from the given object, either Connection or connection name.
disconnectAll() - Method in class com.heirloomcomputing.epli.runtime.SqlContext
Disconnect from all managed connections.
DISPLAY - Static variable in class com.heirloomcomputing.epli.runtime.SqlConstants
 
DISPLAY_TRAILING - Static variable in class com.heirloomcomputing.epli.runtime.SqlConstants
 
divide(Array<T>) - Method in class com.heirloomcomputing.epli.runtime.Array
divide - matrix divide by an array or a scalar (also given as a 1x1 array)
DIVIDE(Object, Object, int, int) - Static method in class com.heirloomcomputing.epli.runtime.Builtin
DIVIDE returns the quotient of x/y with a precision specified by p and q.
divide(Complex) - Method in class com.heirloomcomputing.epli.runtime.Complex
divide(b) - return a / b
divide(FixedBin) - Method in class com.heirloomcomputing.epli.runtime.FixedBin
divide - divide a FixedBin number by another and return the result
divide(Picture) - Method in class com.heirloomcomputing.epli.runtime.Picture
divide(b) - return a / b
doubleValue() - Method in class com.heirloomcomputing.epli.runtime.Array
doubleValue -- convert an Array to an Array
doubleValue() - Method in class com.heirloomcomputing.epli.runtime.Complex
doubleValue() - return a (truncated) double from a Complex number
doubleValue(Object) - Static method in class com.heirloomcomputing.epli.runtime.EPLIConversion
convert the value to a double
doubleValue() - Method in class com.heirloomcomputing.epli.runtime.FixedBin
Convert to double
doubleValue() - Method in class com.heirloomcomputing.epli.runtime.Picture
doubleValue() - return a (truncated) double from a Picture number

E

ECTypes - Class in com.heirloomcomputing.epli.runtime
Assists in the conversion between Elastic COBOL datatypes and Elastic PL/I datatypes.
ECTypes(Object) - Constructor for class com.heirloomcomputing.epli.runtime.ECTypes
constructor
eibaid - Variable in class com.heirloomcomputing.epli.runtime.Dfheiblk
 
eibatt - Variable in class com.heirloomcomputing.epli.runtime.Dfheiblk
 
eibcalen - Variable in class com.heirloomcomputing.epli.runtime.Dfheiblk
 
eibcompl - Variable in class com.heirloomcomputing.epli.runtime.Dfheiblk
 
eibconf - Variable in class com.heirloomcomputing.epli.runtime.Dfheiblk
 
eibcposn - Variable in class com.heirloomcomputing.epli.runtime.Dfheiblk
 
eibdate - Variable in class com.heirloomcomputing.epli.runtime.Dfheiblk
DATE IN 0CYYDDD+ FORMAT, where C is the century indicator (0=1900, 1=2000), YY is the year, DDD is the day number and '+ ' is the sign byte (positive)
eibds - Variable in class com.heirloomcomputing.epli.runtime.Dfheiblk
 
eibeoc - Variable in class com.heirloomcomputing.epli.runtime.Dfheiblk
 
eiberr - Variable in class com.heirloomcomputing.epli.runtime.Dfheiblk
 
eiberrcd - Variable in class com.heirloomcomputing.epli.runtime.Dfheiblk
 
eiberrmsg - Variable in class com.heirloomcomputing.epli.runtime.Dfheiblk
 
eibfil01 - Variable in class com.heirloomcomputing.epli.runtime.Dfheiblk
 
eibfmh - Variable in class com.heirloomcomputing.epli.runtime.Dfheiblk
 
eibfn - Variable in class com.heirloomcomputing.epli.runtime.Dfheiblk
 
eibfree - Variable in class com.heirloomcomputing.epli.runtime.Dfheiblk
 
eibnodat - Variable in class com.heirloomcomputing.epli.runtime.Dfheiblk
 
eibrcode - Variable in class com.heirloomcomputing.epli.runtime.Dfheiblk
 
eibrecv - Variable in class com.heirloomcomputing.epli.runtime.Dfheiblk
 
eibreqid - Variable in class com.heirloomcomputing.epli.runtime.Dfheiblk
 
eibresp - Variable in class com.heirloomcomputing.epli.runtime.Dfheiblk
 
eibresp2 - Variable in class com.heirloomcomputing.epli.runtime.Dfheiblk
 
eibrldbk - Variable in class com.heirloomcomputing.epli.runtime.Dfheiblk
 
eibrsrce - Variable in class com.heirloomcomputing.epli.runtime.Dfheiblk
 
eibrsvd1 - Variable in class com.heirloomcomputing.epli.runtime.Dfheiblk
 
eibsend - Variable in class com.heirloomcomputing.epli.runtime.Dfheiblk
 
eibsig - Variable in class com.heirloomcomputing.epli.runtime.Dfheiblk
 
eibsync - Variable in class com.heirloomcomputing.epli.runtime.Dfheiblk
 
eibsynrb - Variable in class com.heirloomcomputing.epli.runtime.Dfheiblk
 
eibtaskn - Variable in class com.heirloomcomputing.epli.runtime.Dfheiblk
 
eibtime - Variable in class com.heirloomcomputing.epli.runtime.Dfheiblk
TIME IN 0HHMMSS FORMAT
eibtrmid - Variable in class com.heirloomcomputing.epli.runtime.Dfheiblk
 
eibtrnid - Variable in class com.heirloomcomputing.epli.runtime.Dfheiblk
 
Enable(Condition.CONDITION) - Static method in exception com.heirloomcomputing.epli.runtime.Condition
Enable a condition within this block
endData() - Method in interface com.heirloomcomputing.epli.runtime.IPLIFile
Finish the GET DATA operation
endData() - Method in class com.heirloomcomputing.epli.runtime.PLIRecord
Finish the GET DATA operation ..
endData() - Method in class com.heirloomcomputing.epli.runtime.PLIStream
Finish the GET DATA operation ..
Entry - Class in com.heirloomcomputing.epli.runtime
Simulate PL/I ENTRY variables and constants, which are used to transfer control (call) a procedure or function or an alternate entry point within those procedures.
Entry() - Constructor for class com.heirloomcomputing.epli.runtime.Entry
constructor - create a empty Entry variable
Entry(Object, String) - Constructor for class com.heirloomcomputing.epli.runtime.Entry
constructor - create a Entry constant
ENTRYADDR(Entry, Entry) - Static method in class com.heirloomcomputing.epli.runtime.Builtin
assign the Entry variable the address of the Entry point
EnvAttrs - Static variable in interface com.heirloomcomputing.epli.runtime.IPLIFile
set of Attrs that are valid in FILE ENVIRONMENT clause
EPLI - Class in com.heirloomcomputing.epli.runtime
EPLI - Elastic PL/I runtime support libraries general methods and main() printing the runtime library version
EPLI() - Constructor for class com.heirloomcomputing.epli.runtime.EPLI
 
EPLIComparison - Class in com.heirloomcomputing.epli.runtime
EPLIComparison - Elastic PL/I runtime support to compare any two base EPLITYPES.
EPLIComparison() - Constructor for class com.heirloomcomputing.epli.runtime.EPLIComparison
 
EPLIConversion - Class in com.heirloomcomputing.epli.runtime
EPLIConversion - Elastic PL/I runtime support libraries conversion methods
EPLIConversion() - Constructor for class com.heirloomcomputing.epli.runtime.EPLIConversion
 
eplitypeof(String) - Static method in enum com.heirloomcomputing.epli.runtime.EPLITYPES
return the EPLITYPES enum value of this Java type name (static)
eplitypeof() - Method in enum com.heirloomcomputing.epli.runtime.JAVATYPES
return the Java typename of this JAVATYPES enum value
EPLITYPES - Enum in com.heirloomcomputing.epli.runtime
Assists in the mapping of Elastic PL/I datatypes into one of the expected Java datatypes and vice-versa.
EPLIVersion - Class in com.heirloomcomputing.epli.runtime
Provide the version information for Elastic PL/I copyright & version.
EPLIVersion() - Constructor for class com.heirloomcomputing.epli.runtime.EPLIVersion
 
equal(Object) - Method in class com.heirloomcomputing.epli.runtime.Pointer
equal - compare two typed pointers
equals(Object) - Method in class com.heirloomcomputing.epli.runtime.Complex
equals - compare two Complex numbers for equality
equals(Object) - Method in exception com.heirloomcomputing.epli.runtime.Condition
Return whether the contents of two conditions equal, either full Conditions or just the CONDITION type
equals(Condition.CONDITION, String) - Method in exception com.heirloomcomputing.epli.runtime.Condition
Return whether two conditions equal
equals(Object) - Method in class com.heirloomcomputing.epli.runtime.FixedBin
equals - Compares this object to the specified object.
equals(Group) - Method in class com.heirloomcomputing.epli.runtime.Group
Return if two groups are equal, same as this.compareTo(anotherGroup)==0
equals(Object) - Method in class com.heirloomcomputing.epli.runtime.Picture
equals - compare two Picture numbers for equality
ETPContext - Class in com.heirloomcomputing.epli.runtime
Provide a linkage between Elastic PL/I and Elastic COBOL when a PL/I program is compiled with -out:transaction or other flags that require it to communicate with the ecobol.jar or etrans.jar runtimes.
ETPContext() - Constructor for class com.heirloomcomputing.epli.runtime.ETPContext
constructor - hold cobol and transaction state
executeImmediate(Connection, String, Object[]) - Method in class com.heirloomcomputing.epli.runtime.SqlContext
 
executeImmediate(Connection, String, Object[], int, int) - Method in class com.heirloomcomputing.epli.runtime.SqlContext
 
EXP(Object) - Static method in class com.heirloomcomputing.epli.runtime.Builtin
EXP returns a floating-point value that is an approximation of the base, e, of the natural logarithm system raised to the power x.
EXP(Object, int, int) - Static method in class com.heirloomcomputing.epli.runtime.Builtin
EXP(X, P, Q) same as EPLIConversion.Precision(EXP(X), P, Q)
exp() - Method in class com.heirloomcomputing.epli.runtime.Complex
exp() - return a new Complex object whose value is the complex exponential of this

F

fill(T) - Method in class com.heirloomcomputing.epli.runtime.Array
fill - fill the next (empty) element with the given instance.
findColumn(String) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
findElement(String) - Method in class com.heirloomcomputing.epli.runtime.Group
Find an element by name within this group using reflection taking into account that the class structure may be embedded within program classes (e.g., MyProg$1MyGroup$2MySubGroup$3MyElement)
findStmtNameOrAllocate(String, String) - Method in class com.heirloomcomputing.epli.runtime.SqlCursors
[HCI ticket#1419 mnh 2013-03-14] allow "EXECUTE stmt-name" to find a cursor for a stmt-name
first() - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
FIXEDBIN(Object, int, int) - Static method in class com.heirloomcomputing.epli.runtime.Builtin
FIXEDBIN returns a FIXED BIN value with precision and scale derived from the source unless explicitly specified as parameters to the function.
FixedBin - Class in com.heirloomcomputing.epli.runtime
Emulate the arbitrary precision fixed binary arithmetic datatype using Java's native "long" or "BigInteger" with a scale.
FixedBin(byte[]) - Constructor for class com.heirloomcomputing.epli.runtime.FixedBin
Construct a FixedBin from a byte array containing the twos-complement binary rep of a FixedBin into a FixedBin, of scale 0.
FixedBin(byte[], int, int) - Constructor for class com.heirloomcomputing.epli.runtime.FixedBin
Construct a FixedBin from a byte array containing a twos-compliment binary representation of a FixedBin with a given precision and scale
FixedBin(int, byte[]) - Constructor for class com.heirloomcomputing.epli.runtime.FixedBin
Construct a 0-scale FixedBin number
FixedBin(int, int, Random) - Constructor for class com.heirloomcomputing.epli.runtime.FixedBin
Constructs a randomly generated positive 0-scale FixedBin that is probably prime, with the specified bitLength.
FixedBin(int, Random) - Constructor for class com.heirloomcomputing.epli.runtime.FixedBin
Construct a randomly generated positive 0-scale FixedBin
FixedBin(String) - Constructor for class com.heirloomcomputing.epli.runtime.FixedBin
Construct the decimal String representation of a FixedBin into a n-scale FixedBin.
FixedBin(String, int, int) - Constructor for class com.heirloomcomputing.epli.runtime.FixedBin
Construct the decimal String representation of a FixedBin into a n-scale FixedBin.
FixedBin(String, int) - Constructor for class com.heirloomcomputing.epli.runtime.FixedBin
Construct a FixedBin from a the String representation in radix into a 0-scale FixedBin.
FixedBin(FixedBin, int, int) - Constructor for class com.heirloomcomputing.epli.runtime.FixedBin
Construct a FixedBin of one scale to another of the same or different scale
FixedBin(FixedBin) - Constructor for class com.heirloomcomputing.epli.runtime.FixedBin
Copy constructor creates a duplicate of another FixedBin
FixedBin(BigInteger, int, int) - Constructor for class com.heirloomcomputing.epli.runtime.FixedBin
Piecemeal, non-converting, copy constructor.
FixedBin(long, int, int) - Constructor for class com.heirloomcomputing.epli.runtime.FixedBin
piecemeal, non-converting, copy constructor
fixedBinValue(int, int) - Method in class com.heirloomcomputing.epli.runtime.Array
fixedBinValue -- convert an Array to an Array
fixedBinValue() - Method in class com.heirloomcomputing.epli.runtime.Complex
fixedBinValue() - return a (truncated) FixedBin from a Complex number
fixedBinValue() - Method in class com.heirloomcomputing.epli.runtime.Picture
fixedBinValue() - return a (truncated) FixedBin from a Picture number
FIXEDDEC(Object, int, int) - Static method in class com.heirloomcomputing.epli.runtime.Builtin
FIXEDDEC returns a FIXED DEC value with precision and scale derived from the source unless explicitly specified as parameters to the function.
flip(int) - Method in class com.heirloomcomputing.epli.runtime.BitN
flip - Sets the bit at the specified index to the complement of its current value.
flip(int, int) - Method in class com.heirloomcomputing.epli.runtime.BitN
flip - Sets each bit from the specified fromIndex (inclusive) to the specified toIndex (exclusive) to the complement of its current value.
FLOAT - Static variable in class com.heirloomcomputing.epli.runtime.SqlConstants
 
FLOATBIN(Object, int, int) - Static method in class com.heirloomcomputing.epli.runtime.Builtin
FLOATBIN returns a FLOAT BIN value with precision and scale derived from the source unless explicitly specified as parameters to the function.
FLOATDEC(Object, int, int) - Static method in class com.heirloomcomputing.epli.runtime.Builtin
FLOATDEC returns a FLOAT DEC value with precision and scale derived from the source unless explicitly specified as parameters to the function.
floatValue() - Method in class com.heirloomcomputing.epli.runtime.Array
floatValue -- convert an Array to an Array
floatValue() - Method in class com.heirloomcomputing.epli.runtime.Complex
floatValue() - return a (truncated) float from a Complex number
floatValue(Object) - Static method in class com.heirloomcomputing.epli.runtime.EPLIConversion
convert the value to a float
floatValue() - Method in class com.heirloomcomputing.epli.runtime.FixedBin
Convert to float
floatValue() - Method in class com.heirloomcomputing.epli.runtime.Picture
floatValue() - return a (truncated) float from a Picture number
FLOOR(Object) - Static method in class com.heirloomcomputing.epli.runtime.Builtin
FLOOR determines the greatest integer value less than or equal to x, and assigns this value to the result.
free(Pointer<?>) - Method in class com.heirloomcomputing.epli.runtime.Area
Free a specific Pointer (or its subclass Offset) within an Area
free() - Method in class com.heirloomcomputing.epli.runtime.Area
Free an area of all objects within it
free() - Method in class com.heirloomcomputing.epli.runtime.Offset
Invalidate the offset reference.
free(boolean) - Method in class com.heirloomcomputing.epli.runtime.Offset
Invalidate the offset reference ignoring invalid Offsets.
Free(String) - Static method in class com.heirloomcomputing.epli.runtime.PLIFile
close and free a New'd file
free() - Method in class com.heirloomcomputing.epli.runtime.Pointer
Invalidate the object reference.
free(boolean) - Method in class com.heirloomcomputing.epli.runtime.Pointer
Invalidate the object reference, ignoring the ONNULL condition.
fromBigDecimal(BigDecimal) - Method in class com.heirloomcomputing.epli.runtime.ECTypes
Conversion method.
fromBoolean(boolean) - Method in class com.heirloomcomputing.epli.runtime.ECTypes
Conversion method.
fromByte(byte) - Method in class com.heirloomcomputing.epli.runtime.ECTypes
Conversion method.
fromByteArray(byte[]) - Method in class com.heirloomcomputing.epli.runtime.Array
toByteArray - synonym for toBytes()
fromByteArray(byte[]) - Method in class com.heirloomcomputing.epli.runtime.ECTypes
Set the internal byte representation using the given byte[].
fromByteArray(byte[], int, int) - Method in class com.heirloomcomputing.epli.runtime.ECTypes
Set the internal byte representation using the given byte[].
fromBytes(byte[]) - Method in class com.heirloomcomputing.epli.runtime.Area
convert a byte array (from an I/O or Group assignment) to this Area
fromBytes(byte[]) - Method in class com.heirloomcomputing.epli.runtime.Array
Return the contents of this array as an array of bytes
fromBytes(byte[]) - Method in class com.heirloomcomputing.epli.runtime.Complex
convert a byte array (from an I/O or Group assignment) to this Complex number (making it mutable for the moment)
fromBytes(Object, byte[]) - Static method in class com.heirloomcomputing.epli.runtime.EPLIConversion
fromBytes - static version of the fromBytes() or fromByteArray() non- static methods that assign a possibly-immutable object's contents from a byte array
fromBytes(Object, ByteBuilder, int) - Static method in class com.heirloomcomputing.epli.runtime.EPLIConversion
fromBytes - static version of the fromBytes() or fromByteArray() or getBytes() non- static methods that works through a pointer of a specific type (created with "new Pointer()" or "new Pointer(EPLITYPES.FIXEDBIN31)"
fromBytes(Object, ByteBuilder) - Static method in class com.heirloomcomputing.epli.runtime.EPLIConversion
fromBytes - static version of the fromBytes() or fromByteArray() or getBytes() non- static methods that works through a pointer of a specific type (created with "new Pointer()" or "new Pointer(EPLITYPES.FIXEDBIN31)"
fromBytes(byte[]) - Method in class com.heirloomcomputing.epli.runtime.FixedBin
fromBytes - convert a byte array (likely generated by toBytes()) back into a FixedBin
fromBytes(byte[]) - Method in class com.heirloomcomputing.epli.runtime.Group
Use reflection to assign each Group's field from byte array segment
fromBytes(byte[]) - Method in class com.heirloomcomputing.epli.runtime.Offset
turn a sequence of bytes into a Pointer
fromBytes(byte[]) - Static method in class com.heirloomcomputing.epli.runtime.Picture
fromBytes() - create a Picture from a byte array (one that had been generated from toBytes())
fromBytes(byte[]) - Method in class com.heirloomcomputing.epli.runtime.Pointer
turn a sequence of bytes into a Pointer
fromBytes(byte[]) - Method in class com.heirloomcomputing.epli.runtime.Union
turn a sequence of bytes into a Union
fromChar(char) - Method in class com.heirloomcomputing.epli.runtime.ECTypes
Conversion method.
fromDataPointer(byte[]) - Method in class com.heirloomcomputing.epli.runtime.ECTypes
Replace the backing memory of a variable.
fromDatatype(IDatatype) - Method in class com.heirloomcomputing.epli.runtime.ECTypes
Conversion method.
fromDouble(double) - Method in class com.heirloomcomputing.epli.runtime.ECTypes
Conversion method.
fromFloat(float) - Method in class com.heirloomcomputing.epli.runtime.ECTypes
Conversion method.
fromInt(int) - Method in class com.heirloomcomputing.epli.runtime.ECTypes
Conversion method.
fromLong(long) - Method in class com.heirloomcomputing.epli.runtime.ECTypes
Conversion method.
fromShort(short) - Method in class com.heirloomcomputing.epli.runtime.ECTypes
Conversion method.
fromText(String) - Method in class com.heirloomcomputing.epli.runtime.ECTypes
Conversion method.

G

generate() - Method in class com.heirloomcomputing.epli.runtime.SqlCursor
generate a prepared statement
get(int...) - Method in class com.heirloomcomputing.epli.runtime.Array
Retrieve a single value given all dimensions
get(int) - Method in class com.heirloomcomputing.epli.runtime.BitN
get - Returns the value of the bit with the specified index.
get(int, int) - Method in class com.heirloomcomputing.epli.runtime.BitN
get - Returns a new BitSet composed of bits from this BitSet from fromIndex (inclusive) to toIndex (exclusive).
get() - Method in class com.heirloomcomputing.epli.runtime.Union
Return the underlying shared object of this Union
getAbsolute(int) - Method in class com.heirloomcomputing.epli.runtime.Array
Retrieve a single value given an absolute index into the array where "0" indicates first lowest of each array dimension and "n-1" is the highest value of each dimension.
GetAnnotation(Class<?>, Object) - Static method in class com.heirloomcomputing.epli.runtime.EPLI
GetAnnotation - get the value of @BIT, @CHAR, @PIC or @VARY annotation associated with an object.
getArray(int) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
getArray(String) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
getAsciiStream(int) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
getAsciiStream(String) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
getBigDecimal(int) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
getBigDecimal(String) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
getBigDecimal(int, int) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
getBigDecimal(String, int) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
getBinaryStream(int) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
getBinaryStream(String) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
getBlob(int) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
getBlob(String) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
getBoolean(int) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
getBoolean(String) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
getByte(int) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
getByte(String) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
getByte(int) - Method in class com.heirloomcomputing.epli.runtime.ByteBuilder
low level individual byte getter
getBytes(int) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
getBytes(String) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
getBytes(int) - Method in class com.heirloomcomputing.epli.runtime.InMemoryResultSet
return the column as a byte array
getCharacterStream(int) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
getCharacterStream(String) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
getClob(int) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
getClob(String) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
getCodeAndMessage() - Method in exception com.heirloomcomputing.epli.runtime.Condition
Return the String representation of the MessageAndCode associated with this Condition
getConcurrency() - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
getCondition() - Method in class com.heirloomcomputing.epli.runtime.OnUnit
getter for the Condition for which this OnUnit applies.
getConnection() - Method in class com.heirloomcomputing.epli.runtime.SqlContext
Get the current connection.
getConnection(String, boolean) - Method in class com.heirloomcomputing.epli.runtime.SqlContext
Get the current connection, creating the default one if possible when not already present and create is true.
getConnection(Object) - Method in class com.heirloomcomputing.epli.runtime.SqlContext
 
getConnection(Object, String) - Method in class com.heirloomcomputing.epli.runtime.SqlContext
Get the named connection from the transaction environment
GetCopy(Group, String) - Static method in class com.heirloomcomputing.epli.runtime.EPLI
GetCopy - Use reflection to get a copy of a non-static field within a group
getCursor(Object) - Method in class com.heirloomcomputing.epli.runtime.SqlCursors
obtain cursor by name
getCursorName() - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
getCursors() - Method in class com.heirloomcomputing.epli.runtime.SqlContext
getCursors - return the currently active cursors as SqlCursors
getCursors() - Method in class com.heirloomcomputing.epli.runtime.SqlCursors
return all the SqlCursor s in a table by SqlCursor name
getData(String, Object) - Method in interface com.heirloomcomputing.epli.runtime.IPLIFile
Perform a GET DATA operation (name=value variable retrieval) from an input stream
getData(String, Object) - Method in class com.heirloomcomputing.epli.runtime.PLIRecord
Perform a GET DATA operation (name=value variable retrieval) from an input stream
getData(String, Object) - Method in class com.heirloomcomputing.epli.runtime.PLIStream
Perform a GET DATA operation (name=value variable retrieval) from an input stream
getDate(int) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
getDate(String) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
getDate(int, Calendar) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
getDate(String, Calendar) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
getDateFormat() - Method in class com.heirloomcomputing.epli.runtime.Picture
getDateFormat() - return the Java java.text.DateFormat object suitable for formatting this PIC.
getDDName() - Method in interface com.heirloomcomputing.epli.runtime.IPLIFile
Return the DD name for this FILE, which is either the FILE variable or constant name or an alternate to it specifiec with the TITLE attribute
getDDName() - Method in class com.heirloomcomputing.epli.runtime.PLIRecord
Return the DD name for this FILE, which is either the FILE variable or constant name or an alternate to it specifiec with the TITLE attribute
getDDName() - Method in class com.heirloomcomputing.epli.runtime.PLIStream
Return the DD name for this FILE, which is either the FILE variable or constant name or an alternate to it specific with the TITLE attribute
getDecimalFormat() - Method in class com.heirloomcomputing.epli.runtime.Picture
getDecimalFormat() - return the Java java.text.DecimalFormat object suitable for formatting this PIC.
getDecimalPositions() - Method in class com.heirloomcomputing.epli.runtime.ECTypes
The number of decimal positions, where meaningful.
getDeclareFileAttributes() - Method in interface com.heirloomcomputing.epli.runtime.IPLIFile
Return the the set of file attributes used on the DCL
getDeclareFileAttributes() - Method in class com.heirloomcomputing.epli.runtime.PLIRecord
Return the the set of file attributes used on the DCL
getDeclareFileAttributes() - Method in class com.heirloomcomputing.epli.runtime.PLIStream
Return the the set of file attributes used on the DCL
getDimensions() - Method in class com.heirloomcomputing.epli.runtime.Array
Get the number of dimensions in this array
getDouble(int) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
getDouble(String) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
getDSName() - Method in interface com.heirloomcomputing.epli.runtime.IPLIFile
Return the dataset name for this FILE which has been passed as part of the TITLE attribute or associated with the system property or environment variable associated with its DD name
getDSName() - Method in class com.heirloomcomputing.epli.runtime.PLIRecord
Return the dataset name for this FILE which has been passed as part of the TITLE attribute or associated with the system property or environment variable associated with its DD name
getDSName() - Method in class com.heirloomcomputing.epli.runtime.PLIStream
Return the dataset name for this FILE which has been passed as part of the TITLE attribute or associated with the system property or environment variable associated with its DD name.
getElements() - Method in class com.heirloomcomputing.epli.runtime.ECTypes
If this IDatatype is composed of other Datatypes, return the Datatypes of which this is composed.
getEnvironment() - Method in interface com.heirloomcomputing.epli.runtime.IPLIFile
Return the current environment settings defined for this file
getEnvironment() - Method in class com.heirloomcomputing.epli.runtime.PLIRecord
Return the current environment for the declared file
getEnvironment() - Method in class com.heirloomcomputing.epli.runtime.PLIStream
Return the current environment for the declared file
GetExternal(String, Object) - Static method in class com.heirloomcomputing.epli.runtime.EPLI
Define a new or return an existing External variable
getFetchDirection() - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
getFetchSize() - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
getFile() - Method in class com.heirloomcomputing.epli.runtime.OnUnit
getter for the subject file to which this OnUnit applies.
getFloat(int) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
getFloat(String) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
getHBound(int) - Method in class com.heirloomcomputing.epli.runtime.Array
Get the upper (higher) bound of dimension number
getHighValuesAsBytes() - Method in class com.heirloomcomputing.epli.runtime.SqlCursor
indicate if HIGH VALUES is supported by the database associated with this cursor
getHoldability() - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
getInfo() - Method in class com.heirloomcomputing.epli.runtime.OnUnit
getter for the optional information retained about this condition or on-unit
getInitial() - Method in class com.heirloomcomputing.epli.runtime.Array
Get the initial value used to set up this Array, often used to get not the initial value of the class of the elements
getInitialArr() - Method in class com.heirloomcomputing.epli.runtime.Array
Get the initial values used to set up this Array, often used to get not the initial value of the class of the elements
getInstance() - Static method in class com.heirloomcomputing.epli.runtime.SqlContext
 
getInt(int) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
getInt(String) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
getInt(int) - Method in class com.heirloomcomputing.epli.runtime.InMemoryResultSet
return the column as a integer
getItems() - Method in class com.heirloomcomputing.epli.runtime.Area
return the number of allocated items
getItems() - Method in class com.heirloomcomputing.epli.runtime.ByteBuilder
Get the number of items in this ByteBuilder
getLBound(int) - Method in class com.heirloomcomputing.epli.runtime.Array
Get the lower bound of dimension number
getLength() - Method in class com.heirloomcomputing.epli.runtime.Area
return the allocated length of the Area
getLength() - Method in class com.heirloomcomputing.epli.runtime.ECTypes
The length (including OCCURS DEPENDING ON calculations).
getLong(int) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
getLong(String) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
getMetaData() - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
getMetaData() - Method in class com.heirloomcomputing.epli.runtime.InMemoryResultSet
 
getName() - Method in class com.heirloomcomputing.epli.runtime.Array
Get the PL/I name of this array for GET/PUT DATA purposes
getNCharacterStream(int) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
getNCharacterStream(String) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
getNClob(int) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
getNClob(String) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
getNextString(boolean) - Method in class com.heirloomcomputing.epli.runtime.PLIStream
Return the next string from the Scanner input stream
getNString(int) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
getNString(String) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
getObject(int) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
getObject(String) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
getObject(int, Map<String, Class<?>>) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
getObject(String, Map<String, Class<?>>) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
getObject(int, Class<T>) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
getObject(String, Class<T>) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
getObject(int) - Method in class com.heirloomcomputing.epli.runtime.InMemoryResultSet
return the column as an object
getObject() - Method in class com.heirloomcomputing.epli.runtime.Picture
getObject() - return the underlying Object this picture is based upon, either a String for character picture specifications, java.math.BigDecimal for numeric picture specifications or Date for picture specifications with the commonly date attribute.
getOpenFileAttributes() - Method in interface com.heirloomcomputing.epli.runtime.IPLIFile
Return the the set of file attributes used on the OPEN FILE
getOpenFileAttributes() - Method in class com.heirloomcomputing.epli.runtime.PLIRecord
Return the the set of file attributes used on the OPEN FILE
getOpenFileAttributes() - Method in class com.heirloomcomputing.epli.runtime.PLIStream
Return the the set of file attributes used on the OPEN FILE
getOpenSequence() - Method in class com.heirloomcomputing.epli.runtime.SqlCursor
return the current open sequence of this cursor
getPicture() - Method in class com.heirloomcomputing.epli.runtime.Picture
getPicture() - return the original picture specification
getPictureSpec() - Method in class com.heirloomcomputing.epli.runtime.Picture
get internal PictureSpec of this Picture
getPreparedStatement(Object) - Method in class com.heirloomcomputing.epli.runtime.SqlContext
getPreparedStatement - return the SQL Prepared Statement previously save with putPreparedStatement
getPreparedStatement() - Method in class com.heirloomcomputing.epli.runtime.SqlCursor
return the prepared statement associated with this cursor
getPreparedStatementObject(Object) - Method in class com.heirloomcomputing.epli.runtime.SqlContext
getPreparedStatementObject - return the SQL Prepared Statement Object previously save with putPreparedStatement
getRef(int) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
getRef(String) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
getResultSet() - Method in class com.heirloomcomputing.epli.runtime.SqlCursor
get the result set as a result of opening (executing) the cursor
getRow() - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
getRow() - Method in class com.heirloomcomputing.epli.runtime.InMemoryResultSet
return the current (java.sql 1-based) row number of this result set
getRowId(int) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
getRowId(String) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
getShort(int) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
getShort(String) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
getShort(int) - Method in class com.heirloomcomputing.epli.runtime.InMemoryResultSet
return the column as a short
getSize() - Method in class com.heirloomcomputing.epli.runtime.Area
return the declared size of the Area
getSize() - Method in class com.heirloomcomputing.epli.runtime.Array
Arbitrarily get the number of elements in this array as its 'size'
getSize() - Method in class com.heirloomcomputing.epli.runtime.ByteBuilder
Get the current (used) length of the ByteBuilder byte array buffer
getSize() - Method in class com.heirloomcomputing.epli.runtime.ECTypes
The maximum size available
getSize() - Method in class com.heirloomcomputing.epli.runtime.FixedBin
the size "if converted to an array of bytes" is calculated by converting it to bytes
getSize() - Method in class com.heirloomcomputing.epli.runtime.Group
same as length
getSize() - Method in class com.heirloomcomputing.epli.runtime.Picture
to determine the "size in bytes if converted to a byte array" convert it to a byte array
getSlice(Integer...) - Method in class com.heirloomcomputing.epli.runtime.Array
Get a slice of an Array, which is a copy of certain dimensions of the original.
getSnap() - Method in class com.heirloomcomputing.epli.runtime.OnUnit
getter for the snap indicator.
getSqlConnection(String) - Method in interface com.heirloomcomputing.etp.transaction.api.TransactionEnvironmentLean
Get the named connection; the name null represents the default.
getSQLWarning() - Method in class com.heirloomcomputing.epli.runtime.SqlCursor
return the SQLWarning most recently issued
getSQLXML(int) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
getSQLXML(String) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
getStatement() - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
getString(int) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
getString(String) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
getString(int) - Method in class com.heirloomcomputing.epli.runtime.InMemoryResultSet
return the column as a string
getStringFormat() - Method in class com.heirloomcomputing.epli.runtime.Picture
getStringFormat() - return the Java Formatter specification suitable for use in Java String.format() or Formatter class methods to translate values into Strings following the PIC spec.
getTime(int) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
getTime(String) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
getTime(int, Calendar) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
getTime(String, Calendar) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
getTimestamp(int) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
getTimestamp(String) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
getTimestamp(int, Calendar) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
getTimestamp(String, Calendar) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
getTitle() - Method in interface com.heirloomcomputing.epli.runtime.IPLIFile
Return the current title settings defined for this file
getTitle() - Method in class com.heirloomcomputing.epli.runtime.PLIRecord
Return the current title for the declared file
getTitle() - Method in class com.heirloomcomputing.epli.runtime.PLIStream
Return the current title for the declared file
getType() - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
getType() - Method in class com.heirloomcomputing.epli.runtime.ECTypes
Return one the TYPE_ types that best describes this IDatatype.
getUnicodeStream(int) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
getUnicodeStream(String) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
getURL(int) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
getURL(String) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
getUserCondition() - Method in class com.heirloomcomputing.epli.runtime.OnUnit
getter for the user defined Condition variable to which this OnUnit applies.
getWarnings() - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
GLOBAL - Static variable in class com.heirloomcomputing.epli.runtime.SqlConnectionFactory
 
Goto - Exception in com.heirloomcomputing.epli.runtime
Goto - Elastic PL/I GOTO statement label represented as a Throwable object.
Goto(String) - Constructor for exception com.heirloomcomputing.epli.runtime.Goto
Construct a Goto Exception
Goto() - Constructor for exception com.heirloomcomputing.epli.runtime.Goto
Construct a Goto State
Group - Class in com.heirloomcomputing.epli.runtime
Elastic PL/I base class for all Variable Groups (structures).
Group() - Constructor for class com.heirloomcomputing.epli.runtime.Group
Constructor super of inherited Group classes
Group(Object) - Constructor for class com.heirloomcomputing.epli.runtime.Group
Constructor to create a group from something that wasn't originally intended to be a group, such as a String, Integer, etc.

H

handle() - Method in exception com.heirloomcomputing.epli.runtime.Condition
handle this Condition by invoking the Activated OnUnit that is currently in effect.
handle() - Method in class com.heirloomcomputing.epli.runtime.Pointer
Return the "handle" to an object of this type T used with this HANDLE or "template" structure associated with this HANDLE or REDEFINED structure.
handler(Condition) - Method in class com.heirloomcomputing.epli.runtime.OnUnit
handler - must define a handler for this ON unit which is the code defined within an ON statement for handling the condition.
Has(Group, String) - Static method in class com.heirloomcomputing.epli.runtime.EPLI
Has - Use reflection to answer whether a Group object has a named non-static member
hashCode() - Method in class com.heirloomcomputing.epli.runtime.Complex
 
hashCode() - Method in class com.heirloomcomputing.epli.runtime.Picture
hashcode of a pic is that of the underlying object
hasNext() - Method in class com.heirloomcomputing.epli.runtime.ByteBuilder
hasNext() - return whether there are more bytes to be retrieved from the buffer (when used before non-anonymous nextInteger(), nextString(len), etc.
hasNextItem() - Method in class com.heirloomcomputing.epli.runtime.ByteBuilder
hasNextItem() - return whether there are more items to be retrieved from the buffer (when used before anonymous "nextItem()" as opposed to "next()") note: not an Override of Iterator
HBOUND(Array<?>, Integer) - Static method in class com.heirloomcomputing.epli.runtime.Builtin
HBOUND returns a FIXED BINARY value that specifies the current upper bound of dimension y of x.
HEX(Object, String) - Static method in class com.heirloomcomputing.epli.runtime.Builtin
HEX returns a character string that is the hexadecimal representation of the storage that contains X in which every 8 characters of the result has Y inserted, if given.
hexToString(String) - Static method in class com.heirloomcomputing.epli.runtime.EPLIConversion
convert a hex string ('12cd'X) into a Java string

I

IMAG(Complex, Object) - Static method in class com.heirloomcomputing.epli.runtime.Builtin
replace the imaginary portion of a Complex number
imag() - Method in class com.heirloomcomputing.epli.runtime.Complex
imag() - return the imaginary part of athis complex number
imagValue() - Method in class com.heirloomcomputing.epli.runtime.Complex
imagValue() - same as imag() but return primitive double
IMMEDIATE - Static variable in class com.heirloomcomputing.epli.runtime.SqlConnectionFactory
 
implicitTransactions - Static variable in class com.heirloomcomputing.epli.runtime.SqlContext
 
INDEX(String, String, int) - Static method in class com.heirloomcomputing.epli.runtime.Builtin
INDEX returns an unscaled REAL FIXED BINARY value indicating the starting position within x of a substring identical to y when the search for y starts from the left end of x.
INDEXR(String, String, int) - Static method in class com.heirloomcomputing.epli.runtime.Builtin
INDEXR returns an unscaled REAL FIXED BINARY value indicating the starting position within x of a substring identical to y when the search for y starts from the right end of x.
init(Object) - Method in class com.heirloomcomputing.epli.runtime.Group
Initialize each element of a structure to a value, often seen in A = '' or A(*) = '' where A is a structure or an array of structures
InMemoryResultSet - Class in com.heirloomcomputing.epli.runtime
InMemoryResultSet - extends the AbstractResultSet implementing just the ResultSet APIs that are used by Elastic PL/I generated Java code, namely getString(), getBytes(), getObject(), next(), close(), getRow()
InMemoryResultSet(ResultSet) - Constructor for class com.heirloomcomputing.epli.runtime.InMemoryResultSet
create a new InMemoryResultSet populating it from an existing ResultSet
inputStream() - Method in interface com.heirloomcomputing.epli.runtime.IPLIFile
inputStream - return the Java InputStream associated with this PLI FILE
inputStream() - Method in class com.heirloomcomputing.epli.runtime.PLIRecord
Throw an UNDEFINEDFILE CONDITION since PLIRecord files have the RECORD and not the STREAM
inputStream() - Method in class com.heirloomcomputing.epli.runtime.PLIStream
Return the Java InputStream associated with this PLI FILE
insertRow() - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
INTEGER - Static variable in class com.heirloomcomputing.epli.runtime.SqlConstants
 
intValue() - Method in class com.heirloomcomputing.epli.runtime.Array
intValue -- convert an Array to an Array
intValue() - Method in class com.heirloomcomputing.epli.runtime.Complex
intValue() - return a (truncated) integer from a Complex number
intValue(Object) - Static method in class com.heirloomcomputing.epli.runtime.EPLIConversion
convert the value to an it
intValue() - Method in class com.heirloomcomputing.epli.runtime.FixedBin
Convert to int, truncating any digits to the right of the binary point
intValue() - Method in class com.heirloomcomputing.epli.runtime.Picture
intValue() - return a (truncated) integer from a Picture number
intValueExact() - Method in class com.heirloomcomputing.epli.runtime.FixedBin
Convert to int, truncating any digits to the right of the binary point and throwing exceptions if precision is lost
invoke(Object...) - Method in class com.heirloomcomputing.epli.runtime.Entry
invoke - invoke the entry point
IPLIFile - Interface in com.heirloomcomputing.epli.runtime
IPLIFile is the interface supported by two Elastic PL/I classes that encapsulate Elastic PL/I file operations ...
IPLIFile.Attr - Enum in com.heirloomcomputing.epli.runtime
Keep track of a set of PL/I FILE attributes.
is(IPLIFile.Attr) - Method in class com.heirloomcomputing.epli.runtime.PLIRecord
Help determine if a file attribute is set
is(IPLIFile.Attr) - Method in class com.heirloomcomputing.epli.runtime.PLIStream
Help determine if a file attribute is set
isAfterLast() - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
isBeforeFirst() - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
isClosed() - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
isClosed() - Method in class com.heirloomcomputing.epli.runtime.InMemoryResultSet
is this result set closed
isDate() - Method in class com.heirloomcomputing.epli.runtime.Picture
isDate() - return true if this is a PICTURE specification with the DATE formatting attribute.
isDecimal() - Method in class com.heirloomcomputing.epli.runtime.Picture
isDecimal() - return true if this is a PICTURE specification usable in numeric calculations (does not have A or X PIC chars).
isEmpty() - Method in class com.heirloomcomputing.epli.runtime.Array
Return whether the array is empty
IsEnabled(Condition.CONDITION) - Static method in exception com.heirloomcomputing.epli.runtime.Condition
indicate whether a condition is currently enabled
IsEnabled(Condition) - Static method in exception com.heirloomcomputing.epli.runtime.Condition
indicate whether a condition is currently enabled
isFirst() - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
isHold() - Method in class com.heirloomcomputing.epli.runtime.SqlCursor
indicate if the WITH HOLD marker is on for this cursor
isImplicitTransactions() - Static method in class com.heirloomcomputing.epli.runtime.SqlContext
 
isInvalid() - Method in class com.heirloomcomputing.epli.runtime.SqlCursor
indicate if the current connection is invalid
isIsnt(IPLIFile.Attr, IPLIFile.Attr) - Method in class com.heirloomcomputing.epli.runtime.PLIRecord
Help determine if one of two mutually exclusive alternatives is or isn't set by checking (first) the open and then (second) declare attributes
isIsnt(IPLIFile.Attr, IPLIFile.Attr) - Method in class com.heirloomcomputing.epli.runtime.PLIStream
Help determine if one of two mutually exclusive alternatives is or isn't set by checking (first) the open and then (second) declare attributes
isLast() - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
isNull() - Method in class com.heirloomcomputing.epli.runtime.Pointer
return true if this Pointer is null
isOpen() - Method in interface com.heirloomcomputing.epli.runtime.IPLIFile
indicate whether this file is open
isOpen() - Method in class com.heirloomcomputing.epli.runtime.PLIRecord
returns whether this file (may be) open.
isOpen() - Method in class com.heirloomcomputing.epli.runtime.PLIStream
indicate whether the file is open
isOpen() - Method in class com.heirloomcomputing.epli.runtime.SqlCursor
indicate if the cursor is currently open
isPrepared() - Method in class com.heirloomcomputing.epli.runtime.SqlCursor
indicate if the cursor has been prepared
isStream() - Method in interface com.heirloomcomputing.epli.runtime.IPLIFile
Return true if the file is opened with attribute STREAM, false if otherwise
isStream() - Method in class com.heirloomcomputing.epli.runtime.PLIRecord
For PLIRecord FILEs this always returns false
isStream() - Method in class com.heirloomcomputing.epli.runtime.PLIStream
For PLIStream FILEs this always returns true
isString() - Method in class com.heirloomcomputing.epli.runtime.Picture
isString() - return true if this is a PICTURE specification usable containing A or X PIC chars.
isTarget(String) - Method in exception com.heirloomcomputing.epli.runtime.Goto
isTarget - return true if you are here or if this is a new Goto state (not looking for any target) and the parameter is null indicating that this block should be executed once
isValid() - Method in class com.heirloomcomputing.epli.runtime.SqlCursor
indicate if the current connection is valid
isWrapperFor(Class<?>) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
iterator() - Method in class com.heirloomcomputing.epli.runtime.Array
Return an iterator<T> for this note: there is no dimension info available in the return

J

javatypenameof() - Method in enum com.heirloomcomputing.epli.runtime.EPLITYPES
return the Java typename of this EPLITYPES enum value
JAVATYPES - Enum in com.heirloomcomputing.epli.runtime
Assists in the mapping of Java datatypes into one of the equivalent Elastic PL/I datatypes into one of the expected Java datatypes and vice-versa.

K

keyto() - Method in interface com.heirloomcomputing.epli.runtime.IPLIFile
Return the last key read as a result of a locate(), read() or readPrev()
keyto() - Method in class com.heirloomcomputing.epli.runtime.PLIRecord
Return the last key read as a result of a locate(), read() or readPrev()
keyto() - Method in class com.heirloomcomputing.epli.runtime.PLIStream
Return the last key read as a result of a locate(), read() or readPrev()
klass() - Method in enum com.heirloomcomputing.epli.runtime.JAVATYPES
klass

L

label() - Method in exception com.heirloomcomputing.epli.runtime.Goto
Return the label used to create this Goto
last() - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
LastCondition() - Static method in exception com.heirloomcomputing.epli.runtime.Condition
Return the last Condition raised by the program
LastIgnoredCondition() - Static method in exception com.heirloomcomputing.epli.runtime.Condition
Return the last Condition that was checked (but perhaps not raised)
LBOUND(Array<?>, Integer) - Static method in class com.heirloomcomputing.epli.runtime.Builtin
LBOUND returns a FIXED BINARY value that specifies the current lower bound of dimension y of x.
len - Variable in class com.heirloomcomputing.epli.runtime.Union
 
length() - Method in class com.heirloomcomputing.epli.runtime.BitN
length - Returns the "logical size" of this BitSet: the index of the highest set bit in the BitSet plus one.
length() - Method in class com.heirloomcomputing.epli.runtime.ByteBuilder
Get the current (used) length of the ByteBuilder byte array buffer
length() - Method in class com.heirloomcomputing.epli.runtime.Group
Use reflection to determine each Group's field size and return it
lengthof(Object) - Static method in enum com.heirloomcomputing.epli.runtime.EPLITYPES
return the length of the argument if converted to bytes of the Elastic PL/I datatype (static)
Lines(int) - Static method in class com.heirloomcomputing.epli.runtime.PLIStream
Return a String with a number of Java String.format() formatted new-line escapes (%n)
Lnk() - Static method in class com.heirloomcomputing.epli.runtime.ETPContext
Lnk
locate(byte[]) - Method in interface com.heirloomcomputing.epli.runtime.IPLIFile
Locate a point within a keyed file, allowing subsequent read()s from that point forward
locate(byte[]) - Method in class com.heirloomcomputing.epli.runtime.PLIRecord
Locate a point within a keyed file, allowing subsequent read()s from that point forward
locate(byte[]) - Method in class com.heirloomcomputing.epli.runtime.PLIStream
Locate a point within a keyed file NOT VALID for STREAM files
LOG(Object) - Static method in class com.heirloomcomputing.epli.runtime.Builtin
LOG returns a floating-point value that is an approximation of the natural logarithm (the logarithm to the base e) of x.
LOG(Object, int, int) - Static method in class com.heirloomcomputing.epli.runtime.Builtin
LOG returns same as LOG(X) trimmed to a specific precision and scale
log(String) - Static method in class com.heirloomcomputing.epli.runtime.SqlContext
Log message.
log(Throwable) - Static method in class com.heirloomcomputing.epli.runtime.SqlContext
Log message.
log(SQLException) - Static method in class com.heirloomcomputing.epli.runtime.SqlContext
Log message.
log(String) - Method in class com.heirloomcomputing.epli.runtime.SqlCursor
log a message to the SQL Context log
log(Throwable) - Method in class com.heirloomcomputing.epli.runtime.SqlCursor
log an exception to the SQL context log
LONG - Static variable in class com.heirloomcomputing.epli.runtime.SqlConstants
 
LONG_RAW - Static variable in class com.heirloomcomputing.epli.runtime.SqlConstants
 
LONG_VARCHAR - Static variable in class com.heirloomcomputing.epli.runtime.SqlConstants
 
LONG_VARRAW - Static variable in class com.heirloomcomputing.epli.runtime.SqlConstants
 
longValue() - Method in class com.heirloomcomputing.epli.runtime.Array
longValue -- convert an Array to an Array
longValue() - Method in class com.heirloomcomputing.epli.runtime.Complex
longValue() - return a (truncated) long from a Complex number
longValue(Object) - Static method in class com.heirloomcomputing.epli.runtime.EPLIConversion
convert the value to a long
longValue() - Method in class com.heirloomcomputing.epli.runtime.FixedBin
Convert to long, truncating any digits to the right of the binary point
longValue() - Method in class com.heirloomcomputing.epli.runtime.Picture
longValue() - return a (truncated) long from a Picture number
longValueExact() - Method in class com.heirloomcomputing.epli.runtime.FixedBin
Convert to long, truncating any digits to the right of the binary point and throwing exceptions if precision is lost
LookupProgram(Class<?>) - Static method in class com.heirloomcomputing.epli.runtime.EPLI
Lookup a pre-registered instance of an EXTERNAL PROCEDURE by its Java class and thread currently running.

M

main(String[]) - Static method in class com.heirloomcomputing.epli.runtime.Array
main - unit test for Array class
main(String[]) - Static method in class com.heirloomcomputing.epli.runtime.BitN
main - unit test for Picture
main(String[]) - Static method in class com.heirloomcomputing.epli.runtime.Builtin
 
main(String[]) - Static method in class com.heirloomcomputing.epli.runtime.ByteBuilder
unit test Usage: java ByteBuilder INTEGER=22|SHORT=22|STRING=hi|FLOAT=2.3|DOUBLE=2.3|LONG=123 ...
main(String[]) - Static method in class com.heirloomcomputing.epli.runtime.Complex
main - unit test for Complex
main(String[]) - Static method in exception com.heirloomcomputing.epli.runtime.Condition
unit test case for Condition
main(String[]) - Static method in class com.heirloomcomputing.epli.runtime.EPLI
Runtime module main routine prints version info and double-check the Elastic PL/I Runtime license for the current user.
main(String[]) - Static method in class com.heirloomcomputing.epli.runtime.EPLIComparison
unit test for EPLICompareTos
main(String[]) - Static method in class com.heirloomcomputing.epli.runtime.EPLIConversion
unit test for EPLIConversions
main(String[]) - Static method in enum com.heirloomcomputing.epli.runtime.EPLITYPES
EPLITYPES unit test
main(String[]) - Static method in class com.heirloomcomputing.epli.runtime.EPLIVersion
Like EPLI.main() but just print current version
main(String[]) - Static method in class com.heirloomcomputing.epli.runtime.FixedBin
main -- FixedBin unit test
main(String[]) - Static method in class com.heirloomcomputing.epli.runtime.Group
unit test
main(String[]) - Static method in enum com.heirloomcomputing.epli.runtime.JAVATYPES
JAVATYPES unit test
main(String[]) - Static method in class com.heirloomcomputing.epli.runtime.Picture
main - unit test for Picture
main(String[]) - Static method in class com.heirloomcomputing.epli.runtime.Pointer
Pointer unit test
main(String[]) - Static method in class com.heirloomcomputing.epli.runtime.Union
Union unit test
mapSqlCode(SQLException) - Static method in class com.heirloomcomputing.epli.runtime.SqlContext
 
MAX(Object, Object, Object...) - Static method in class com.heirloomcomputing.epli.runtime.Builtin
Take the maximum value of its (multiple) arguments which may be mixed of CHAR and CODED ARITHMETIC data types including String, Byte, Short, Integer, Long, FixedBin, BigInteger, BigDecimal, Float or Double.
message() - Method in exception com.heirloomcomputing.epli.runtime.Condition
Return the message associated with this CONDITION
message() - Method in enum com.heirloomcomputing.epli.runtime.Condition.MessagesAndCodes
message - return the EPLI message associated with this enum
MIN(Object, Object, Object...) - Static method in class com.heirloomcomputing.epli.runtime.Builtin
Take the minimum value of its (multiple) arguments which may be mixed of CHAR and CODED ARITHMETIC data types including String, Byte, Short, Integer, Long, FixedBin, BigInteger, BigDecimal, Float or Double.
MOD(Object, Object) - Static method in class com.heirloomcomputing.epli.runtime.Builtin
MOD determines the modulus of an integer value by another integer.
MODE_ANSI - Static variable in class com.heirloomcomputing.epli.runtime.SqlCursor
 
MODE_ORACLE - Static variable in class com.heirloomcomputing.epli.runtime.SqlCursor
 
model - Variable in class com.heirloomcomputing.epli.runtime.Pointer
it is so difficult to find the class of T at runtime, and in many ways impossible due to javac's _class erasure_, we require a "model" object (any instance of T, which is not modified) to be passed when creating handles to assist in pointer datatype conversions.
model() - Method in class com.heirloomcomputing.epli.runtime.Pointer
Return the "model" or "template" of the class on which this Pointer is based as class "T".
moveToCurrentRow() - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
moveToInsertRow() - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
multiply(Array<T>) - Method in class com.heirloomcomputing.epli.runtime.Array
multiply - matrix multipy by an array or a scalar (also given as a 1x1 array)
MULTIPLY(Object, Object, int, int) - Static method in class com.heirloomcomputing.epli.runtime.Builtin
MULTIPLY returns the product of x and y, with a precision specified by p and q.
multiply(Complex) - Method in class com.heirloomcomputing.epli.runtime.Complex
multiply(b) - return a new Complex object whose value is (this * b)
multiply(FixedBin) - Method in class com.heirloomcomputing.epli.runtime.FixedBin
multiply - multiply a FixedBin number by another and return the result
multiply(Picture) - Method in class com.heirloomcomputing.epli.runtime.Picture
multiply(b) - return a new Picture object whose value is (this * b)

N

NCHAR - Static variable in class com.heirloomcomputing.epli.runtime.SqlConstants
 
NCLOB - Static variable in class com.heirloomcomputing.epli.runtime.SqlConstants
 
negate() - Method in class com.heirloomcomputing.epli.runtime.Complex
negate() - return a new Complex object whose value is -this
negate() - Method in class com.heirloomcomputing.epli.runtime.FixedBin
negate - negate a FixedBin number
negate() - Method in class com.heirloomcomputing.epli.runtime.Picture
negate() - return a new Picture object whose value is (-this)
New(String, EnumSet<IPLIFile.Attr>, String, String, int, int) - Static method in class com.heirloomcomputing.epli.runtime.PLIFile
New() looks at the attributes and constructs either a PLIRecord or PLIStream
New(String, EnumSet<IPLIFile.Attr>, String, String) - Static method in class com.heirloomcomputing.epli.runtime.PLIFile
New() looks at the attributes and constructs either a PLIRecord or PLIStream
New(String, EnumSet<IPLIFile.Attr>) - Static method in class com.heirloomcomputing.epli.runtime.PLIFile
New() looks at the attributes and constructs either a PLIRecord or PLIStream
next() - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
next() - Method in class com.heirloomcomputing.epli.runtime.ByteBuilder
next() - don't know what type the next one is, somewhat useless but required for Iterators
next() - Method in class com.heirloomcomputing.epli.runtime.InMemoryResultSet
indicate if there are any more objects in this result set
nextArea() - Method in class com.heirloomcomputing.epli.runtime.ByteBuilder
retrieve the Area
nextArray() - Method in class com.heirloomcomputing.epli.runtime.ByteBuilder
retrieve the Array
nextBigDecimal(int, int) - Method in class com.heirloomcomputing.epli.runtime.ByteBuilder
nextBigDecimal - get the next sequence of bytes as an FIXED DEC(n) given its scale
nextBigDecimal() - Method in class com.heirloomcomputing.epli.runtime.ByteBuilder
retrieve the next BigDecimal requiring the next item is a BigDecimal
nextBigInteger(int) - Method in class com.heirloomcomputing.epli.runtime.ByteBuilder
nextBigInteger - get the next sequence of bytes as an FIXED BIN(n) where n > 63 and represented as a BigInteger
nextBigInteger() - Method in class com.heirloomcomputing.epli.runtime.ByteBuilder
retrieve the next BigInteger
nextBitN(int) - Method in class com.heirloomcomputing.epli.runtime.ByteBuilder
nextBitN - get the next sequence of bytes as an BIT(m) that corresponds to n bytes in the buffer (n*8=m)
nextBoolean() - Method in class com.heirloomcomputing.epli.runtime.ByteBuilder
nextBoolean - get the next byte as an Boolean
nextByte() - Method in class com.heirloomcomputing.epli.runtime.ByteBuilder
nextByte - get the byte as an Byte
nextBytes(int) - Method in class com.heirloomcomputing.epli.runtime.ByteBuilder
Return the next sequence of n bytes as byte array
nextClearBit(int) - Method in class com.heirloomcomputing.epli.runtime.BitN
nextClearBit - Returns the index of the first bit that is set to false that occurs on or after the specified starting index.
nextComplex() - Method in class com.heirloomcomputing.epli.runtime.ByteBuilder
nextComplex - get the next sequence of bytes as an Complex that corresponds to n bytes in the buffer (n*8=m)
nextDouble() - Method in class com.heirloomcomputing.epli.runtime.ByteBuilder
nextDouble - get the next sequence of bytes as an Double
nextFixedBin(int) - Method in class com.heirloomcomputing.epli.runtime.ByteBuilder
nextFixedBin - get the next sequence of bytes as a FixedBin
nextFixedBin(int, int, int) - Method in class com.heirloomcomputing.epli.runtime.ByteBuilder
nextFixedBin - get the next sequence of bytes as a FixedBin
nextFixedBin() - Method in class com.heirloomcomputing.epli.runtime.ByteBuilder
retrieve the next FixedBin(p,q)
nextFloat() - Method in class com.heirloomcomputing.epli.runtime.ByteBuilder
nextFloat - get the next sequence of bytes as an Float
nextGroup(int) - Method in class com.heirloomcomputing.epli.runtime.ByteBuilder
nextGroup - get the next sequence of n bytes as a Group
nextInteger() - Method in class com.heirloomcomputing.epli.runtime.ByteBuilder
nextInteger - get the next sequence of bytes as an Integer
nextLong() - Method in class com.heirloomcomputing.epli.runtime.ByteBuilder
nextLong - get the next sequence of bytes as an Long
nextOffset(int) - Method in class com.heirloomcomputing.epli.runtime.ByteBuilder
cannot return the next sequence of bytes as an Offset because we don't know what ? is
nextOffset() - Method in class com.heirloomcomputing.epli.runtime.ByteBuilder
retrieve the next Offset
nextOrdinal() - Method in class com.heirloomcomputing.epli.runtime.ByteBuilder
retrieve the next enum (ordinal)
nextPicture(String) - Method in class com.heirloomcomputing.epli.runtime.ByteBuilder
Return the next sequence of bytes that correspond to the given picture specification as a Picture
nextPicture(int) - Method in class com.heirloomcomputing.epli.runtime.ByteBuilder
Return the next sequence of bytes that correspond to the picture as a Picture, used as a counter to append((Picture) O)
nextPointer(int) - Method in class com.heirloomcomputing.epli.runtime.ByteBuilder
cannot return the next sequence of bytes as an Pointer because we don't know what ? is
nextPointer() - Method in class com.heirloomcomputing.epli.runtime.ByteBuilder
retrieve the next Pointer
nextSetBit(int) - Method in class com.heirloomcomputing.epli.runtime.BitN
nextSetBit - Returns the index of the first bit that is set to true that occurs on or after the specified starting index.
nextShort() - Method in class com.heirloomcomputing.epli.runtime.ByteBuilder
nextShort - get the next sequence of bytes as an Short
nextString(short) - Method in class com.heirloomcomputing.epli.runtime.ByteBuilder
Return the next sequence of n bytes as an String.
nextString(int) - Method in class com.heirloomcomputing.epli.runtime.ByteBuilder
Return the next sequence of n bytes as an String.
NOCOBOLMSG - Static variable in class com.heirloomcomputing.epli.runtime.PLIFile
warning msg
NULL - Static variable in class com.heirloomcomputing.epli.runtime.Builtin
NULL() function and NULL constant
NULL - Static variable in class com.heirloomcomputing.epli.runtime.Offset
an undefined OFFSET
NULL - Static variable in class com.heirloomcomputing.epli.runtime.Pointer
an undefined POINTER
NUMBER - Static variable in class com.heirloomcomputing.epli.runtime.SqlConstants
 
NVARCHAR2 - Static variable in class com.heirloomcomputing.epli.runtime.SqlConstants
 

O

obtainSqlState(SQLException) - Static method in class com.heirloomcomputing.epli.runtime.SqlContext
 
OFF - Annotation Type in com.heirloomcomputing.epli.runtime
OFF - Elastic PL/I type information supplementing base Java classes available for reflection at runtime.
off - Variable in class com.heirloomcomputing.epli.runtime.Union
 
Offset<T> - Class in com.heirloomcomputing.epli.runtime
Simulates the PL/I OFFSET, which can reference any object within an Area.
Offset(T, Area) - Constructor for class com.heirloomcomputing.epli.runtime.Offset
Construct an Offset referencing another object in an area
ofPSName(String) - Method in class com.heirloomcomputing.epli.runtime.SqlCursor
indicate if the prepared statement name matches
ONCHAR() - Static method in class com.heirloomcomputing.epli.runtime.Builtin
ONCHAR returns single character on which a ONCHAR condition was raised
ONCHAR(String) - Static method in class com.heirloomcomputing.epli.runtime.Builtin
ONCHAR sets the ONCHAR character returned by the ONCHAR() built-in function
onCondition() - Method in exception com.heirloomcomputing.epli.runtime.Condition
Return the user defined Condition variable for which this CONDITION was raised
ONE - Static variable in class com.heirloomcomputing.epli.runtime.FixedBin
 
onFile() - Method in exception com.heirloomcomputing.epli.runtime.Condition
Return the file for which this CONDITION was raised
onName() - Method in exception com.heirloomcomputing.epli.runtime.Condition
Return the named element (e.g.
ONSOURCE() - Static method in class com.heirloomcomputing.epli.runtime.Builtin
ONSOURCE returns the String set through the ONSOURCE(x) pseudo-variable or raised as part of the CONVERSION condition
ONSOURCE(String) - Static method in class com.heirloomcomputing.epli.runtime.Builtin
ONSOURCE sets the ONSOURCE character returned by the ONSOURCE() built-in function
onStatement(boolean) - Method in class com.heirloomcomputing.epli.runtime.OnUnit
onStatement - activate an OnUnit with an ON statement.
OnSystem(Condition.CONDITION, IPLIFile, Condition, boolean) - Static method in exception com.heirloomcomputing.epli.runtime.Condition
OnSystem is executed with an "ON condition SYSTEM;" statement and does not originate from OnUnit processing as it applies to revert a specific OnUnit that is associated with a condition.
OnUnit - Class in com.heirloomcomputing.epli.runtime
Elastic PL/I abstract class that supports PL/I "ON units", providing handlers for raised Conditions
OnUnit(Condition.CONDITION, String...) - Constructor for class com.heirloomcomputing.epli.runtime.OnUnit
constructor - define but do not activate this OnUnit with certain identifying info at the point of the ON statement.
OnUnit(Condition.CONDITION, IPLIFile, String...) - Constructor for class com.heirloomcomputing.epli.runtime.OnUnit
constructor - define but do not activate this OnUnit with certain identifying info at the point of the ON statement.
OnUnit(Condition.CONDITION, Condition, String...) - Constructor for class com.heirloomcomputing.epli.runtime.OnUnit
constructor - define but do not activate this OnUnit with certain identifying info at the point of the ON statement.
open(EnumSet<IPLIFile.Attr>, String, String, int, int) - Method in interface com.heirloomcomputing.epli.runtime.IPLIFile
Opens the file for read, write, both, extend
Open(IPLIFile, EnumSet<IPLIFile.Attr>, String, String, int, int) - Static method in class com.heirloomcomputing.epli.runtime.PLIFile
Open modifies a previously declared IPLIFile set of attributes (possibly switching its type) and opens the file the file for reading
Open(IPLIFile, EnumSet<IPLIFile.Attr>, String, String) - Static method in class com.heirloomcomputing.epli.runtime.PLIFile
Open modifies a previously declared IPLIFile set of attributes (possibly switching its type) and opens the file the file for reading
Open(IPLIFile, EnumSet<IPLIFile.Attr>) - Static method in class com.heirloomcomputing.epli.runtime.PLIFile
Open modifies a previously declared IPLIFile set of attributes (possibly switching its type) and opens the file the file for reading
open(EnumSet<IPLIFile.Attr>, String, String, int, int) - Method in class com.heirloomcomputing.epli.runtime.PLIRecord
Opens the file for read, write, both, extend
open(EnumSet<IPLIFile.Attr>, String, String, int, int) - Method in class com.heirloomcomputing.epli.runtime.PLIStream
Opens the file for read, write, both, append
open() - Method in class com.heirloomcomputing.epli.runtime.SqlCursor
open the cursor
open(Object) - Method in class com.heirloomcomputing.epli.runtime.SqlCursors
open a specific cursor among this group of SqlCursors
OpenFiles - Static variable in class com.heirloomcomputing.epli.runtime.PLIFile
keep track of all open files
ORACLE - Static variable in class com.heirloomcomputing.epli.runtime.SqlConstants
 
ORACLE_UNSUPPORTED_FEATURE - Static variable in class com.heirloomcomputing.epli.runtime.SqlCursor
 
outputStream() - Method in interface com.heirloomcomputing.epli.runtime.IPLIFile
Return the Java OutputStream associated with this PLI FILE
outputStream() - Method in class com.heirloomcomputing.epli.runtime.PLIRecord
Throw an UNDEFINEDFILE CONDITION since PLIRecord files have the RECORD and not the STREAM
outputStream() - Method in class com.heirloomcomputing.epli.runtime.PLIStream
Return the Java OutputStream associated with this PLI FILE
OVERPUNCH_LEADING - Static variable in class com.heirloomcomputing.epli.runtime.SqlConstants
 
OVERPUNCH_TRAILING - Static variable in class com.heirloomcomputing.epli.runtime.SqlConstants
 

P

parseComplex(String) - Static method in class com.heirloomcomputing.epli.runtime.Complex
parseComplex() - similar to valueOf(String) except throws traditional NumberFormatException
phase() - Method in class com.heirloomcomputing.epli.runtime.Complex
phase() - return angle/phase/argument, normalized to be between -pi and pi
PIC - Annotation Type in com.heirloomcomputing.epli.runtime
PIC - Elastic PL/I type information supplementing base Java classes available for reflection at runtime.
Picture - Class in com.heirloomcomputing.epli.runtime
Picture - immutable Java class implementation of the PL/I Picture data type.
Picture(String) - Constructor for class com.heirloomcomputing.epli.runtime.Picture
Constructor - construct a Picture variable with specification only Note: can only be used to communicate the picture specification to other constructors and valueOf() of pictures
Picture(String, BigDecimal) - Constructor for class com.heirloomcomputing.epli.runtime.Picture
Constructor - construct a arithmetic Picture from a java.math.BigDecimal without checking for validity
Picture(BigDecimal) - Constructor for class com.heirloomcomputing.epli.runtime.Picture
Constructor - construct a arithmetic Picture from a java.math.BigDecimal and a @PIC annotation
Picture(Picture, BigDecimal) - Constructor for class com.heirloomcomputing.epli.runtime.Picture
Constructor - construct a arithmetic Picture
Picture(Picture, Object) - Constructor for class com.heirloomcomputing.epli.runtime.Picture
Constructor - construct a arithmetic Picture
Picture(Object) - Constructor for class com.heirloomcomputing.epli.runtime.Picture
Constructor - construct a Picture from an @PIC annotation and data
Picture(String, String) - Constructor for class com.heirloomcomputing.epli.runtime.Picture
Constructor - construct a arithmetic Picture
Picture(String, Object) - Constructor for class com.heirloomcomputing.epli.runtime.Picture
Constructor - construct a Picture from a pic spec and data when no annotation (@PIC) is available
Picture(String, Date) - Constructor for class com.heirloomcomputing.epli.runtime.Picture
Constructor - construct a arithmetic Picture
pictureValue(Object) - Static method in class com.heirloomcomputing.epli.runtime.EPLIConversion
convert the value to a Picture
PLIDUMP(Object...) - Static method in class com.heirloomcomputing.epli.runtime.Builtin
The PLIDUMP subroutine allows you to obtain a formatted dump of selected parts of storage that is used by your program.
PLIEXIT() - Static method in class com.heirloomcomputing.epli.runtime.Builtin
The PLIEXIT built-in subroutine is invoked by the STOP and EXIT statements with exit code 0 or that set with the CALL PLIRETC() built-in subroutine.
PLIFile - Class in com.heirloomcomputing.epli.runtime
PLIFile is a factory class that constructs either an Elastic PL/I Stream I/O (PLIStream) or Record I/O (PLIRecord) object, which it might do on the New() or Open() operators since that is where RECORD or STREAM may be specified or implied by other attributes (or none at all) to make the determination
PLIFile() - Constructor for class com.heirloomcomputing.epli.runtime.PLIFile
PLIFile constructor should not be used
PLIRecord - Class in com.heirloomcomputing.epli.runtime
PLIRecord encapsulates all the calls to the Elastic PL/I runtime library necessary to manipulate ISAM or other format files.
PLIRecord() - Constructor for class com.heirloomcomputing.epli.runtime.PLIRecord
PLIRecord constructor tests whether ecobol.jar is accessible
PLIRecord(String, EnumSet<IPLIFile.Attr>, String, String, int, int) - Constructor for class com.heirloomcomputing.epli.runtime.PLIRecord
PLIRecord constructor tests whether ecobol.jar is accessible and remembers file options declared on the DCL line.
PLIRecord(IPLIFile, String, String, int, int) - Constructor for class com.heirloomcomputing.epli.runtime.PLIRecord
construct a PLIRecord from an IPIFile used to declare the PL/I FILE variable, and then overridden with non-null other attributes.
PLIRETC(Integer) - Static method in class com.heirloomcomputing.epli.runtime.Builtin
The PLIRETC built-in subroutine allows you to set a return code that can be examined by the program that invoked this PL/I program or by another PL/I procedure via the PLIRETV built-in function.
PLIRETV() - Static method in class com.heirloomcomputing.epli.runtime.Builtin
PLIRETV returns a FIXED BINARY(31,0) value that is the PL/I return code.
PLIStream - Class in com.heirloomcomputing.epli.runtime
PLIStream encapsulates all the calls to the Elastic PL/I runtime library necessary to open/close INPUT STREAM, OUTPUT STREAM and PRINT STREAM files and returns the Java classes for them to be used by the generated code Throws CONDITIONs for invalid use of this STREAM file type as a RECORD.
PLIStream() - Constructor for class com.heirloomcomputing.epli.runtime.PLIStream
Construct a PLIStream with no attributes
PLIStream(String, EnumSet<IPLIFile.Attr>) - Constructor for class com.heirloomcomputing.epli.runtime.PLIStream
Construct a PLIStream of a certain FILE name and attributes
PLIStream(String, EnumSet<IPLIFile.Attr>, String, String, int, int) - Constructor for class com.heirloomcomputing.epli.runtime.PLIStream
Construct a PLIStream with a certain FILE name, attributes and TITLE, ENVIRONMENT, LINESIZE and PAGESIZE options from the DCL.
PLIStream(IPLIFile, String, String, int, int) - Constructor for class com.heirloomcomputing.epli.runtime.PLIStream
construct a PLIStream from an IPIFile used to declare the PL/I FILE variable, and then overridden with non-null other attributes.
Pointer<T> - Class in com.heirloomcomputing.epli.runtime
Simulates the PL/I POINTER, which can reference any object through either a direct pointer reference to that object or a handle to a direct pointer of that other object (double-pointer reference).
Pointer() - Constructor for class com.heirloomcomputing.epli.runtime.Pointer
Construct a untyped null Pointer.
Pointer(EPLITYPES) - Constructor for class com.heirloomcomputing.epli.runtime.Pointer
Construct a typed null Pointer.
Pointer(T) - Constructor for class com.heirloomcomputing.epli.runtime.Pointer
Construct a typed Pointer referencing another object of that type.
Pointer(T, Pointer<?>) - Constructor for class com.heirloomcomputing.epli.runtime.Pointer
Construct a handle mapped to an object contained within another pointer.
Pointer(T, Pointer<?>, int) - Constructor for class com.heirloomcomputing.epli.runtime.Pointer
Construct a handle mapped to an object contained within another pointer with a offset, as is the case in a variable DEFINED on another with a POSITION, as in, DCL A CHAR(4); // 4 chars, overlaid with DCL B DEFINED A CHAR(2) POSITION(3); // last 2 chars of A
Pop(Condition.CONDITION) - Static method in exception com.heirloomcomputing.epli.runtime.Condition
Pop the enable/disable status for a condition within this block
POSTGRESQL - Static variable in class com.heirloomcomputing.epli.runtime.SqlConstants
 
PRECISION(Object, int, int) - Static method in class com.heirloomcomputing.epli.runtime.Builtin
PRECISION returns the value of x, with a precision specified by p and q.
Precision(Object, int, int) - Static method in class com.heirloomcomputing.epli.runtime.EPLIConversion
Precision - adjust the precision and scale of the arg to that provided, raising the SIZE condition of such adjustment causes loss of precision.
precision() - Method in class com.heirloomcomputing.epli.runtime.FixedBin
Return the number of defined or adjusted by way of computations
previous() - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
previousClearBit(int) - Method in class com.heirloomcomputing.epli.runtime.BitN
previousClearBit - Returns the index of the nearest bit that is set to false that occurs on or before the specified starting index.
previousSetBit(int) - Method in class com.heirloomcomputing.epli.runtime.BitN
previousSetBit - Returns the index of the nearest bit that is set to true that occurs on or before the specified starting index.
printStream() - Method in interface com.heirloomcomputing.epli.runtime.IPLIFile
Return the Java PrintStream associated with this PLI FILE
printStream() - Method in class com.heirloomcomputing.epli.runtime.PLIRecord
Throw an UNDEFINEDFILE CONDITION since PLIRecord files have the RECORD and not the STREAM
printStream() - Method in class com.heirloomcomputing.epli.runtime.PLIStream
Return the Java PrintStream associated with this PLI FILE
ProductVersion() - Static method in class com.heirloomcomputing.epli.runtime.EPLIVersion
Return the Product and Version information
ProductVersionAndCopyright() - Static method in class com.heirloomcomputing.epli.runtime.EPLIVersion
Return the Product, Version and Copyright information
PROGRAM - Static variable in class com.heirloomcomputing.epli.runtime.SqlConnectionFactory
 
PROPERTY_SEP - Static variable in class com.heirloomcomputing.epli.runtime.SqlConnectionFactory
 
Push(Condition.CONDITION) - Static method in exception com.heirloomcomputing.epli.runtime.Condition
Push the enable/disable status for a condition within this block
putPreparedStatement(String, Object) - Method in class com.heirloomcomputing.epli.runtime.SqlContext
putPreparedStatement - save the prepared statement value under name

R

RaiseCondition(Condition.CONDITION, Condition.MessagesAndCodes, String, Object...) - Static method in exception com.heirloomcomputing.epli.runtime.Condition
Static method that constructs and then throws a Condition if it is enabled.
RaiseCondition(Condition.CONDITION, Condition.MessagesAndCodes, Condition, Object...) - Static method in exception com.heirloomcomputing.epli.runtime.Condition
Static method that constructs and then throws a Condition if it is enabled.
RaiseCondition(Condition.CONDITION, Condition.MessagesAndCodes, IPLIFile, Object...) - Static method in exception com.heirloomcomputing.epli.runtime.Condition
Static method that constructs and then throws a Condition if it is enabled.
RaiseCondition(Condition.CONDITION, Condition.MessagesAndCodes) - Static method in exception com.heirloomcomputing.epli.runtime.Condition
Static method that constructs and then throws a Condition if it is enabled.
RaiseCondition(Condition.CONDITION) - Static method in exception com.heirloomcomputing.epli.runtime.Condition
Static method that constructs and then throws a Condition if it is enabled.
RaiseCondition(Condition.CONDITION, String) - Static method in exception com.heirloomcomputing.epli.runtime.Condition
Static method that constructs and then throws a Condition if it is enabled.
RANDOM(int) - Static method in class com.heirloomcomputing.epli.runtime.Builtin
RANDOM returns a random number and sets the seed to the random number generator
RANDOM() - Static method in class com.heirloomcomputing.epli.runtime.Builtin
RANDOM returns a random number
RAW - Static variable in class com.heirloomcomputing.epli.runtime.SqlConstants
 
RC - Static variable in class com.heirloomcomputing.epli.runtime.Builtin
 
read(byte[]) - Method in interface com.heirloomcomputing.epli.runtime.IPLIFile
Read a single record with a key
read() - Method in interface com.heirloomcomputing.epli.runtime.IPLIFile
Read the next record (only if opened not-random)
read(byte[]) - Method in class com.heirloomcomputing.epli.runtime.PLIRecord
Read a single record with a key
read() - Method in class com.heirloomcomputing.epli.runtime.PLIRecord
Read the next record (only if opened not-random)
read(byte[]) - Method in class com.heirloomcomputing.epli.runtime.PLIStream
Read a single record with a key NOT VALID for STREAM files
read() - Method in class com.heirloomcomputing.epli.runtime.PLIStream
Read the next record NOT VALID for STREAM files
readPrev() - Method in interface com.heirloomcomputing.epli.runtime.IPLIFile
Read the previous record (only if opened not-random)
readPrev() - Method in class com.heirloomcomputing.epli.runtime.PLIRecord
Read the previous record (only if opened not-random)
readPrev() - Method in class com.heirloomcomputing.epli.runtime.PLIStream
Read the previous record NOT VALID for STREAM files
REAL(Complex, Object) - Static method in class com.heirloomcomputing.epli.runtime.Builtin
replace the real portion of a Complex number
real() - Method in class com.heirloomcomputing.epli.runtime.Complex
real() - return the real part of this complex number
realValue() - Method in class com.heirloomcomputing.epli.runtime.Complex
realValue() - same as real() but return primitive double
reciprocal() - Method in class com.heirloomcomputing.epli.runtime.Complex
reciprical() - return a new Complex object whose value is the reciprocal of this
redefine(Object, Object, int) - Static method in class com.heirloomcomputing.epli.runtime.EPLIConversion
redefine (overlay) one object as another.
ref - Variable in class com.heirloomcomputing.epli.runtime.Pointer
the Object to which this static Pointer refers
ref() - Method in class com.heirloomcomputing.epli.runtime.Pointer
De-reference the POINTER by returning the object, regardless of whether the Pointer is used to hold direct pointers or indirect handles.
ref(String) - Method in class com.heirloomcomputing.epli.runtime.Pointer
De-reference the POINTER by returning the object, first checking to see if it is a valid POINTER reference for this variable type.
ref(EPLITYPES) - Method in class com.heirloomcomputing.epli.runtime.Pointer
De-reference the POINTER by returning the object, first checking to see if it is a valid POINTER reference for this variable type.
ref - Variable in class com.heirloomcomputing.epli.runtime.Union
the Object to which this Union refers
refAssign(byte[]) - Method in class com.heirloomcomputing.epli.runtime.Pointer
assign the underlying (referenced) structure to which this POINTER points the sequence of bytes
refreshRow() - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
RegisterProgram(Class<?>, boolean) - Static method in class com.heirloomcomputing.epli.runtime.EPLI
Create and register an instance of an EXTERNAL PROCEDURE by name and by this thread such that all threads that lookup this procedure by the java class in which it is contained.
relative(int) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
REM(Object, Object) - Static method in class com.heirloomcomputing.epli.runtime.Builtin
REM determines the remainder of a modulus of an integer value by another integer.
removePreparedStatement(Object) - Method in class com.heirloomcomputing.epli.runtime.SqlContext
removePreparedStatement - remove a previously saved prepared statement
REPEAT(String, int) - Static method in class com.heirloomcomputing.epli.runtime.Builtin
REPEAT returns a bit, character, graphic or widechar string consisting of x concatenated to itself the number of times specified by y.
Requires(String, String, String) - Static method in class com.heirloomcomputing.epli.runtime.EPLIVersion
Check for the required version or higher and throw an exception if not
reset() - Method in class com.heirloomcomputing.epli.runtime.ByteBuilder
reset - reset the ByteBuffer allowing it to be read again
Reset() - Static method in exception com.heirloomcomputing.epli.runtime.Condition
reset the Condition messages file using the current default locale
Reset() - Static method in class com.heirloomcomputing.epli.runtime.Picture
reset the internationalization symbols used for format invoke after changing the LOCALE settings (e.g., EPLI.RuntimeOption("LOCALE=es_ES")
reset(boolean) - Method in class com.heirloomcomputing.epli.runtime.SqlCursor
reset this SQL Cursor
reset() - Method in class com.heirloomcomputing.epli.runtime.SqlCursor
reset the cursor
resetParameters() - Method in class com.heirloomcomputing.epli.runtime.SqlCursor
reset parameters to the SQL cursor
ResetProgram() - Static method in class com.heirloomcomputing.epli.runtime.EPLI
During reinitialization of an entire JVM running this PL/I program (when would that occur? dunno) you might want to clear out the Program Manager cache
resignalStatement() - Method in class com.heirloomcomputing.epli.runtime.OnUnit
resignalStatement - raise the condition associated with this ON unit thus invoking the handler defined for it, as with a RESIGNAL statement Do not override.
rethrowIfNotFound() - Method in exception com.heirloomcomputing.epli.runtime.Goto
Do nothing if the goto state is null meaning that the GOTO label was found at some point by isTarget() and executed at least one LabeledBlock within the GOTO loop.
rethrowIfNotMe(String) - Method in exception com.heirloomcomputing.epli.runtime.Goto
Do nothing if the goto label matches this object's label, otherwise throw the condition
Revert(OnUnit) - Static method in exception com.heirloomcomputing.epli.runtime.Condition
Revert the condition associated with the given OnUnit to the prior one defined (or default action if none were previously activated).
revertStatement() - Method in class com.heirloomcomputing.epli.runtime.OnUnit
revertStatement - when an ON unit block falls out of scope or with an explicit REVERT statement, revert to the previous action for this OnUnit.
rewrite(byte[]) - Method in interface com.heirloomcomputing.epli.runtime.IPLIFile
Rewrite the current record with the data and embedded key
rewrite(byte[], byte[]) - Method in interface com.heirloomcomputing.epli.runtime.IPLIFile
Rewrite the record given by a key with the data and embedded key
rewrite(byte[]) - Method in class com.heirloomcomputing.epli.runtime.PLIRecord
Rewrite the current record with the data and embedded key
rewrite(byte[], byte[]) - Method in class com.heirloomcomputing.epli.runtime.PLIRecord
Rewrite the record with the given key with the data and embedded key
rewrite(byte[]) - Method in class com.heirloomcomputing.epli.runtime.PLIStream
Rewrite the current record with the data and embedded key NOT VALID for STREAM files
rewrite(byte[], byte[]) - Method in class com.heirloomcomputing.epli.runtime.PLIStream
Rewrite the record given by a key with the data and embedded key NOT VALID for STREAM files
rollback() - Method in class com.heirloomcomputing.epli.runtime.SqlContext
 
rollback(boolean) - Method in class com.heirloomcomputing.epli.runtime.SqlContext
 
ROUND(Object, int) - Static method in class com.heirloomcomputing.epli.runtime.Builtin
ROUND returns the value of x rounded at a digit specified by n.
ROUNDDEC(BigDecimal, int) - Static method in class com.heirloomcomputing.epli.runtime.Builtin
ROUNDDEC returns the value of x rounded at a digit specified by n.
RoundingRound - Static variable in class com.heirloomcomputing.epli.runtime.EPLI
 
ROUNDINGROUND - Static variable in class com.heirloomcomputing.epli.runtime.EPLI
 
RoundingTruncation - Static variable in class com.heirloomcomputing.epli.runtime.EPLI
BigDecimal changes in scale are done with "setScale(n, rounding-mode)" use "HALF_EVEN" for traditional numeric rounding and "DOWN" for truncation From IBM Ent PL/I Lang Ref Man p.79: "Converting arithmetic precision When an arithmetic value has the same data attributes (except for precision) as the target, precision conversion is required.
ROUNDINGTRUNCATION - Static variable in class com.heirloomcomputing.epli.runtime.EPLI
 
rowDeleted() - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
ROWID - Static variable in class com.heirloomcomputing.epli.runtime.SqlConstants
 
rowInserted() - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
rowUpdated() - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
RuntimeOption(String) - Static method in class com.heirloomcomputing.epli.runtime.EPLI
Interrogate runtime options that are set as either properties or environment variables.
RuntimeOptions(String[]) - Static method in class com.heirloomcomputing.epli.runtime.EPLI
interrogate String args (from main method) for runtime option assignments (those with "name=value") and assign them as well as remove them from the list

S

saveResultSet(String, ResultSet) - Method in class com.heirloomcomputing.epli.runtime.SqlCursors
[HCI US812 mnh 2016-3-22] save one (of possibly many) result sets that come from the execution of a stored procedure.
scale(double) - Method in class com.heirloomcomputing.epli.runtime.Complex
scale(a) - return a new object whose value is (this * alpha)
scale() - Method in class com.heirloomcomputing.epli.runtime.FixedBin
Return the scale factor defined or adjusted by way of computations
scanner() - Method in interface com.heirloomcomputing.epli.runtime.IPLIFile
Return the Java Scanner associated with the InputStream within this PLI FILE
scanner() - Method in class com.heirloomcomputing.epli.runtime.PLIRecord
Throw an UNDEFINEDFILE CONDITION since PLIRecord files have the RECORD and not the STREAM
scanner() - Method in class com.heirloomcomputing.epli.runtime.PLIStream
Return the Java Scanner associated with the InputStream of this PLI FILE
SECS(String, String, Integer) - Static method in class com.heirloomcomputing.epli.runtime.Builtin
SECS returns a FLOAT BINARY(53) value that is the number of seconds (based on Lilian format) corresponding to the date d.
SECSTODATE(Double, String, Integer) - Static method in class com.heirloomcomputing.epli.runtime.Builtin
SECSTODATE returns a nonvarying character string containing the date in the date/time pattern specified by p that corresponds to d seconds (based on Lilian format).
SECSTODAYS(Double) - Static method in class com.heirloomcomputing.epli.runtime.Builtin
SECSTODAYS returns a FIXED BINARY(31,0) value that represents the number of seconds x converted to days, ignoring incomplete days.
SESSION - Static variable in class com.heirloomcomputing.epli.runtime.SqlConnectionFactory
 
set(T, int...) - Method in class com.heirloomcomputing.epli.runtime.Array
Assign a single value given all dimensions
set(int) - Method in class com.heirloomcomputing.epli.runtime.BitN
set - Sets one of the bits in this BitSet to true.
set(int, int) - Method in class com.heirloomcomputing.epli.runtime.BitN
set - Sets a range of bits in this BitSet to true.
set(int, int, boolean) - Method in class com.heirloomcomputing.epli.runtime.BitN
set - Sets a range of bits in this BitSet to a value.
set(T) - Method in class com.heirloomcomputing.epli.runtime.Union
set the underlying shared object of this Union
setAbsolute(T, int) - Method in class com.heirloomcomputing.epli.runtime.Array
Assign a single value given an absolute index into the array where "0" indicates first lowest of each array dimension and "n-1" is the highest value of each dimension.
setByte(byte, int) - Method in class com.heirloomcomputing.epli.runtime.ByteBuilder
low level individual byte setter
setConnection(Object) - Method in class com.heirloomcomputing.epli.runtime.SqlContext
SET CONNECTION TO name SET CONNECTION TO object SET CONNECTION TO NULL
setConnection(String, Object) - Method in class com.heirloomcomputing.epli.runtime.SqlContext
 
setDriverLogMode(int) - Method in class com.heirloomcomputing.epli.runtime.SqlContext
Set by the compiler immediately before setting the connection.
setElement(Object, Object, Object) - Method in class com.heirloomcomputing.epli.runtime.Group
setElement - for a previously found element via findElement(name), set the value of that field
setExplicitTransactions() - Static method in class com.heirloomcomputing.epli.runtime.SqlContext
 
setFetchDirection(int) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
setFetchSize(int) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
setFetchSize(int) - Method in class com.heirloomcomputing.epli.runtime.SqlCursor
set the number of rows to fetch at a time
setImplicitTransactions() - Static method in class com.heirloomcomputing.epli.runtime.SqlContext
 
setLogMode(int) - Method in class com.heirloomcomputing.epli.runtime.SqlContext
Set by the compiler immediately before setting the connection.
setLogMode(boolean) - Method in class com.heirloomcomputing.epli.runtime.SqlCursor
set the log mode
setLogMode(boolean) - Method in class com.heirloomcomputing.epli.runtime.SqlCursors
set the log mode for this group of cursors
setMaxRows(int) - Method in class com.heirloomcomputing.epli.runtime.SqlCursor
set the maximum number of rows this cursor should retrieve
setObject(Object) - Method in class com.heirloomcomputing.epli.runtime.SqlCursor
set the cursor parameter to this cursor
setObject(Object, Object) - Method in class com.heirloomcomputing.epli.runtime.SqlCursor
set the cursor parameter associated with this cursor
setObject(Object, Object, int) - Method in class com.heirloomcomputing.epli.runtime.SqlCursor
set the cursor parameter associated with this cursor
setObject(Object, Object, int, String) - Method in class com.heirloomcomputing.epli.runtime.SqlCursor
set the cursor parameter associated with this cursor
setObject(int, Object) - Method in class com.heirloomcomputing.epli.runtime.SqlCursor
set the object associated with this cursor
setObject(int, Object, Object) - Method in class com.heirloomcomputing.epli.runtime.SqlCursor
set the object associated with this cursor
setObject(int, Object, Object, int) - Method in class com.heirloomcomputing.epli.runtime.SqlCursor
set the object associated with this cursor
setObject(int, Object, Object, int, String) - Method in class com.heirloomcomputing.epli.runtime.SqlCursor
set the object associated with this cursor
setPrefetchSize(int) - Method in class com.heirloomcomputing.epli.runtime.SqlCursor
set the prefetch amount of rows
setPs(PreparedStatement) - Method in class com.heirloomcomputing.epli.runtime.SqlCursor
set the prepared statement
setPSName(String) - Method in class com.heirloomcomputing.epli.runtime.SqlCursor
set the prepared statement name
setQueryTimeout(int) - Method in class com.heirloomcomputing.epli.runtime.SqlCursor
set the query timeout in milliseconds
setReconnectConnections(boolean) - Static method in class com.heirloomcomputing.epli.runtime.SqlContext
setReconnectConnections [HCI ticket#2787 mnh 2017-02-23] Due to prior tickets, the ETP SQL execution world shares JDBC Connections with the COBOL world (in case an ETP transaction contains COBOL programs that were not compiled with -out:transaction but still perform EXEC SQL).
setResultSet(ResultSet) - Method in class com.heirloomcomputing.epli.runtime.SqlCursor
set the result set associated with this cursor
setSlice(Array<T>, Object...) - Method in class com.heirloomcomputing.epli.runtime.Array
Set a slice of an Array from another Array
setup(Context) - Method in class com.heirloomcomputing.epli.runtime.ETPContext
setup a COBOL Context
setValid(boolean) - Method in class com.heirloomcomputing.epli.runtime.SqlCursor
set the valid state of this connection
shortValue() - Method in class com.heirloomcomputing.epli.runtime.Array
shortValue -- convert an Array to an Array
shortValue() - Method in class com.heirloomcomputing.epli.runtime.Complex
shortValue() - return a (truncated) short from a Complex number
shortValue(Object) - Static method in class com.heirloomcomputing.epli.runtime.EPLIConversion
convert the value to a short
shortValue() - Method in class com.heirloomcomputing.epli.runtime.FixedBin
Convert to short, truncating any digits to the right of the binary point
shortValue() - Method in class com.heirloomcomputing.epli.runtime.Picture
shortValue() - return a (truncated) short from a Picture number
shortValueExact() - Method in class com.heirloomcomputing.epli.runtime.FixedBin
Convert to short, truncating any digits to the right of the binary point
SIGN(Object) - Static method in class com.heirloomcomputing.epli.runtime.Builtin
SIGN returns an unscaled REAL FIXED BINARY value that indicates whether x is positive, zero, or negative.
signalStatement() - Method in class com.heirloomcomputing.epli.runtime.OnUnit
signalStatement - raise the condition associated with this ON unit thus invoking the handler defined for it, as with a SIGNAL statement Do not override.
sin() - Method in class com.heirloomcomputing.epli.runtime.Complex
sin() - return a new Complex object whose value is the complex sine of this
size() - Method in class com.heirloomcomputing.epli.runtime.BitN
size - Returns the number of bits of space actually in use by this BitN to represent bit values.
SIZE(Object, int) - Static method in class com.heirloomcomputing.epli.runtime.Builtin
SIZE returns a FIXED BIN value that gives the implementation-defined storage, in bytes, allocated to a variable x
size() - Method in class com.heirloomcomputing.epli.runtime.FixedBin
size - return the size in bytes if this FixedBin were to be converted toBytes()
size() - Method in class com.heirloomcomputing.epli.runtime.Picture
return the size in bytes if this Picture were to be converted with toBytes()
sizeof(Object) - Static method in enum com.heirloomcomputing.epli.runtime.EPLITYPES
return the size of the argument if converted to bytes of the Elastic PL/I datatype (static)
SLICE - Static variable in class com.heirloomcomputing.epli.runtime.Array
 
Snap(Condition.CONDITION) - Static method in exception com.heirloomcomputing.epli.runtime.Condition
Snap - snap a trace back
Spaces(int) - Static method in class com.heirloomcomputing.epli.runtime.PLIStream
Return a String with a number of spaces
SqlCA - Class in com.heirloomcomputing.epli.runtime
SQLCA (SQL database common area) data structure as represented in Java, introduced with the PL/I program contains a statement %INCLUDE SQLCA;
SqlCA() - Constructor for class com.heirloomcomputing.epli.runtime.SqlCA
 
sqlca - Static variable in class com.heirloomcomputing.epli.runtime.SqlCA
 
SqlConnectionFactory - Class in com.heirloomcomputing.epli.runtime
This class is used to construct SQL Connections _NOT_ used in the LegacyJ Transaction System.
SqlConstants - Class in com.heirloomcomputing.epli.runtime
Common SQL Constants
SqlConstants() - Constructor for class com.heirloomcomputing.epli.runtime.SqlConstants
 
SqlContext - Class in com.heirloomcomputing.epli.runtime
SQLContext is the SQL context in which a particular program instance is executing.
SqlCursor - Class in com.heirloomcomputing.epli.runtime
SqlCursor manages one SQL CURSOR operations.
SqlCursor(String) - Constructor for class com.heirloomcomputing.epli.runtime.SqlCursor
create a SqlCursor
SqlCursor(String, boolean, SqlCursors) - Constructor for class com.heirloomcomputing.epli.runtime.SqlCursor
create a SqlCursor with attributes
SqlCursors - Class in com.heirloomcomputing.epli.runtime
SqlCursors is a wrapper on the cursor concept.
SqlCursors() - Constructor for class com.heirloomcomputing.epli.runtime.SqlCursors
 
status() - Method in enum com.heirloomcomputing.epli.runtime.Condition.MessagesAndCodes
status - return the EPLI code associated with this enum as a String of two digits to compare against CobolFile.getStatus()
STOREDASSTRING(int) - Static method in class com.heirloomcomputing.epli.runtime.SqlConstants
 
STRING(Pointer<?>, String) - Static method in class com.heirloomcomputing.epli.runtime.Builtin
The STRING pseudovariable assigns a string to x as if x were a string scalar.
STRING(Object) - Static method in class com.heirloomcomputing.epli.runtime.Builtin
STRING returns a string that is the concatenation of all the elements of x.
STRING - Static variable in class com.heirloomcomputing.epli.runtime.SqlConstants
 
stringValue() - Method in class com.heirloomcomputing.epli.runtime.Array
stringValue -- convert an Array to an Array Note: not to be confused with toString() which turns an array into a String
subcode() - Method in exception com.heirloomcomputing.epli.runtime.Condition
Return the subcode associated with this CONDITION
SUBSTR(String, int, int) - Static method in class com.heirloomcomputing.epli.runtime.Builtin
SUBSTR returns a substring, specified by y and z, of x.
SUBSTR(String, int, int, String) - Static method in class com.heirloomcomputing.epli.runtime.Builtin
the SUBSTR pseudo-variable replace characters within a String and return it for assignment.
subtract(Array<T>) - Method in class com.heirloomcomputing.epli.runtime.Array
subtract - subtract an array or a scalar (also given as a 1x1 array) to every element of an array
SUBTRACT(Object, Object, int, int) - Static method in class com.heirloomcomputing.epli.runtime.Builtin
SUBTRACT is equivalent to ADD(x,-y,p,q).
subtract(Complex) - Method in class com.heirloomcomputing.epli.runtime.Complex
subtract(b) - return a new Complex object whose value is (this - b)
subtract(FixedBin) - Method in class com.heirloomcomputing.epli.runtime.FixedBin
subtract - subtract a FixedBin number from this one and return the result
subtract(Picture) - Method in class com.heirloomcomputing.epli.runtime.Picture
subtract(b) - return a new Picture object whose value is (this - b)
summary() - Method in enum com.heirloomcomputing.epli.runtime.Condition.CONDITION
Return the summary of this CONDITION
summary() - Method in exception com.heirloomcomputing.epli.runtime.Condition
Return the summary description of this condition (without messages & codes)
SYSTEM(String) - Static method in class com.heirloomcomputing.epli.runtime.Builtin
SYSTEM(x) returns a FIXED BIN(31,0) value that is the return value from the command processor when it is invoked with the command contained in x.

T

tan() - Method in class com.heirloomcomputing.epli.runtime.Complex
tan() - return a new Complex object whose value is the complex tangent of this
TASK - Static variable in class com.heirloomcomputing.epli.runtime.SqlConnectionFactory
 
TEN - Static variable in class com.heirloomcomputing.epli.runtime.FixedBin
 
TIME() - Static method in class com.heirloomcomputing.epli.runtime.Builtin
TIME returns a character string timestamp in the format HHMISS999.
TIME_RECORD - Static variable in class com.heirloomcomputing.epli.runtime.SqlConstants
 
TIMESTAMP_OFFSET_RECORD - Static variable in class com.heirloomcomputing.epli.runtime.SqlConstants
 
TIMESTAMP_RECORD - Static variable in class com.heirloomcomputing.epli.runtime.SqlConstants
 
toBigDecimal() - Method in class com.heirloomcomputing.epli.runtime.ECTypes
Conversion method.
toBigDecimal(Object) - Static method in class com.heirloomcomputing.epli.runtime.EPLIConversion
convert the value to a BigDecimal
toBigDecimal(Object, int, int) - Static method in class com.heirloomcomputing.epli.runtime.EPLIConversion
convert the value to a BigDecimal
toBigInteger(Object) - Static method in class com.heirloomcomputing.epli.runtime.EPLIConversion
convert the value to a BigInteger and return it
toBit1(String) - Static method in class com.heirloomcomputing.epli.runtime.EPLIConversion
Runtime conversion from CHAR(m) VARYING to BIT(1)
toBitN(BitN, int) - Static method in class com.heirloomcomputing.epli.runtime.EPLIConversion
Runtime conversion from BIT(n) to BIT(m)
toBitN(String, int) - Static method in class com.heirloomcomputing.epli.runtime.EPLIConversion
Runtime conversion from CHAR(m) VARYING as a straight string "0110" or PL/I BIT(n) format "'0110'B") to BIT(n), n>1 Note: Java BitNs are considered "little endian" (rightmost is bit 0).
toBitN(long...) - Static method in class com.heirloomcomputing.epli.runtime.EPLIConversion
Runtime conversion from Java long to BIT(n), n>1
toBitN(Object) - Static method in class com.heirloomcomputing.epli.runtime.EPLIConversion
Runtime conversion from Java long to BIT(n), n>1
toBitN(Object, int) - Static method in class com.heirloomcomputing.epli.runtime.EPLIConversion
Runtime conversion from any Object to BIT(m)
toBoolean() - Method in class com.heirloomcomputing.epli.runtime.ECTypes
Conversion method.
toBoolean(Object) - Static method in class com.heirloomcomputing.epli.runtime.EPLIConversion
Dynamic conversion of any EPLI type to Boolean
toByte() - Method in class com.heirloomcomputing.epli.runtime.ECTypes
Conversion method.
toByte(Object) - Static method in class com.heirloomcomputing.epli.runtime.EPLIConversion
convert the value to a Byte
toByteArray() - Method in class com.heirloomcomputing.epli.runtime.Array
toByteArray - synonym for toBytes()
toByteArray() - Method in class com.heirloomcomputing.epli.runtime.ECTypes
Return copy of the internal byte representation.
toByteArray(byte[], int, int) - Method in class com.heirloomcomputing.epli.runtime.ECTypes
Return copy of the internal byte representation.
toByteArray() - Method in class com.heirloomcomputing.epli.runtime.FixedBin
toByteArray - synonym for toBytes()
toByteArray() - Method in class com.heirloomcomputing.epli.runtime.Group
toByteArray - synonym for toBytes()
toByteArray() - Method in class com.heirloomcomputing.epli.runtime.Picture
toByteArray - synonym for toBytes()
toBytes() - Method in class com.heirloomcomputing.epli.runtime.Area
convert Area to a byte array (for an I/O or Group assignment)
toBytes() - Method in class com.heirloomcomputing.epli.runtime.Array
Return the contents of this array as an array of bytes
toBytes() - Method in class com.heirloomcomputing.epli.runtime.ByteBuilder
Return the ByteBuilder as a byte array
toBytes() - Method in class com.heirloomcomputing.epli.runtime.Complex
convert Complex to a byte array (for an I/O or Group assignment)
toBytes(Object) - Static method in class com.heirloomcomputing.epli.runtime.EPLIConversion
toBytes - static version of the toBytes() or toByteArray() or getBytes() non- static methods that assign a possibly-immutable object's contents from a byte array
toBytes(EPLITYPES, Object) - Static method in class com.heirloomcomputing.epli.runtime.EPLIConversion
toBytes - static version of the toBytes() or toByteArray() or getBytes() non- static methods that assign a possibly-immutable object's contents from a byte array
toBytes() - Method in class com.heirloomcomputing.epli.runtime.FixedBin
toBytes - generate a byte array of the internal data value of the variable of variable size, not including 0s or -1s indicating sign.
toBytes() - Method in class com.heirloomcomputing.epli.runtime.Group
Use reflection to convert each Group's field into a byte array
toBytes() - Method in class com.heirloomcomputing.epli.runtime.Offset
turn a Pointer into a sequence of bytes
toBytes() - Method in class com.heirloomcomputing.epli.runtime.Picture
toBytes() - return a byte array representation of this picture
toBytes() - Method in class com.heirloomcomputing.epli.runtime.Pointer
turn a Pointer into a sequence of bytes
toBytes() - Method in class com.heirloomcomputing.epli.runtime.Union
turn a shared object of the Union into a sequence of bytes
toChar() - Method in class com.heirloomcomputing.epli.runtime.ECTypes
Conversion method.
toComplex(Object) - Static method in class com.heirloomcomputing.epli.runtime.EPLIConversion
convert the value to a Complex
toDatatype() - Method in class com.heirloomcomputing.epli.runtime.ECTypes
Conversion method.
toDebugString() - Method in class com.heirloomcomputing.epli.runtime.ByteBuilder
Provided as a debugging aid
toDouble() - Method in class com.heirloomcomputing.epli.runtime.ECTypes
Conversion method.
toDouble(Object) - Static method in class com.heirloomcomputing.epli.runtime.EPLIConversion
convert the value to a Double
toFixedBin(Object) - Static method in class com.heirloomcomputing.epli.runtime.EPLIConversion
convert the value to an FixedBin and return it
toFixedBin(Object, int, int) - Static method in class com.heirloomcomputing.epli.runtime.EPLIConversion
convert the value to an FixedBin and return it
toFixedChar(String, int) - Static method in class com.heirloomcomputing.epli.runtime.EPLI
Simulate CHAR(n) datatypes by padding or truncating string to length
toFixedChar(String, int) - Static method in class com.heirloomcomputing.epli.runtime.EPLIConversion
Simulate CHAR(n) datatypes by padding or truncating string to length
toFloat() - Method in class com.heirloomcomputing.epli.runtime.ECTypes
Conversion method.
toFloat(Object) - Static method in class com.heirloomcomputing.epli.runtime.EPLIConversion
convert the value to a Float
toInt() - Method in class com.heirloomcomputing.epli.runtime.ECTypes
Conversion method.
toInteger(Object) - Static method in class com.heirloomcomputing.epli.runtime.EPLIConversion
convert the value to an Integer
toLong() - Method in class com.heirloomcomputing.epli.runtime.ECTypes
Conversion method.
toLong(Object) - Static method in class com.heirloomcomputing.epli.runtime.EPLIConversion
convert the value to a Long
toPicture(Object) - Static method in class com.heirloomcomputing.epli.runtime.EPLIConversion
convert the value to a Picture
toPicture(Object, String) - Static method in class com.heirloomcomputing.epli.runtime.EPLIConversion
convert the value to an Picture and return it
toRawString() - Method in class com.heirloomcomputing.epli.runtime.Picture
toRawString() - return a String representation the data only, without formating, of the Picture object
toShort() - Method in class com.heirloomcomputing.epli.runtime.ECTypes
Conversion method.
toshort(Boolean) - Static method in class com.heirloomcomputing.epli.runtime.EPLIConversion
Runtime conversion to primitive short while checking SIZE (overflow) Condition.
toshort(Byte) - Static method in class com.heirloomcomputing.epli.runtime.EPLIConversion
 
toshort(Short) - Static method in class com.heirloomcomputing.epli.runtime.EPLIConversion
 
toshort(Integer) - Static method in class com.heirloomcomputing.epli.runtime.EPLIConversion
 
toshort(Long) - Static method in class com.heirloomcomputing.epli.runtime.EPLIConversion
 
toshort(Float) - Static method in class com.heirloomcomputing.epli.runtime.EPLIConversion
 
toshort(Double) - Static method in class com.heirloomcomputing.epli.runtime.EPLIConversion
 
toshort(BigDecimal) - Static method in class com.heirloomcomputing.epli.runtime.EPLIConversion
 
toshort(BigInteger) - Static method in class com.heirloomcomputing.epli.runtime.EPLIConversion
 
toshort(BitN) - Static method in class com.heirloomcomputing.epli.runtime.EPLIConversion
 
toshort(FixedBin) - Static method in class com.heirloomcomputing.epli.runtime.EPLIConversion
 
toshort(Picture) - Static method in class com.heirloomcomputing.epli.runtime.EPLIConversion
 
toshort(String) - Static method in class com.heirloomcomputing.epli.runtime.EPLIConversion
 
toshort(Object) - Static method in class com.heirloomcomputing.epli.runtime.EPLIConversion
 
toShort(Object) - Static method in class com.heirloomcomputing.epli.runtime.EPLIConversion
convert the value to a Short
toString(Array<?>, String, int) - Static method in class com.heirloomcomputing.epli.runtime.Array
Runtime conversion from DIM(n,..m) to CHAR(m) VARYING
toString() - Method in class com.heirloomcomputing.epli.runtime.Array
Runtime conversion from DIM(n,..m) to CHAR(m) VARYING
toString() - Method in class com.heirloomcomputing.epli.runtime.BitN
toString - return a display representation of an PLI representation of the BIT(n)
toString() - Method in class com.heirloomcomputing.epli.runtime.ByteBuilder
Provided as a debugging aid because presumably you should be using StringBuilder instead
toString() - Method in class com.heirloomcomputing.epli.runtime.Complex
toString() - return a String representation of the invoking Complex object
toString() - Method in exception com.heirloomcomputing.epli.runtime.Condition
Return a debugging string describing this Condition
toString(byte[]) - Static method in class com.heirloomcomputing.epli.runtime.EPLIConversion
Runtime conversion from n-byte byte string to n byte String
toString(Object) - Static method in class com.heirloomcomputing.epli.runtime.EPLIConversion
convert the value to an String and return it
toString(Object, int) - Static method in class com.heirloomcomputing.epli.runtime.EPLIConversion
convert the value to a fixed or variable length String of a certain length and return it
toString() - Method in class com.heirloomcomputing.epli.runtime.FixedBin
Convert to String
toString(int) - Method in class com.heirloomcomputing.epli.runtime.FixedBin
Convert to String with radix
toString() - Method in class com.heirloomcomputing.epli.runtime.Group
Use reflection to convert each Group's field into a string
toString() - Method in class com.heirloomcomputing.epli.runtime.OnUnit
return information about this on unit
toString() - Method in class com.heirloomcomputing.epli.runtime.Picture
toString() - return a String representation of the invoking Picture object
toString(String) - Method in class com.heirloomcomputing.epli.runtime.Picture
toString - return a String representation of the invoking Picture object
toString() - Method in class com.heirloomcomputing.epli.runtime.PLIRecord
Returns the self-defining information for the debugger
toString() - Method in class com.heirloomcomputing.epli.runtime.PLIStream
Returns the self-defining information for the debugger
toString() - Method in class com.heirloomcomputing.epli.runtime.Pointer
for debugging info, dump ptr info, put list ptr, etc.
toString() - Method in class com.heirloomcomputing.epli.runtime.Union
convert the underlying object to a string
toString2(int) - Static method in class com.heirloomcomputing.epli.runtime.EPLIConversion
Runtime conversion from 2-byte integer to a 2 byte char
toText() - Method in class com.heirloomcomputing.epli.runtime.ECTypes
Conversion method.
toVarChar(String, int) - Static method in class com.heirloomcomputing.epli.runtime.EPLI
Runtime conversion CHAR(n) or CHAR(n) VARYING to CHAR(m) VARYING
toVarChar(BitN) - Static method in class com.heirloomcomputing.epli.runtime.EPLI
Runtime conversion from BIT(n) to CHAR(m) VARYING
toVarChar(BitN, int) - Static method in class com.heirloomcomputing.epli.runtime.EPLI
Runtime conversion from BIT(n) to CHAR(m) VARYING
toVarChar(String, int) - Static method in class com.heirloomcomputing.epli.runtime.EPLIConversion
Runtime conversion CHAR(n) or CHAR(n) VARYING to CHAR(m) VARYING
toVarChar(BitN) - Static method in class com.heirloomcomputing.epli.runtime.EPLIConversion
Runtime conversion from BIT(n) to CHAR(m) VARYING
toVarChar(BitN, int) - Static method in class com.heirloomcomputing.epli.runtime.EPLIConversion
Conversion from BIT(n) to CHAR(m) VARYING
toVarData(String, int) - Static method in class com.heirloomcomputing.epli.runtime.EPLIConversion
Runtime conversion CHAR(n) or CHAR(n) VARYING to CHAR(m) VARYING used in PUT DATA such that it is in a form acceptable to a GET DATA, internal single quotes are doubled
TransactionEnvironmentLean - Interface in com.heirloomcomputing.etp.transaction.api
TransactionEnvironment is the gateway to functionality, returning instances where available of the various transaction-oriented services.
TRANSLATE(String, String, String) - Static method in class com.heirloomcomputing.epli.runtime.Builtin
TRANSLATE returns a character string of the same length as x
TRUNC(Object) - Static method in class com.heirloomcomputing.epli.runtime.Builtin
TRUNC returns returns an integer value that is the truncated value of x.
TYPE(Object) - Static method in class com.heirloomcomputing.epli.runtime.Builtin
The TYPE pseudovariable assigns a typed structure or union to the storage located by the handle x.
typeof(Object) - Static method in enum com.heirloomcomputing.epli.runtime.EPLITYPES
type the Java object passed as a parameter (static)
typeof(Object) - Static method in enum com.heirloomcomputing.epli.runtime.JAVATYPES
type the Java object passed as a parameter (static)
typeof() - Method in class com.heirloomcomputing.epli.runtime.Pointer
return the EPLITYPES type of the object pointed to by this pointer or handle
typeofbase(Pointer<?>) - Static method in enum com.heirloomcomputing.epli.runtime.EPLITYPES
type the underlying Java object to which the Pointer parameter refers (whether the contents are null or not).
typeofbase(Pointer<?>) - Static method in enum com.heirloomcomputing.epli.runtime.JAVATYPES
type the underlying Java object to which the Pointer parameter refers (whether the contents are null or not).

U

unboxedName() - Method in enum com.heirloomcomputing.epli.runtime.JAVATYPES
unboxedName
uni - Variable in class com.heirloomcomputing.epli.runtime.Union
share a byte-range of another object
Union<T> - Class in com.heirloomcomputing.epli.runtime
Simulates the PL/I UNION, which overlays one object with another by making immutable Java wrapper classes (Integer, String) and Elastic PL/I classes (FixedBin, Complex) both mutable and sharable.
Union() - Constructor for class com.heirloomcomputing.epli.runtime.Union
Construct a null Union
Union(T) - Constructor for class com.heirloomcomputing.epli.runtime.Union
Construct a Union referencing another object
Union(Union<T>, int, int) - Constructor for class com.heirloomcomputing.epli.runtime.Union
Construct a Union referencing another union's byte range
UNSIGNED - Static variable in class com.heirloomcomputing.epli.runtime.SqlConstants
 
UNSIGNED_DISPLAY - Static variable in class com.heirloomcomputing.epli.runtime.SqlConstants
 
UNSPEC(Object) - Static method in class com.heirloomcomputing.epli.runtime.Builtin
UNSPEC function returns a bit string that is the internal coded form of x.
UNSPEC(Pointer<?>, Object) - Static method in class com.heirloomcomputing.epli.runtime.Builtin
The UNSPEC pseudovariable assigns a bit value directly to x; that is, without conversion.
unwrap(Class<T>) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
UOW - Static variable in class com.heirloomcomputing.epli.runtime.SqlConnectionFactory
 
updateArray(int, Array) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
updateArray(String, Array) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
updateAsciiStream(int, InputStream) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
updateAsciiStream(String, InputStream) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
updateAsciiStream(int, InputStream, int) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
updateAsciiStream(String, InputStream, int) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
updateAsciiStream(int, InputStream, long) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
updateAsciiStream(String, InputStream, long) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
updateBigDecimal(int, BigDecimal) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
updateBigDecimal(String, BigDecimal) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
updateBinaryStream(int, InputStream) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
updateBinaryStream(String, InputStream) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
updateBinaryStream(int, InputStream, int) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
updateBinaryStream(String, InputStream, int) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
updateBinaryStream(int, InputStream, long) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
updateBinaryStream(String, InputStream, long) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
updateBlob(int, Blob) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
updateBlob(String, Blob) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
updateBlob(int, InputStream) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
updateBlob(String, InputStream) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
updateBlob(int, InputStream, long) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
updateBlob(String, InputStream, long) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
updateBoolean(int, boolean) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
updateBoolean(String, boolean) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
updateByte(int, byte) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
updateByte(String, byte) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
updateBytes(int, byte[]) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
updateBytes(String, byte[]) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
updateCharacterStream(int, Reader) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
updateCharacterStream(String, Reader) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
updateCharacterStream(int, Reader, int) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
updateCharacterStream(String, Reader, int) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
updateCharacterStream(int, Reader, long) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
updateCharacterStream(String, Reader, long) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
updateClob(int, Clob) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
updateClob(String, Clob) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
updateClob(int, Reader) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
updateClob(String, Reader) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
updateClob(int, Reader, long) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
updateClob(String, Reader, long) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
updateDate(int, Date) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
updateDate(String, Date) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
updateDouble(int, double) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
updateDouble(String, double) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
updateFloat(int, float) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
updateFloat(String, float) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
updateInt(int, int) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
updateInt(String, int) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
updateLong(int, long) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
updateLong(String, long) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
updateNCharacterStream(int, Reader) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
updateNCharacterStream(String, Reader) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
updateNCharacterStream(int, Reader, long) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
updateNCharacterStream(String, Reader, long) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
updateNClob(int, NClob) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
updateNClob(String, NClob) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
updateNClob(int, Reader) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
updateNClob(String, Reader) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
updateNClob(int, Reader, long) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
updateNClob(String, Reader, long) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
updateNString(int, String) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
updateNString(String, String) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
updateNull(int) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
updateNull(String) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
updateObject(int, Object) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
updateObject(String, Object) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
updateObject(int, Object, int) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
updateObject(String, Object, int) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
updateRef(int, Ref) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
updateRef(String, Ref) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
updateRow() - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
updateRowId(int, RowId) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
updateRowId(String, RowId) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
updateShort(int, short) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
updateShort(String, short) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
updateSQLXML(int, SQLXML) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
updateSQLXML(String, SQLXML) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
updateString(int, String) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
updateString(String, String) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
updateTime(int, Time) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
updateTime(String, Time) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
updateTimestamp(int, Timestamp) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
updateTimestamp(String, Timestamp) - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
updateWhereCurrent(String, Object[], Object[]) - Method in class com.heirloomcomputing.epli.runtime.SqlCursor
update the current row(s) associated with this cursor
updateWhereCurrent(String, Object[]) - Method in class com.heirloomcomputing.epli.runtime.SqlCursor
update the current row(s) associated with this cursor
updateWhereCurrent(String) - Method in class com.heirloomcomputing.epli.runtime.SqlCursor
update the current row(s) associated with this cursor

V

valueOf(Object) - Method in class com.heirloomcomputing.epli.runtime.Array
an unusual form of assignment of an array is A(*) = ''; where A is a structure.
valueOf(byte[]) - Static method in class com.heirloomcomputing.epli.runtime.BitN
valueOf - Returns a new bit set containing all the bits in the given byte array.
valueOf(ByteBuffer) - Static method in class com.heirloomcomputing.epli.runtime.BitN
valueOf - Returns a new bit set containing all the bits in the given byte buffer between its position and limit.
valueOf(long[]) - Static method in class com.heirloomcomputing.epli.runtime.BitN
valueOf - Returns a new bit set containing all the bits in the given byte array.
valueOf(LongBuffer) - Static method in class com.heirloomcomputing.epli.runtime.BitN
valueOf - Returns a new bit set containing all the bits in the given byte buffer between its position and limit.
valueOf(double, double) - Static method in class com.heirloomcomputing.epli.runtime.Complex
valueOf() - construct a Complex number from a "real part" and "imaginary part"
valueOf(String) - Static method in class com.heirloomcomputing.epli.runtime.Complex
valueOf() - construct a Complex number from a string [I]
valueOf(long) - Static method in class com.heirloomcomputing.epli.runtime.Complex
valueOf() - construct a Complex number from a long
valueOf(int) - Static method in class com.heirloomcomputing.epli.runtime.Complex
valueOf() - construct a Complex number from an int
valueOf(short) - Static method in class com.heirloomcomputing.epli.runtime.Complex
valueOf() - construct a Complex number from a short
valueOf(byte) - Static method in class com.heirloomcomputing.epli.runtime.Complex
valueOf() - construct a Complex number from a byte
valueOf(double) - Static method in class com.heirloomcomputing.epli.runtime.Complex
valueOf() - construct a Complex number from a double or float
valueOf(FixedBin) - Static method in class com.heirloomcomputing.epli.runtime.Complex
valueOf() - construct a Complex number from a FixedBin
valueOf(BigDecimal) - Static method in class com.heirloomcomputing.epli.runtime.Complex
valueOf() - construct a Complex number from a BigDecimal
valueOf(BigInteger) - Static method in class com.heirloomcomputing.epli.runtime.Complex
valueOf() - construct a Complex number from a BigInteger
valueOf(Boolean) - Static method in class com.heirloomcomputing.epli.runtime.Complex
valueOf() - construct a Complex number from a Boolean
valueOf(BitN) - Static method in class com.heirloomcomputing.epli.runtime.Complex
valueOf() - construct a Complex number from a BitN
valueOf(byte[]) - Static method in class com.heirloomcomputing.epli.runtime.Complex
valueOf() - construct a Complex number from a byte array (use instead of fromBytes() because Complex is immutable)
valueOf(String) - Static method in enum com.heirloomcomputing.epli.runtime.Condition.CONDITION
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.heirloomcomputing.epli.runtime.Condition.MessagesAndCodes
Returns the enum constant of this type with the specified name.
valueOf(Throwable) - Static method in exception com.heirloomcomputing.epli.runtime.Condition
 
valueOf(String) - Static method in enum com.heirloomcomputing.epli.runtime.EPLITYPES
Returns the enum constant of this type with the specified name.
valueOf(long) - Static method in class com.heirloomcomputing.epli.runtime.FixedBin
Factory method to convert from long (with implied scale 0) to FixedBin scale 0.
valueOf(int) - Static method in class com.heirloomcomputing.epli.runtime.FixedBin
Factory method to convert from int (with implied scale 0) to FixedBin scale 0.
valueOf(short) - Static method in class com.heirloomcomputing.epli.runtime.FixedBin
Factory method to convert from short (with implied scale 0) to FixedBin scale 0.
valueOf(byte) - Static method in class com.heirloomcomputing.epli.runtime.FixedBin
Factory method to convert from byte (with implied scale 0) to FixedBin scale 0.
valueOf(long, int, int) - Static method in class com.heirloomcomputing.epli.runtime.FixedBin
Factory method to convert from long (with implied scale 0) FixedBin with a specific number of digits and scale
valueOf(int, int, int) - Static method in class com.heirloomcomputing.epli.runtime.FixedBin
Factory method to convert from int (with implied scale 0) FixedBin with a specific number of digits and scale
valueOf(short, int, int) - Static method in class com.heirloomcomputing.epli.runtime.FixedBin
Factory method to convert from short (with implied scale 0) FixedBin with a specific number of digits and scale
valueOf(byte, int, int) - Static method in class com.heirloomcomputing.epli.runtime.FixedBin
Factory method to convert from byte (with implied scale 0) FixedBin with a specific number of digits and scale
valueOf(double) - Static method in class com.heirloomcomputing.epli.runtime.FixedBin
Factory method to convert from double (with inherent scale) to FixedBin
valueOf(float) - Static method in class com.heirloomcomputing.epli.runtime.FixedBin
Factory method to convert from float (with inherent scale) to FixedBin
valueOf(double, int, int) - Static method in class com.heirloomcomputing.epli.runtime.FixedBin
Factory method to convert from double with specific precision and scale to FixedBin
valueOf(float, int, int) - Static method in class com.heirloomcomputing.epli.runtime.FixedBin
Factory method to convert from float with specific precision and scale to FixedBin
valueOf(BigDecimal) - Static method in class com.heirloomcomputing.epli.runtime.FixedBin
Factory method to convert from BigDecimal with specific precision and scale to FixedBin
valueOf(BigDecimal, int, int) - Static method in class com.heirloomcomputing.epli.runtime.FixedBin
Factory method to convert from BigDecimal with specific precision and scale to FixedBin
valueOf(byte[]) - Static method in class com.heirloomcomputing.epli.runtime.FixedBin
Factory method to convert from byte array with specific precision and scale to FixedBin
valueOf(byte[], int, int) - Static method in class com.heirloomcomputing.epli.runtime.FixedBin
Factory method to convert from byte array with specific precision and scale to FixedBin
valueOf(String, int, int) - Static method in class com.heirloomcomputing.epli.runtime.FixedBin
Factory method to convert from String with specific precision and scale to FixedBin
valueOf(String) - Static method in class com.heirloomcomputing.epli.runtime.FixedBin
Factory method to convert from String without specific precision and scale to FixedBin
valueOf(Object, int...) - Static method in class com.heirloomcomputing.epli.runtime.FixedBin
Factory method to convert an arbitrary Object (instanceof one of the other valueOf() methods) to FixedBin
valueOf(Object) - Static method in class com.heirloomcomputing.epli.runtime.Group
static factory method creating a group
valueOf(String) - Static method in enum com.heirloomcomputing.epli.runtime.IPLIFile.Attr
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.heirloomcomputing.epli.runtime.JAVATYPES
Returns the enum constant of this type with the specified name.
valueOf(String, String) - Static method in class com.heirloomcomputing.epli.runtime.Picture
valueOf() - construct a Picture number from a string
valueOf(String) - Method in class com.heirloomcomputing.epli.runtime.Picture
valueOf() - duplicate a Picture but with a different value
valueOf(String, long) - Static method in class com.heirloomcomputing.epli.runtime.Picture
valueOf() - construct a Picture number from a long
valueOf(long) - Method in class com.heirloomcomputing.epli.runtime.Picture
valueOf() - construct a Picture number from a long
valueOf(String, int) - Static method in class com.heirloomcomputing.epli.runtime.Picture
valueOf() - construct a Picture number from an int
valueOf(int) - Method in class com.heirloomcomputing.epli.runtime.Picture
valueOf() - construct a Picture number from an int
valueOf(String, short) - Static method in class com.heirloomcomputing.epli.runtime.Picture
valueOf() - construct a Picture number from a short
valueOf(short) - Method in class com.heirloomcomputing.epli.runtime.Picture
valueOf() - construct a Picture number from a short
valueOf(String, byte) - Static method in class com.heirloomcomputing.epli.runtime.Picture
valueOf() - construct a Picture number from a byte
valueOf(byte) - Method in class com.heirloomcomputing.epli.runtime.Picture
valueOf() - construct a Picture number from a byte
valueOf(String, double) - Static method in class com.heirloomcomputing.epli.runtime.Picture
valueOf() - construct a Picture number from a double or float
valueOf(double) - Method in class com.heirloomcomputing.epli.runtime.Picture
valueOf() - construct a Picture number from a double or float
valueOf(String, float) - Static method in class com.heirloomcomputing.epli.runtime.Picture
valueOf() - construct a Picture number from a double or float
valueOf(float) - Method in class com.heirloomcomputing.epli.runtime.Picture
valueOf() - construct a Picture number from a double or float
valueOf(String, FixedBin) - Static method in class com.heirloomcomputing.epli.runtime.Picture
valueOf() - construct a Picture number from a FixedBin
valueOf(FixedBin) - Method in class com.heirloomcomputing.epli.runtime.Picture
valueOf() - construct a Picture number from a FixedBin
valueOf(String, BigInteger) - Static method in class com.heirloomcomputing.epli.runtime.Picture
valueOf() - construct a Picture number from a java.math.BigInteger
valueOf(BigDecimal) - Static method in class com.heirloomcomputing.epli.runtime.Picture
valueOf() - construct a Picture number from a java.math.BigDecimal
valueOf(Byte) - Static method in class com.heirloomcomputing.epli.runtime.Picture
valueOf() - construct a Picture number from a java.math.BigDecimal
valueOf(Integer) - Static method in class com.heirloomcomputing.epli.runtime.Picture
valueOf() - construct a Picture number from a java.math.BigDecimal
valueOf(Short) - Static method in class com.heirloomcomputing.epli.runtime.Picture
valueOf() - construct a Picture number from a java.math.BigDecimal
valueOf(Long) - Static method in class com.heirloomcomputing.epli.runtime.Picture
valueOf() - construct a Picture number from a java.math.BigDecimal
valueOf(Double) - Static method in class com.heirloomcomputing.epli.runtime.Picture
valueOf() - construct a Picture number from a java.math.BigDecimal
valueOf(Float) - Static method in class com.heirloomcomputing.epli.runtime.Picture
valueOf() - construct a Picture number from a java.math.BigDecimal
valueOf(BigInteger) - Method in class com.heirloomcomputing.epli.runtime.Picture
valueOf() - construct a Picture number from a java.math.BigInteger
valueOf(String, Boolean) - Static method in class com.heirloomcomputing.epli.runtime.Picture
valueOf() - construct a Picture number from a Boolean
valueOf(Boolean) - Method in class com.heirloomcomputing.epli.runtime.Picture
valueOf() - construct a Picture number from a Boolean
valueOf(String, BitN) - Static method in class com.heirloomcomputing.epli.runtime.Picture
valueOf() - construct a Picture number from a BitN
valueOf(BitN) - Method in class com.heirloomcomputing.epli.runtime.Picture
valueOf() - construct a Picture number from a BitN
valueOf(String, Picture) - Static method in class com.heirloomcomputing.epli.runtime.Picture
valueOf() - construct a Picture number from another Picture
valueOf(String, Date) - Static method in class com.heirloomcomputing.epli.runtime.Picture
valueOf() - construct a Picture number from another Picture
valueOf(Picture) - Method in class com.heirloomcomputing.epli.runtime.Picture
valueOf() - construct a Picture number from another Picture
values() - Static method in enum com.heirloomcomputing.epli.runtime.Condition.CONDITION
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.heirloomcomputing.epli.runtime.Condition.MessagesAndCodes
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.heirloomcomputing.epli.runtime.EPLITYPES
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.heirloomcomputing.epli.runtime.IPLIFile.Attr
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.heirloomcomputing.epli.runtime.JAVATYPES
Returns an array containing the constants of this enum type, in the order they are declared.
VARCHAR - Static variable in class com.heirloomcomputing.epli.runtime.SqlConstants
 
VARCHAR2 - Static variable in class com.heirloomcomputing.epli.runtime.SqlConstants
 
VARNUM - Static variable in class com.heirloomcomputing.epli.runtime.SqlConstants
 
VARRAW - Static variable in class com.heirloomcomputing.epli.runtime.SqlConstants
 
VARY - Annotation Type in com.heirloomcomputing.epli.runtime
VARY - Elastic PL/I type information supplementing base Java classes available for reflection at runtime.
VERIFY(String, String, Integer) - Static method in class com.heirloomcomputing.epli.runtime.Builtin
Returns an unscaled Integer value that indicates the position in x of the leftmost character, widechar, graphic, or bit that is not in y.
Version() - Static method in class com.heirloomcomputing.epli.runtime.EPLIVersion
Return the version

W

wasNull() - Method in class com.heirloomcomputing.epli.runtime.AbstractResultSet
 
write(byte[], long) - Method in interface com.heirloomcomputing.epli.runtime.IPLIFile
Write the file with the record and specific relative record number
write(byte[]) - Method in interface com.heirloomcomputing.epli.runtime.IPLIFile
 
write(byte[], byte[]) - Method in interface com.heirloomcomputing.epli.runtime.IPLIFile
 
write(byte[], long) - Method in class com.heirloomcomputing.epli.runtime.PLIRecord
Write the file with the record and specific relative record number
write(byte[]) - Method in class com.heirloomcomputing.epli.runtime.PLIRecord
Write the file with the record and specific relative record number
write(byte[], byte[]) - Method in class com.heirloomcomputing.epli.runtime.PLIRecord
Write the file with the record and specific relative record number
write(byte[], long) - Method in class com.heirloomcomputing.epli.runtime.PLIStream
Write the file with the record NOT VALID for STREAM files
write(byte[]) - Method in class com.heirloomcomputing.epli.runtime.PLIStream
Write the file with the record NOT VALID for STREAM files
write(byte[], byte[]) - Method in class com.heirloomcomputing.epli.runtime.PLIStream
Write the file with the record NOT VALID for STREAM files

Z

ZERO - Static variable in class com.heirloomcomputing.epli.runtime.Complex
 
ZERO - Static variable in class com.heirloomcomputing.epli.runtime.FixedBin
 
ZERO - Static variable in class com.heirloomcomputing.epli.runtime.Picture
 

_

_basicMappingSupport - Variable in class com.heirloomcomputing.epli.runtime.ETPContext
 
_cobcontext - Variable in class com.heirloomcomputing.epli.runtime.ETPContext
 
_journal - Variable in class com.heirloomcomputing.epli.runtime.ETPContext
 
_programControl - Variable in class com.heirloomcomputing.epli.runtime.ETPContext
 
_programId - Variable in class com.heirloomcomputing.epli.runtime.ETPContext
 
_recovery - Variable in class com.heirloomcomputing.epli.runtime.ETPContext
 
_setCommArea(CommArea) - Method in class com.heirloomcomputing.epli.runtime.ETPContext
setup commarea
_setProgramCalled(String) - Method in class com.heirloomcomputing.epli.runtime.ETPContext
setup the program ID
_setTransactionEnvironment(TransactionEnvironment) - Method in class com.heirloomcomputing.epli.runtime.ETPContext
setup a transaction environment
_transenv - Variable in class com.heirloomcomputing.epli.runtime.ETPContext
COBOL and ETP runtime state
A B C D E F G H I J K L M N O P R S T U V W Z _