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
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."
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
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.
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 Throw
able 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.
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
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
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.
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).
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