blob: 60e91e33f890441e200e5639d1cf6c9b81bd3763 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>Index (OpenJ9 Data Access Acceleration Classes)</title>
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Index (OpenJ9 Data Access Acceleration Classes)";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="com/ibm/dataaccess/package-summary.html">Package</a></li>
<li>Class</li>
<li>Use</li>
<li><a href="com/ibm/dataaccess/package-tree.html">Tree</a></li>
<li><a href="deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</li>
<li><a href="help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage"><strong>OpenJ9 Data Access Acceleration Classes</strong></div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="index.html?index-all.html" target="_top">Frames</a></li>
<li><a href="index-all.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="contentContainer"><a href="#I:A">A</a>&nbsp;<a href="#I:B">B</a>&nbsp;<a href="#I:C">C</a>&nbsp;<a href="#I:D">D</a>&nbsp;<a href="#I:E">E</a>&nbsp;<a href="#I:G">G</a>&nbsp;<a href="#I:L">L</a>&nbsp;<a href="#I:M">M</a>&nbsp;<a href="#I:N">N</a>&nbsp;<a href="#I:P">P</a>&nbsp;<a href="#I:R">R</a>&nbsp;<a href="#I:S">S</a>&nbsp;<a href="#I:U">U</a>&nbsp;<a href="#I:W">W</a>&nbsp;<a name="I:A">
<!-- -->
</a>
<h2 class="title">A</h2>
<dl>
<dt><span class="memberNameLink"><a href="com/ibm/dataaccess/PackedDecimal.html#addPackedDecimal-byte:A-int-int-byte:A-int-int-byte:A-int-int-boolean-">addPackedDecimal(byte[], int, int, byte[], int, int, byte[], int, int, boolean)</a></span> - Static method in class com.ibm.dataaccess.<a href="com/ibm/dataaccess/PackedDecimal.html" title="class in com.ibm.dataaccess">PackedDecimal</a></dt>
<dd>
<div class="block">Add two Packed Decimals in byte arrays.</div>
</dd>
</dl>
<a name="I:B">
<!-- -->
</a>
<h2 class="title">B</h2>
<dl>
<dt><a href="com/ibm/dataaccess/ByteArrayMarshaller.html" title="class in com.ibm.dataaccess"><span class="typeNameLink">ByteArrayMarshaller</span></a> - Class in <a href="com/ibm/dataaccess/package-summary.html">com.ibm.dataaccess</a></dt>
<dd>
<div class="block">Conversion routines to marshall Java binary types (short, int, long, float,
double) to byte arrays.</div>
</dd>
<dt><a href="com/ibm/dataaccess/ByteArrayUnmarshaller.html" title="class in com.ibm.dataaccess"><span class="typeNameLink">ByteArrayUnmarshaller</span></a> - Class in <a href="com/ibm/dataaccess/package-summary.html">com.ibm.dataaccess</a></dt>
<dd>
<div class="block">Conversion routines to unmarshall Java binary types (short, int, long, float,
double) from byte arrays.</div>
</dd>
</dl>
<a name="I:C">
<!-- -->
</a>
<h2 class="title">C</h2>
<dl>
<dt><span class="memberNameLink"><a href="com/ibm/dataaccess/PackedDecimal.html#checkPackedDecimal-byte:A-int-int-boolean-boolean-">checkPackedDecimal(byte[], int, int, boolean, boolean)</a></span> - Static method in class com.ibm.dataaccess.<a href="com/ibm/dataaccess/PackedDecimal.html" title="class in com.ibm.dataaccess">PackedDecimal</a></dt>
<dd>
<div class="block">Checks the validity of a Packed Decimal, return code indicating the status of the Packed Decimal.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/ibm/dataaccess/PackedDecimal.html#checkPackedDecimal-byte:A-int-int-boolean-">checkPackedDecimal(byte[], int, int, boolean)</a></span> - Static method in class com.ibm.dataaccess.<a href="com/ibm/dataaccess/PackedDecimal.html" title="class in com.ibm.dataaccess">PackedDecimal</a></dt>
<dd>
<div class="block">Checks the validity of a Packed Decimal, return code indicating the status of the Packed Decimal.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/ibm/dataaccess/PackedDecimal.html#checkPackedDecimal-byte:A-int-int-">checkPackedDecimal(byte[], int, int)</a></span> - Static method in class com.ibm.dataaccess.<a href="com/ibm/dataaccess/PackedDecimal.html" title="class in com.ibm.dataaccess">PackedDecimal</a></dt>
<dd>
<div class="block">Checks the validity of a Packed Decimal, return code indicating the status of the Packed Decimal.</div>
</dd>
<dt><a href="com/ibm/dataaccess/package-summary.html">com.ibm.dataaccess</a> - package com.ibm.dataaccess</dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="com/ibm/dataaccess/DecimalData.html#convertBigDecimalToExternalDecimal-java.math.BigDecimal-byte:A-int-int-boolean-int-">convertBigDecimalToExternalDecimal(BigDecimal, byte[], int, int, boolean, int)</a></span> - Static method in class com.ibm.dataaccess.<a href="com/ibm/dataaccess/DecimalData.html" title="class in com.ibm.dataaccess">DecimalData</a></dt>
<dd>
<div class="block">Converts a BigDecimal value to an External Decimal in a byte array
Overflow can happen if the BigDecimal does not fit into the result byte array.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/ibm/dataaccess/DecimalData.html#convertBigDecimalToPackedDecimal-java.math.BigDecimal-byte:A-int-int-boolean-">convertBigDecimalToPackedDecimal(BigDecimal, byte[], int, int, boolean)</a></span> - Static method in class com.ibm.dataaccess.<a href="com/ibm/dataaccess/DecimalData.html" title="class in com.ibm.dataaccess">DecimalData</a></dt>
<dd>
<div class="block">Converts a BigDecimal into a Packed Decimal in a byte array
Overflow can happen if the BigDecimal does not fit into the result byte array.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/ibm/dataaccess/DecimalData.html#convertBigDecimalToUnicodeDecimal-java.math.BigDecimal-char:A-int-int-boolean-int-">convertBigDecimalToUnicodeDecimal(BigDecimal, char[], int, int, boolean, int)</a></span> - Static method in class com.ibm.dataaccess.<a href="com/ibm/dataaccess/DecimalData.html" title="class in com.ibm.dataaccess">DecimalData</a></dt>
<dd>
<div class="block">Converts a BigDecimal value to a Unicode Decimal in a char array
Overflow can happen if the BigDecimal does not fit into the result char array.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/ibm/dataaccess/DecimalData.html#convertBigIntegerToExternalDecimal-java.math.BigInteger-byte:A-int-int-boolean-int-">convertBigIntegerToExternalDecimal(BigInteger, byte[], int, int, boolean, int)</a></span> - Static method in class com.ibm.dataaccess.<a href="com/ibm/dataaccess/DecimalData.html" title="class in com.ibm.dataaccess">DecimalData</a></dt>
<dd>
<div class="block">Converts a BigInteger value into an External Decimal in a byte array
Overflow can happen if the BigInteger does not fit into the byte array.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/ibm/dataaccess/DecimalData.html#convertBigIntegerToPackedDecimal-java.math.BigInteger-byte:A-int-int-boolean-">convertBigIntegerToPackedDecimal(BigInteger, byte[], int, int, boolean)</a></span> - Static method in class com.ibm.dataaccess.<a href="com/ibm/dataaccess/DecimalData.html" title="class in com.ibm.dataaccess">DecimalData</a></dt>
<dd>
<div class="block">Converts a BigInteger value into a Packed Decimal in a byte array
Overflow can happen if the BigInteger does not fit into the byte array.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/ibm/dataaccess/DecimalData.html#convertBigIntegerToUnicodeDecimal-java.math.BigInteger-char:A-int-int-boolean-int-">convertBigIntegerToUnicodeDecimal(BigInteger, char[], int, int, boolean, int)</a></span> - Static method in class com.ibm.dataaccess.<a href="com/ibm/dataaccess/DecimalData.html" title="class in com.ibm.dataaccess">DecimalData</a></dt>
<dd>
<div class="block">Converts a BigInteger value to a Unicode Decimal in a char array
Overflow can happen if the BigInteger does not fit into the char array.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/ibm/dataaccess/DecimalData.html#convertExternalDecimalToBigDecimal-byte:A-int-int-int-boolean-int-">convertExternalDecimalToBigDecimal(byte[], int, int, int, boolean, int)</a></span> - Static method in class com.ibm.dataaccess.<a href="com/ibm/dataaccess/DecimalData.html" title="class in com.ibm.dataaccess">DecimalData</a></dt>
<dd>
<div class="block">Converts an External Decimal in a byte array to a BigDecimal.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/ibm/dataaccess/DecimalData.html#convertExternalDecimalToBigInteger-byte:A-int-int-boolean-int-">convertExternalDecimalToBigInteger(byte[], int, int, boolean, int)</a></span> - Static method in class com.ibm.dataaccess.<a href="com/ibm/dataaccess/DecimalData.html" title="class in com.ibm.dataaccess">DecimalData</a></dt>
<dd>
<div class="block">Convert an External Decimal in a byte array to a BigInteger.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/ibm/dataaccess/DecimalData.html#convertExternalDecimalToInteger-byte:A-int-int-boolean-int-">convertExternalDecimalToInteger(byte[], int, int, boolean, int)</a></span> - Static method in class com.ibm.dataaccess.<a href="com/ibm/dataaccess/DecimalData.html" title="class in com.ibm.dataaccess">DecimalData</a></dt>
<dd>
<div class="block">Converts an External Decimal value in a byte array into a binary integer.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/ibm/dataaccess/DecimalData.html#convertExternalDecimalToLong-byte:A-int-int-boolean-int-">convertExternalDecimalToLong(byte[], int, int, boolean, int)</a></span> - Static method in class com.ibm.dataaccess.<a href="com/ibm/dataaccess/DecimalData.html" title="class in com.ibm.dataaccess">DecimalData</a></dt>
<dd>
<div class="block">Converts an External Decimal value in a byte array into a long.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/ibm/dataaccess/DecimalData.html#convertExternalDecimalToPackedDecimal-byte:A-int-byte:A-int-int-int-">convertExternalDecimalToPackedDecimal(byte[], int, byte[], int, int, int)</a></span> - Static method in class com.ibm.dataaccess.<a href="com/ibm/dataaccess/DecimalData.html" title="class in com.ibm.dataaccess">DecimalData</a></dt>
<dd>
<div class="block">Converts an External Decimal in a byte array to a Packed Decimal in another byte array.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/ibm/dataaccess/DecimalData.html#convertIntegerToExternalDecimal-int-byte:A-int-int-boolean-int-">convertIntegerToExternalDecimal(int, byte[], int, int, boolean, int)</a></span> - Static method in class com.ibm.dataaccess.<a href="com/ibm/dataaccess/DecimalData.html" title="class in com.ibm.dataaccess">DecimalData</a></dt>
<dd>
<div class="block">Converts an integer to an External Decimal in a byte array.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/ibm/dataaccess/DecimalData.html#convertIntegerToPackedDecimal-int-byte:A-int-int-boolean-">convertIntegerToPackedDecimal(int, byte[], int, int, boolean)</a></span> - Static method in class com.ibm.dataaccess.<a href="com/ibm/dataaccess/DecimalData.html" title="class in com.ibm.dataaccess">DecimalData</a></dt>
<dd>
<div class="block">Converts a binary integer value into a signed Packed Decimal format.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/ibm/dataaccess/DecimalData.html#convertIntegerToUnicodeDecimal-int-char:A-int-int-boolean-int-">convertIntegerToUnicodeDecimal(int, char[], int, int, boolean, int)</a></span> - Static method in class com.ibm.dataaccess.<a href="com/ibm/dataaccess/DecimalData.html" title="class in com.ibm.dataaccess">DecimalData</a></dt>
<dd>
<div class="block">Converts an integer to a Unicode Decimal in a char array
Overflow can happen if the resulting External Decimal value does not fit into the char array, given the offset and
precision.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/ibm/dataaccess/DecimalData.html#convertLongToExternalDecimal-long-byte:A-int-int-boolean-int-">convertLongToExternalDecimal(long, byte[], int, int, boolean, int)</a></span> - Static method in class com.ibm.dataaccess.<a href="com/ibm/dataaccess/DecimalData.html" title="class in com.ibm.dataaccess">DecimalData</a></dt>
<dd>
<div class="block">Converts a long into an External Decimal in a byte array.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/ibm/dataaccess/DecimalData.html#convertLongToPackedDecimal-long-byte:A-int-int-boolean-">convertLongToPackedDecimal(long, byte[], int, int, boolean)</a></span> - Static method in class com.ibm.dataaccess.<a href="com/ibm/dataaccess/DecimalData.html" title="class in com.ibm.dataaccess">DecimalData</a></dt>
<dd>
<div class="block">Converts a binary long value into signed Packed Decimal format.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/ibm/dataaccess/DecimalData.html#convertLongToUnicodeDecimal-long-char:A-int-int-boolean-int-">convertLongToUnicodeDecimal(long, char[], int, int, boolean, int)</a></span> - Static method in class com.ibm.dataaccess.<a href="com/ibm/dataaccess/DecimalData.html" title="class in com.ibm.dataaccess">DecimalData</a></dt>
<dd>
<div class="block">Converts a long to a Unicode Decimal in a char array
Overflow can happen if the resulting Unicode Decimal value does not fit into the char array, given its precision
and offset .</div>
</dd>
<dt><span class="memberNameLink"><a href="com/ibm/dataaccess/DecimalData.html#convertPackedDecimalToBigDecimal-byte:A-int-int-int-boolean-">convertPackedDecimalToBigDecimal(byte[], int, int, int, boolean)</a></span> - Static method in class com.ibm.dataaccess.<a href="com/ibm/dataaccess/DecimalData.html" title="class in com.ibm.dataaccess">DecimalData</a></dt>
<dd>
<div class="block">Convert a Packed Decimal in a byte array to a BigDecimal.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/ibm/dataaccess/DecimalData.html#convertPackedDecimalToBigInteger-byte:A-int-int-boolean-">convertPackedDecimalToBigInteger(byte[], int, int, boolean)</a></span> - Static method in class com.ibm.dataaccess.<a href="com/ibm/dataaccess/DecimalData.html" title="class in com.ibm.dataaccess">DecimalData</a></dt>
<dd>
<div class="block">Convert a Packed Decimal in a byte array to a BigInteger.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/ibm/dataaccess/DecimalData.html#convertPackedDecimalToExternalDecimal-byte:A-int-byte:A-int-int-int-">convertPackedDecimalToExternalDecimal(byte[], int, byte[], int, int, int)</a></span> - Static method in class com.ibm.dataaccess.<a href="com/ibm/dataaccess/DecimalData.html" title="class in com.ibm.dataaccess">DecimalData</a></dt>
<dd>
<div class="block">Converts a Packed Decimal in a byte array into an External Decimal in another byte array.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/ibm/dataaccess/DecimalData.html#convertPackedDecimalToInteger-byte:A-int-int-boolean-">convertPackedDecimalToInteger(byte[], int, int, boolean)</a></span> - Static method in class com.ibm.dataaccess.<a href="com/ibm/dataaccess/DecimalData.html" title="class in com.ibm.dataaccess">DecimalData</a></dt>
<dd>
<div class="block">Converts a Packed Decimal value in a byte array into a binary integer.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/ibm/dataaccess/DecimalData.html#convertPackedDecimalToLong-byte:A-int-int-boolean-">convertPackedDecimalToLong(byte[], int, int, boolean)</a></span> - Static method in class com.ibm.dataaccess.<a href="com/ibm/dataaccess/DecimalData.html" title="class in com.ibm.dataaccess">DecimalData</a></dt>
<dd>
<div class="block">Converts a Packed Decimal value in a byte array into a binary long.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/ibm/dataaccess/DecimalData.html#convertPackedDecimalToUnicodeDecimal-byte:A-int-char:A-int-int-int-">convertPackedDecimalToUnicodeDecimal(byte[], int, char[], int, int, int)</a></span> - Static method in class com.ibm.dataaccess.<a href="com/ibm/dataaccess/DecimalData.html" title="class in com.ibm.dataaccess">DecimalData</a></dt>
<dd>
<div class="block">Convert a Packed Decimal in a byte array to a Unicode Decimal in a char array.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/ibm/dataaccess/DecimalData.html#convertUnicodeDecimalToBigDecimal-char:A-int-int-int-boolean-int-">convertUnicodeDecimalToBigDecimal(char[], int, int, int, boolean, int)</a></span> - Static method in class com.ibm.dataaccess.<a href="com/ibm/dataaccess/DecimalData.html" title="class in com.ibm.dataaccess">DecimalData</a></dt>
<dd>
<div class="block">Converts a Unicode Decimal in a char array to a BigDecimal.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/ibm/dataaccess/DecimalData.html#convertUnicodeDecimalToBigInteger-char:A-int-int-boolean-int-">convertUnicodeDecimalToBigInteger(char[], int, int, boolean, int)</a></span> - Static method in class com.ibm.dataaccess.<a href="com/ibm/dataaccess/DecimalData.html" title="class in com.ibm.dataaccess">DecimalData</a></dt>
<dd>
<div class="block">Convert a Unicode Decimal in a char array to a BigInteger.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/ibm/dataaccess/DecimalData.html#convertUnicodeDecimalToInteger-char:A-int-int-boolean-int-">convertUnicodeDecimalToInteger(char[], int, int, boolean, int)</a></span> - Static method in class com.ibm.dataaccess.<a href="com/ibm/dataaccess/DecimalData.html" title="class in com.ibm.dataaccess">DecimalData</a></dt>
<dd>
<div class="block">Converts a Unicode Decimal value in a char array into a binary integer.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/ibm/dataaccess/DecimalData.html#convertUnicodeDecimalToLong-char:A-int-int-boolean-int-">convertUnicodeDecimalToLong(char[], int, int, boolean, int)</a></span> - Static method in class com.ibm.dataaccess.<a href="com/ibm/dataaccess/DecimalData.html" title="class in com.ibm.dataaccess">DecimalData</a></dt>
<dd>
<div class="block">Converts a Unicode Decimal value in a char array into a binary long.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/ibm/dataaccess/DecimalData.html#convertUnicodeDecimalToPackedDecimal-char:A-int-byte:A-int-int-int-">convertUnicodeDecimalToPackedDecimal(char[], int, byte[], int, int, int)</a></span> - Static method in class com.ibm.dataaccess.<a href="com/ibm/dataaccess/DecimalData.html" title="class in com.ibm.dataaccess">DecimalData</a></dt>
<dd>
<div class="block">Converts an Unicode Decimal in a char array to a Packed Decimal in a byte array.</div>
</dd>
</dl>
<a name="I:D">
<!-- -->
</a>
<h2 class="title">D</h2>
<dl>
<dt><a href="com/ibm/dataaccess/DecimalData.html" title="class in com.ibm.dataaccess"><span class="typeNameLink">DecimalData</span></a> - Class in <a href="com/ibm/dataaccess/package-summary.html">com.ibm.dataaccess</a></dt>
<dd>
<div class="block">Routines to convert between decimal data types stored in byte arrays and Java binary types.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/ibm/dataaccess/PackedDecimal.html#dividePackedDecimal-byte:A-int-int-byte:A-int-int-byte:A-int-int-boolean-">dividePackedDecimal(byte[], int, int, byte[], int, int, byte[], int, int, boolean)</a></span> - Static method in class com.ibm.dataaccess.<a href="com/ibm/dataaccess/PackedDecimal.html" title="class in com.ibm.dataaccess">PackedDecimal</a></dt>
<dd>
<div class="block">Divides two Packed Decimals is byte arrays.</div>
</dd>
</dl>
<a name="I:E">
<!-- -->
</a>
<h2 class="title">E</h2>
<dl>
<dt><span class="memberNameLink"><a href="com/ibm/dataaccess/DecimalData.html#EBCDIC_SIGN_EMBEDDED_LEADING">EBCDIC_SIGN_EMBEDDED_LEADING</a></span> - Static variable in class com.ibm.dataaccess.<a href="com/ibm/dataaccess/DecimalData.html" title="class in com.ibm.dataaccess">DecimalData</a></dt>
<dd>
<div class="block">External Decimal data format where each byte is an EBCDIC character representing a decimal digit, the sign is
encoded in the top nibble of the first byte.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/ibm/dataaccess/DecimalData.html#EBCDIC_SIGN_EMBEDDED_TRAILING">EBCDIC_SIGN_EMBEDDED_TRAILING</a></span> - Static variable in class com.ibm.dataaccess.<a href="com/ibm/dataaccess/DecimalData.html" title="class in com.ibm.dataaccess">DecimalData</a></dt>
<dd>
<div class="block">External Decimal data format where each byte is an EBCDIC character representing a decimal digit, the sign is
encoded in the top nibble of the last byte.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/ibm/dataaccess/DecimalData.html#EBCDIC_SIGN_SEPARATE_LEADING">EBCDIC_SIGN_SEPARATE_LEADING</a></span> - Static variable in class com.ibm.dataaccess.<a href="com/ibm/dataaccess/DecimalData.html" title="class in com.ibm.dataaccess">DecimalData</a></dt>
<dd>
<div class="block">External Decimal data format where each byte is an EBCDIC character representing a decimal digit, the sign is
encoded in a separate byte that comes before the first byte of the number.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/ibm/dataaccess/DecimalData.html#EBCDIC_SIGN_SEPARATE_TRAILING">EBCDIC_SIGN_SEPARATE_TRAILING</a></span> - Static variable in class com.ibm.dataaccess.<a href="com/ibm/dataaccess/DecimalData.html" title="class in com.ibm.dataaccess">DecimalData</a></dt>
<dd>
<div class="block">External Decimal data format where each byte is an EBCDIC character representing a decimal digit, the sign is
encoded in a separate byte that comes after the last byte of the number.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/ibm/dataaccess/PackedDecimal.html#equalsPackedDecimal-byte:A-int-int-byte:A-int-int-">equalsPackedDecimal(byte[], int, int, byte[], int, int)</a></span> - Static method in class com.ibm.dataaccess.<a href="com/ibm/dataaccess/PackedDecimal.html" title="class in com.ibm.dataaccess">PackedDecimal</a></dt>
<dd>
<div class="block">Checks if the two Packed Decimal operands are equal.</div>
</dd>
</dl>
<a name="I:G">
<!-- -->
</a>
<h2 class="title">G</h2>
<dl>
<dt><span class="memberNameLink"><a href="com/ibm/dataaccess/PackedDecimal.html#greaterThanOrEqualsPackedDecimal-byte:A-int-int-byte:A-int-int-">greaterThanOrEqualsPackedDecimal(byte[], int, int, byte[], int, int)</a></span> - Static method in class com.ibm.dataaccess.<a href="com/ibm/dataaccess/PackedDecimal.html" title="class in com.ibm.dataaccess">PackedDecimal</a></dt>
<dd>
<div class="block">Checks if the first Packed Decimal operand is greater than or equal to the second one.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/ibm/dataaccess/PackedDecimal.html#greaterThanPackedDecimal-byte:A-int-int-byte:A-int-int-">greaterThanPackedDecimal(byte[], int, int, byte[], int, int)</a></span> - Static method in class com.ibm.dataaccess.<a href="com/ibm/dataaccess/PackedDecimal.html" title="class in com.ibm.dataaccess">PackedDecimal</a></dt>
<dd>
<div class="block">Checks if the first Packed Decimal operand is greater than the second one.</div>
</dd>
</dl>
<a name="I:L">
<!-- -->
</a>
<h2 class="title">L</h2>
<dl>
<dt><span class="memberNameLink"><a href="com/ibm/dataaccess/PackedDecimal.html#lessThanOrEqualsPackedDecimal-byte:A-int-int-byte:A-int-int-">lessThanOrEqualsPackedDecimal(byte[], int, int, byte[], int, int)</a></span> - Static method in class com.ibm.dataaccess.<a href="com/ibm/dataaccess/PackedDecimal.html" title="class in com.ibm.dataaccess">PackedDecimal</a></dt>
<dd>
<div class="block">Checks if the first Packed Decimal operand is less than or equal to the second one.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/ibm/dataaccess/PackedDecimal.html#lessThanPackedDecimal-byte:A-int-int-byte:A-int-int-">lessThanPackedDecimal(byte[], int, int, byte[], int, int)</a></span> - Static method in class com.ibm.dataaccess.<a href="com/ibm/dataaccess/PackedDecimal.html" title="class in com.ibm.dataaccess">PackedDecimal</a></dt>
<dd>
<div class="block">Checks if the first Packed Decimal operand is lesser than the second one.</div>
</dd>
</dl>
<a name="I:M">
<!-- -->
</a>
<h2 class="title">M</h2>
<dl>
<dt><span class="memberNameLink"><a href="com/ibm/dataaccess/PackedDecimal.html#movePackedDecimal-byte:A-int-int-byte:A-int-int-boolean-">movePackedDecimal(byte[], int, int, byte[], int, int, boolean)</a></span> - Static method in class com.ibm.dataaccess.<a href="com/ibm/dataaccess/PackedDecimal.html" title="class in com.ibm.dataaccess">PackedDecimal</a></dt>
<dd>
<div class="block">Creates a copy of a Packed Decimal.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/ibm/dataaccess/PackedDecimal.html#multiplyPackedDecimal-byte:A-int-int-byte:A-int-int-byte:A-int-int-boolean-">multiplyPackedDecimal(byte[], int, int, byte[], int, int, byte[], int, int, boolean)</a></span> - Static method in class com.ibm.dataaccess.<a href="com/ibm/dataaccess/PackedDecimal.html" title="class in com.ibm.dataaccess">PackedDecimal</a></dt>
<dd>
<div class="block">Multiplies two Packed Decimals in byte arrays.</div>
</dd>
</dl>
<a name="I:N">
<!-- -->
</a>
<h2 class="title">N</h2>
<dl>
<dt><span class="memberNameLink"><a href="com/ibm/dataaccess/PackedDecimal.html#notEqualsPackedDecimal-byte:A-int-int-byte:A-int-int-">notEqualsPackedDecimal(byte[], int, int, byte[], int, int)</a></span> - Static method in class com.ibm.dataaccess.<a href="com/ibm/dataaccess/PackedDecimal.html" title="class in com.ibm.dataaccess">PackedDecimal</a></dt>
<dd>
<div class="block">Checks if the two Packed Decimal operands are unequal.</div>
</dd>
</dl>
<a name="I:P">
<!-- -->
</a>
<h2 class="title">P</h2>
<dl>
<dt><a href="com/ibm/dataaccess/PackedDecimal.html" title="class in com.ibm.dataaccess"><span class="typeNameLink">PackedDecimal</span></a> - Class in <a href="com/ibm/dataaccess/package-summary.html">com.ibm.dataaccess</a></dt>
<dd>
<div class="block">Arithmetic, copying and shifting operations for Packed Decimal data.</div>
</dd>
</dl>
<a name="I:R">
<!-- -->
</a>
<h2 class="title">R</h2>
<dl>
<dt><span class="memberNameLink"><a href="com/ibm/dataaccess/ByteArrayUnmarshaller.html#readDouble-byte:A-int-boolean-">readDouble(byte[], int, boolean)</a></span> - Static method in class com.ibm.dataaccess.<a href="com/ibm/dataaccess/ByteArrayUnmarshaller.html" title="class in com.ibm.dataaccess">ByteArrayUnmarshaller</a></dt>
<dd>
<div class="block">Returns a double value copied from eight consecutive bytes of the byte
array starting at the offset.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/ibm/dataaccess/ByteArrayUnmarshaller.html#readFloat-byte:A-int-boolean-">readFloat(byte[], int, boolean)</a></span> - Static method in class com.ibm.dataaccess.<a href="com/ibm/dataaccess/ByteArrayUnmarshaller.html" title="class in com.ibm.dataaccess">ByteArrayUnmarshaller</a></dt>
<dd>
<div class="block">Returns a float value copied from four consecutive bytes of the byte
array starting at the offset.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/ibm/dataaccess/ByteArrayUnmarshaller.html#readInt-byte:A-int-boolean-">readInt(byte[], int, boolean)</a></span> - Static method in class com.ibm.dataaccess.<a href="com/ibm/dataaccess/ByteArrayUnmarshaller.html" title="class in com.ibm.dataaccess">ByteArrayUnmarshaller</a></dt>
<dd>
<div class="block">Returns an int value copied from four consecutive bytes starting at the
offset.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/ibm/dataaccess/ByteArrayUnmarshaller.html#readInt-byte:A-int-boolean-int-boolean-">readInt(byte[], int, boolean, int, boolean)</a></span> - Static method in class com.ibm.dataaccess.<a href="com/ibm/dataaccess/ByteArrayUnmarshaller.html" title="class in com.ibm.dataaccess">ByteArrayUnmarshaller</a></dt>
<dd>
<div class="block">Returns an int value copied from zero to four consecutive bytes of the
byte array starting at the offset.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/ibm/dataaccess/ByteArrayUnmarshaller.html#readLong-byte:A-int-boolean-">readLong(byte[], int, boolean)</a></span> - Static method in class com.ibm.dataaccess.<a href="com/ibm/dataaccess/ByteArrayUnmarshaller.html" title="class in com.ibm.dataaccess">ByteArrayUnmarshaller</a></dt>
<dd>
<div class="block">Returns a long value copied from eight consecutive bytes of the byte
array starting at the offset.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/ibm/dataaccess/ByteArrayUnmarshaller.html#readLong-byte:A-int-boolean-int-boolean-">readLong(byte[], int, boolean, int, boolean)</a></span> - Static method in class com.ibm.dataaccess.<a href="com/ibm/dataaccess/ByteArrayUnmarshaller.html" title="class in com.ibm.dataaccess">ByteArrayUnmarshaller</a></dt>
<dd>
<div class="block">Returns a long value copied from zero to eight consecutive bytes of the
byte array starting at the offset.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/ibm/dataaccess/ByteArrayUnmarshaller.html#readShort-byte:A-int-boolean-">readShort(byte[], int, boolean)</a></span> - Static method in class com.ibm.dataaccess.<a href="com/ibm/dataaccess/ByteArrayUnmarshaller.html" title="class in com.ibm.dataaccess">ByteArrayUnmarshaller</a></dt>
<dd>
<div class="block">Returns a short value copied from two consecutive bytes of the byte array
starting at the offset.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/ibm/dataaccess/ByteArrayUnmarshaller.html#readShort-byte:A-int-boolean-int-boolean-">readShort(byte[], int, boolean, int, boolean)</a></span> - Static method in class com.ibm.dataaccess.<a href="com/ibm/dataaccess/ByteArrayUnmarshaller.html" title="class in com.ibm.dataaccess">ByteArrayUnmarshaller</a></dt>
<dd>
<div class="block">Returns a short value copied from zero to two consecutive bytes of the
byte array starting at the offset.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/ibm/dataaccess/PackedDecimal.html#remainderPackedDecimal-byte:A-int-int-byte:A-int-int-byte:A-int-int-boolean-">remainderPackedDecimal(byte[], int, int, byte[], int, int, byte[], int, int, boolean)</a></span> - Static method in class com.ibm.dataaccess.<a href="com/ibm/dataaccess/PackedDecimal.html" title="class in com.ibm.dataaccess">PackedDecimal</a></dt>
<dd>
<div class="block">Calculates the remainder resulting from the division of two Packed Decimals in byte arrays.</div>
</dd>
</dl>
<a name="I:S">
<!-- -->
</a>
<h2 class="title">S</h2>
<dl>
<dt><span class="memberNameLink"><a href="com/ibm/dataaccess/PackedDecimal.html#setPackedZero-byte:A-int-int-">setPackedZero(byte[], int, int)</a></span> - Static method in class com.ibm.dataaccess.<a href="com/ibm/dataaccess/PackedDecimal.html" title="class in com.ibm.dataaccess">PackedDecimal</a></dt>
<dd>
<div class="block">Create a positive Packed Decimal representation of zero.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/ibm/dataaccess/PackedDecimal.html#shiftLeftPackedDecimal-byte:A-int-int-byte:A-int-int-int-boolean-">shiftLeftPackedDecimal(byte[], int, int, byte[], int, int, int, boolean)</a></span> - Static method in class com.ibm.dataaccess.<a href="com/ibm/dataaccess/PackedDecimal.html" title="class in com.ibm.dataaccess">PackedDecimal</a></dt>
<dd>
<div class="block">Left shift a Packed Decimal appending zeros to the right.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/ibm/dataaccess/PackedDecimal.html#shiftRightPackedDecimal-byte:A-int-int-byte:A-int-int-int-boolean-boolean-">shiftRightPackedDecimal(byte[], int, int, byte[], int, int, int, boolean, boolean)</a></span> - Static method in class com.ibm.dataaccess.<a href="com/ibm/dataaccess/PackedDecimal.html" title="class in com.ibm.dataaccess">PackedDecimal</a></dt>
<dd>
<div class="block">Right shift, and optionally round, a Packed Decimal.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/ibm/dataaccess/PackedDecimal.html#subtractPackedDecimal-byte:A-int-int-byte:A-int-int-byte:A-int-int-boolean-">subtractPackedDecimal(byte[], int, int, byte[], int, int, byte[], int, int, boolean)</a></span> - Static method in class com.ibm.dataaccess.<a href="com/ibm/dataaccess/PackedDecimal.html" title="class in com.ibm.dataaccess">PackedDecimal</a></dt>
<dd>
<div class="block">Subtracts two Packed Decimals in byte arrays.</div>
</dd>
</dl>
<a name="I:U">
<!-- -->
</a>
<h2 class="title">U</h2>
<dl>
<dt><span class="memberNameLink"><a href="com/ibm/dataaccess/DecimalData.html#UNICODE_SIGN_SEPARATE_LEADING">UNICODE_SIGN_SEPARATE_LEADING</a></span> - Static variable in class com.ibm.dataaccess.<a href="com/ibm/dataaccess/DecimalData.html" title="class in com.ibm.dataaccess">DecimalData</a></dt>
<dd>
<div class="block">Unicode Decimal data format where each digit is a Unicode character, the sign is stored in the first character.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/ibm/dataaccess/DecimalData.html#UNICODE_SIGN_SEPARATE_TRAILING">UNICODE_SIGN_SEPARATE_TRAILING</a></span> - Static variable in class com.ibm.dataaccess.<a href="com/ibm/dataaccess/DecimalData.html" title="class in com.ibm.dataaccess">DecimalData</a></dt>
<dd>
<div class="block">Unicode Decimal data format where each digit is a Unicode character, the sign is stored in the last character.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/ibm/dataaccess/DecimalData.html#UNICODE_UNSIGNED">UNICODE_UNSIGNED</a></span> - Static variable in class com.ibm.dataaccess.<a href="com/ibm/dataaccess/DecimalData.html" title="class in com.ibm.dataaccess">DecimalData</a></dt>
<dd>
<div class="block">Unicode Decimal data format where each digit is a Unicode character, there is no sign.</div>
</dd>
</dl>
<a name="I:W">
<!-- -->
</a>
<h2 class="title">W</h2>
<dl>
<dt><span class="memberNameLink"><a href="com/ibm/dataaccess/ByteArrayMarshaller.html#writeDouble-double-byte:A-int-boolean-">writeDouble(double, byte[], int, boolean)</a></span> - Static method in class com.ibm.dataaccess.<a href="com/ibm/dataaccess/ByteArrayMarshaller.html" title="class in com.ibm.dataaccess">ByteArrayMarshaller</a></dt>
<dd>
<div class="block">Copies the double value into eight consecutive bytes of the byte array
starting at the offset.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/ibm/dataaccess/ByteArrayMarshaller.html#writeFloat-float-byte:A-int-boolean-">writeFloat(float, byte[], int, boolean)</a></span> - Static method in class com.ibm.dataaccess.<a href="com/ibm/dataaccess/ByteArrayMarshaller.html" title="class in com.ibm.dataaccess">ByteArrayMarshaller</a></dt>
<dd>
<div class="block">Copies the float value into four consecutive bytes of the byte array
starting at the offset.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/ibm/dataaccess/ByteArrayMarshaller.html#writeInt-int-byte:A-int-boolean-">writeInt(int, byte[], int, boolean)</a></span> - Static method in class com.ibm.dataaccess.<a href="com/ibm/dataaccess/ByteArrayMarshaller.html" title="class in com.ibm.dataaccess">ByteArrayMarshaller</a></dt>
<dd>
<div class="block">Copies an int value into four consecutive bytes of the byte array
starting at the offset.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/ibm/dataaccess/ByteArrayMarshaller.html#writeInt-int-byte:A-int-boolean-int-">writeInt(int, byte[], int, boolean, int)</a></span> - Static method in class com.ibm.dataaccess.<a href="com/ibm/dataaccess/ByteArrayMarshaller.html" title="class in com.ibm.dataaccess">ByteArrayMarshaller</a></dt>
<dd>
<div class="block">Copies zero to four bytes of the int value into the byte array starting
at the offset.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/ibm/dataaccess/ByteArrayMarshaller.html#writeLong-long-byte:A-int-boolean-">writeLong(long, byte[], int, boolean)</a></span> - Static method in class com.ibm.dataaccess.<a href="com/ibm/dataaccess/ByteArrayMarshaller.html" title="class in com.ibm.dataaccess">ByteArrayMarshaller</a></dt>
<dd>
<div class="block">Copies the long value into eight consecutive bytes of the byte array
starting at the offset.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/ibm/dataaccess/ByteArrayMarshaller.html#writeLong-long-byte:A-int-boolean-int-">writeLong(long, byte[], int, boolean, int)</a></span> - Static method in class com.ibm.dataaccess.<a href="com/ibm/dataaccess/ByteArrayMarshaller.html" title="class in com.ibm.dataaccess">ByteArrayMarshaller</a></dt>
<dd>
<div class="block">Copies zero to eight bytes of the long value into the byte array starting
at the offset.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/ibm/dataaccess/ByteArrayMarshaller.html#writeShort-short-byte:A-int-boolean-">writeShort(short, byte[], int, boolean)</a></span> - Static method in class com.ibm.dataaccess.<a href="com/ibm/dataaccess/ByteArrayMarshaller.html" title="class in com.ibm.dataaccess">ByteArrayMarshaller</a></dt>
<dd>
<div class="block">Copies the short value into two consecutive bytes of the byte array
starting at the offset.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/ibm/dataaccess/ByteArrayMarshaller.html#writeShort-short-byte:A-int-boolean-int-">writeShort(short, byte[], int, boolean, int)</a></span> - Static method in class com.ibm.dataaccess.<a href="com/ibm/dataaccess/ByteArrayMarshaller.html" title="class in com.ibm.dataaccess">ByteArrayMarshaller</a></dt>
<dd>
<div class="block">Copies zero to two bytes of the short value into the byte array starting
at the offset.</div>
</dd>
</dl>
<a href="#I:A">A</a>&nbsp;<a href="#I:B">B</a>&nbsp;<a href="#I:C">C</a>&nbsp;<a href="#I:D">D</a>&nbsp;<a href="#I:E">E</a>&nbsp;<a href="#I:G">G</a>&nbsp;<a href="#I:L">L</a>&nbsp;<a href="#I:M">M</a>&nbsp;<a href="#I:N">N</a>&nbsp;<a href="#I:P">P</a>&nbsp;<a href="#I:R">R</a>&nbsp;<a href="#I:S">S</a>&nbsp;<a href="#I:U">U</a>&nbsp;<a href="#I:W">W</a>&nbsp;</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="com/ibm/dataaccess/package-summary.html">Package</a></li>
<li>Class</li>
<li>Use</li>
<li><a href="com/ibm/dataaccess/package-tree.html">Tree</a></li>
<li><a href="deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</li>
<li><a href="help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage"><strong>OpenJ9 Data Access Acceleration Classes</strong></div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="index.html?index-all.html" target="_top">Frames</a></li>
<li><a href="index-all.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small><a href="https://www.eclipse.org/openj9/" target="_blank">Eclipse OpenJ9 website.</a><br> To raise a bug report or suggest an improvement create an <a href="https://github.com/eclipse-openj9/openj9/issues" target="_blank">Eclipse OpenJ9 issue.</a><br> Copyright &copy; 2013, 2021, IBM Corp. and others.</small></p>
</body>
</html>