blob: efbcd7ccec4d2844b5b24a88dfa02e73d011af7c [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 (1.8.0_252) on Fri Jul 16 09:38:42 UTC 2021 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>ListExpressionOperator (EclipseLink 3.0.2, API Reference)</title>
<meta name="date" content="2021-07-16">
<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="ListExpressionOperator (EclipseLink 3.0.2, API Reference)";
}
}
catch(err) {
}
//-->
var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10};
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
</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="../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage">EclipseLink 3.0.2, API Reference</div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html" title="class in org.eclipse.persistence.expressions"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li>Next&nbsp;Class</li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/eclipse/persistence/expressions/ListExpressionOperator.html" target="_top">Frames</a></li>
<li><a href="ListExpressionOperator.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>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">org.eclipse.persistence.expressions</div>
<h2 title="Class ListExpressionOperator" class="title">Class ListExpressionOperator</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
<li>
<ul class="inheritance">
<li><a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html" title="class in org.eclipse.persistence.expressions">org.eclipse.persistence.expressions.ExpressionOperator</a></li>
<li>
<ul class="inheritance">
<li>org.eclipse.persistence.expressions.ListExpressionOperator</li>
</ul>
</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Implemented Interfaces:</dt>
<dd><a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a></dd>
</dl>
<hr>
<br>
<pre>public class <span class="typeNameLabel">ListExpressionOperator</span>
extends <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html" title="class in org.eclipse.persistence.expressions">ExpressionOperator</a></pre>
<div class="block">INTERNAL:
A ListExpressionOperator is used with an ArgumentListFunctionExpression. It is capable
of expanding the number of arguments it can be an operator for. It is built from a set
of start strings, a repeating set of separators and a set of termination strings
It typically represents a database function that has a variable list of arguments
e.g. COALESCE(arg1, arg2, arg3, .... argn)
In the example above "COALESCE(" is the start string, "," is the separator and ")" is the
end string</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><code>ArgumentListFunctionExpression</code>,
<a href="../../../../org/eclipse/persistence/expressions/Expression.html#coalesce--"><code>Expression.coalesce()</code></a>,
<a href="../../../../serialized-form.html#org.eclipse.persistence.expressions.ListExpressionOperator">Serialized Form</a></dd>
<dt><span class="simpleTagLabel">Author:</span></dt>
<dd>tware</dd>
</dl>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- =========== FIELD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="field.summary">
<!-- -->
</a>
<h3>Field Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/eclipse/persistence/expressions/ListExpressionOperator.html#isComplete">isComplete</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/eclipse/persistence/expressions/ListExpressionOperator.html#numberOfItems">numberOfItems</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/eclipse/persistence/expressions/ListExpressionOperator.html#separators">separators</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/eclipse/persistence/expressions/ListExpressionOperator.html#startStrings">startStrings</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/eclipse/persistence/expressions/ListExpressionOperator.html#terminationStrings">terminationStrings</a></span></code>&nbsp;</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="fields.inherited.from.class.org.eclipse.persistence.expressions.ExpressionOperator">
<!-- -->
</a>
<h3>Fields inherited from class&nbsp;org.eclipse.persistence.expressions.<a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html" title="class in org.eclipse.persistence.expressions">ExpressionOperator</a></h3>
<code><a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#Abs">Abs</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#Acos">Acos</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#Add">Add</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#AddDate">AddDate</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#AddMonths">AddMonths</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#AggregateOperator">AggregateOperator</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#All">All</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#allOperators">allOperators</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#And">And</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#Any">Any</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#argumentIndices">argumentIndices</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#As">As</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#Ascending">Ascending</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#Ascii">Ascii</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#Asin">Asin</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#Atan">Atan</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#Atan2">Atan2</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#Average">Average</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#Between">Between</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#Case">Case</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#CaseCondition">CaseCondition</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#Cast">Cast</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#Ceil">Ceil</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#CharIndex">CharIndex</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#CharLength">CharLength</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#Chr">Chr</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#Coalesce">Coalesce</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#ComparisonOperator">ComparisonOperator</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#Concat">Concat</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#Cos">Cos</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#Cosh">Cosh</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#Cot">Cot</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#Count">Count</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#CurrentDate">CurrentDate</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#CurrentTime">CurrentTime</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#databaseStrings">databaseStrings</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#DateDifference">DateDifference</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#DateName">DateName</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#DatePart">DatePart</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#DateToString">DateToString</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#Decode">Decode</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#Deref">Deref</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#Descending">Descending</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#Difference">Difference</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#Distinct">Distinct</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#Divide">Divide</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#Equal">Equal</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#EqualOuterJoin">EqualOuterJoin</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#Except">Except</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#ExceptAll">ExceptAll</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#Exists">Exists</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#ExistsNode">ExistsNode</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#Exp">Exp</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#Extract">Extract</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#ExtractValue">ExtractValue</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#ExtractXml">ExtractXml</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#Floor">Floor</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#FunctionOperator">FunctionOperator</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#GetNumberVal">GetNumberVal</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#GetStringVal">GetStringVal</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#GreaterThan">GreaterThan</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#GreaterThanEqual">GreaterThanEqual</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#Greatest">Greatest</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#HexToRaw">HexToRaw</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#In">In</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#Initcap">Initcap</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#Instring">Instring</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#InSubQuery">InSubQuery</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#Intersect">Intersect</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#IntersectAll">IntersectAll</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#isBindingSupported">isBindingSupported</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#IsFragment">IsFragment</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#IsNull">IsNull</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#isPrefix">isPrefix</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#isRepeating">isRepeating</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#javaStrings">javaStrings</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#LastDay">LastDay</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#Least">Least</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#LeftPad">LeftPad</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#LeftTrim">LeftTrim</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#LeftTrim2">LeftTrim2</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#Length">Length</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#LessThan">LessThan</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#LessThanEqual">LessThanEqual</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#Like">Like</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#LikeEscape">LikeEscape</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#Ln">Ln</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#Locate">Locate</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#Locate2">Locate2</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#Log">Log</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#LogicalOperator">LogicalOperator</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#Maximum">Maximum</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#Minimum">Minimum</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#Mod">Mod</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#MonthsBetween">MonthsBetween</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#Multiply">Multiply</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#name">name</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#Negate">Negate</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#NewTime">NewTime</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#NextDay">NextDay</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#nodeClass">nodeClass</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#Not">Not</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#NotBetween">NotBetween</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#NotEqual">NotEqual</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#NotExists">NotExists</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#NotIn">NotIn</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#NotInSubQuery">NotInSubQuery</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#NotLike">NotLike</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#NotLikeEscape">NotLikeEscape</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#NotNull">NotNull</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#NullIf">NullIf</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#NullsFirst">NullsFirst</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#NullsLast">NullsLast</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#Nvl">Nvl</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#Or">Or</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#OrderOperator">OrderOperator</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#platformOperatorNames">platformOperatorNames</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#platformOperatorSelectors">platformOperatorSelectors</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#Power">Power</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#Ref">Ref</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#RefToHex">RefToHex</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#Regexp">Regexp</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#Replace">Replace</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#Replicate">Replicate</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#Reverse">Reverse</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#Right">Right</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#RightPad">RightPad</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#RightTrim">RightTrim</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#RightTrim2">RightTrim2</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#Round">Round</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#RoundDate">RoundDate</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#SDO_FILTER">SDO_FILTER</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#SDO_NN">SDO_NN</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#SDO_RELATE">SDO_RELATE</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#SDO_WITHIN_DISTANCE">SDO_WITHIN_DISTANCE</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#selector">selector</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#Sign">Sign</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#Sin">Sin</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#Sinh">Sinh</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#Some">Some</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#Soundex">Soundex</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#Sqrt">Sqrt</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#StandardDeviation">StandardDeviation</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#Substring">Substring</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#SubstringSingleArg">SubstringSingleArg</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#Subtract">Subtract</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#Sum">Sum</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#Tan">Tan</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#Tanh">Tanh</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#ToChar">ToChar</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#ToCharWithFormat">ToCharWithFormat</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#ToDate">ToDate</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#Today">Today</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#ToLowerCase">ToLowerCase</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#ToNumber">ToNumber</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#ToUpperCase">ToUpperCase</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#Translate">Translate</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#Trim">Trim</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#Trim2">Trim2</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#Trunc">Trunc</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#TruncateDate">TruncateDate</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#type">type</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#Union">Union</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#UnionAll">UnionAll</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#Value">Value</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#Variance">Variance</a></code></li>
</ul>
</li>
</ul>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../org/eclipse/persistence/expressions/ListExpressionOperator.html#ListExpressionOperator--">ListExpressionOperator</a></span>()</code>&nbsp;</td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method.summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/eclipse/persistence/expressions/ListExpressionOperator.html#copyTo-org.eclipse.persistence.expressions.ExpressionOperator-">copyTo</a></span>(<a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html" title="class in org.eclipse.persistence.expressions">ExpressionOperator</a>&nbsp;operator)</code>&nbsp;</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/eclipse/persistence/expressions/ListExpressionOperator.html#getDatabaseStrings--">getDatabaseStrings</a></span>()</code>
<div class="block">INTERNAL:
Recalculate the database strings each time this is called in
case one has been added.</div>
</td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/eclipse/persistence/expressions/ListExpressionOperator.html#getNumberOfItems--">getNumberOfItems</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/eclipse/persistence/expressions/ListExpressionOperator.html#getSeparators--">getSeparators</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i4" class="altColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/eclipse/persistence/expressions/ListExpressionOperator.html#getStartStrings--">getStartStrings</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i5" class="rowColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/eclipse/persistence/expressions/ListExpressionOperator.html#getTerminationStrings--">getTerminationStrings</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i6" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/eclipse/persistence/expressions/ListExpressionOperator.html#incrementNumberOfItems--">incrementNumberOfItems</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i7" class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/eclipse/persistence/expressions/ListExpressionOperator.html#isComplete--">isComplete</a></span>()</code>
<div class="block">INTERNAL:
If we have all the required information, this operator is complete
and can be used as is.</div>
</td>
</tr>
<tr id="i8" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/eclipse/persistence/expressions/ListExpressionOperator.html#setIsComplete-boolean-">setIsComplete</a></span>(boolean&nbsp;isComplete)</code>&nbsp;</td>
</tr>
<tr id="i9" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/eclipse/persistence/expressions/ListExpressionOperator.html#setNumberOfItems-int-">setNumberOfItems</a></span>(int&nbsp;numberOfItems)</code>&nbsp;</td>
</tr>
<tr id="i10" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/eclipse/persistence/expressions/ListExpressionOperator.html#setSeparator-java.lang.String-">setSeparator</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;separator)</code>&nbsp;</td>
</tr>
<tr id="i11" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/eclipse/persistence/expressions/ListExpressionOperator.html#setSeparators-java.lang.String:A-">setSeparators</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]&nbsp;separators)</code>&nbsp;</td>
</tr>
<tr id="i12" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/eclipse/persistence/expressions/ListExpressionOperator.html#setStartString-java.lang.String-">setStartString</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;startString)</code>&nbsp;</td>
</tr>
<tr id="i13" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/eclipse/persistence/expressions/ListExpressionOperator.html#setStartStrings-java.lang.String:A-">setStartStrings</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]&nbsp;startStrings)</code>&nbsp;</td>
</tr>
<tr id="i14" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/eclipse/persistence/expressions/ListExpressionOperator.html#setTerminationString-java.lang.String-">setTerminationString</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;terminationString)</code>&nbsp;</td>
</tr>
<tr id="i15" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../org/eclipse/persistence/expressions/ListExpressionOperator.html#setTerminationStrings-java.lang.String:A-">setTerminationStrings</a></span>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]&nbsp;terminationStrings)</code>&nbsp;</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.org.eclipse.persistence.expressions.ExpressionOperator">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;org.eclipse.persistence.expressions.<a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html" title="class in org.eclipse.persistence.expressions">ExpressionOperator</a></h3>
<code><a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#abs--">abs</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#acos--">acos</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#addDate--">addDate</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#addMonths--">addMonths</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#addOperator-org.eclipse.persistence.expressions.ExpressionOperator-">addOperator</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#all--">all</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#and--">and</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#any--">any</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#applyFunction-java.lang.Object-java.util.List-">applyFunction</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#as--">as</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#ascending--">ascending</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#ascii--">ascii</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#asin--">asin</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#atan--">atan</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#average--">average</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#bePostfix--">bePostfix</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#bePrefix--">bePrefix</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#beRepeating--">beRepeating</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#between--">between</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#caseConditionStatement--">caseConditionStatement</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#caseStatement--">caseStatement</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#cast--">cast</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#ceil--">ceil</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#charIndex--">charIndex</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#charLength--">charLength</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#chr--">chr</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#coalesce--">coalesce</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#concat--">concat</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#conformBetween-java.lang.Object-java.lang.Object-">conformBetween</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#conformLike-java.lang.Object-java.lang.Object-">conformLike</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#cos--">cos</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#cosh--">cosh</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#cot--">cot</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#count--">count</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#createNode--">createNode</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#currentDate--">currentDate</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#currentTime--">currentTime</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#currentTimeStamp--">currentTimeStamp</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#dateDifference--">dateDifference</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#dateName--">dateName</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#datePart--">datePart</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#dateToString--">dateToString</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#decode--">decode</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#deref--">deref</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#descending--">descending</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#difference--">difference</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#distinct--">distinct</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#doesRelationConform-java.lang.Object-java.lang.Object-">doesRelationConform</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#equalOuterJoin--">equalOuterJoin</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#equals-java.lang.Object-">equals</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#except--">except</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#exceptAll--">exceptAll</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#exists--">exists</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#existsNode--">existsNode</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#exp--">exp</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#expressionFor-org.eclipse.persistence.expressions.Expression-">expressionFor</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#expressionFor-org.eclipse.persistence.expressions.Expression-java.lang.Object-">expressionFor</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#expressionForArguments-org.eclipse.persistence.expressions.Expression-java.util.List-">expressionForArguments</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#expressionForWithBaseLast-org.eclipse.persistence.expressions.Expression-java.lang.Object-">expressionForWithBaseLast</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#extract--">extract</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#extractValue--">extractValue</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#extractXml--">extractXml</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#floor--">floor</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#getAllOperators--">getAllOperators</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#getJavaStrings--">getJavaStrings</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#getName--">getName</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#getNodeClass--">getNodeClass</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#getNumberVal--">getNumberVal</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#getOperator-java.lang.Integer-">getOperator</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#getPlatformOperatorName-int-">getPlatformOperatorName</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#getPlatformOperatorNames--">getPlatformOperatorNames</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#getPlatformOperatorSelectors--">getPlatformOperatorSelectors</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#getSelector--">getSelector</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#getStringVal--">getStringVal</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#getType--">getType</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#greatest--">greatest</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#hashCode--">hashCode</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#hexToRaw--">hexToRaw</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#ifNull--">ifNull</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#in--">in</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#initcap--">initcap</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#initializeAggregateFunctionOperators--">initializeAggregateFunctionOperators</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#initializeFunctionOperators--">initializeFunctionOperators</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#initializeLogicalOperators--">initializeLogicalOperators</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#initializeOperators--">initializeOperators</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#initializePlatformOperatorNames--">initializePlatformOperatorNames</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#initializePlatformOperatorSelectors--">initializePlatformOperatorSelectors</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#initializeRelationOperators--">initializeRelationOperators</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#instring--">instring</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#inSubQuery--">inSubQuery</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#intersect--">intersect</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#intersectAll--">intersectAll</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#isAggregateOperator--">isAggregateOperator</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#isAll--">isAll</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#isAny--">isAny</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#isAnyOrAll--">isAnyOrAll</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#isBindingSupported--">isBindingSupported</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#isComparisonOperator--">isComparisonOperator</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#isFragment--">isFragment</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#isFunctionOperator--">isFunctionOperator</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#isLogicalOperator--">isLogicalOperator</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#isNull--">isNull</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#isOrderOperator--">isOrderOperator</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#isPrefix--">isPrefix</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#lastDay--">lastDay</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#least--">least</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#leftPad--">leftPad</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#leftTrim--">leftTrim</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#leftTrim2--">leftTrim2</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#length--">length</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#like--">like</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#likeEscape--">likeEscape</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#ln--">ln</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#locate--">locate</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#locate2--">locate2</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#log--">log</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#maximum--">maximum</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#minimum--">minimum</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#mod--">mod</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#monthsBetween--">monthsBetween</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#negate--">negate</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#newExpressionForArgument-org.eclipse.persistence.expressions.Expression-java.lang.Object-">newExpressionForArgument</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#newExpressionForArguments-org.eclipse.persistence.expressions.Expression-java.util.List-">newExpressionForArguments</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#newExpressionForArgumentWithBaseLast-org.eclipse.persistence.expressions.Expression-java.lang.Object-">newExpressionForArgumentWithBaseLast</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#newTime--">newTime</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#nextDay--">nextDay</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#notExists--">notExists</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#notIn--">notIn</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#notInSubQuery--">notInSubQuery</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#notLike--">notLike</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#notLikeEscape--">notLikeEscape</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#notNull--">notNull</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#notOperator--">notOperator</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#nullIf--">nullIf</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#nullsFirst--">nullsFirst</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#nullsLast--">nullsLast</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#or--">or</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#oracleDateName--">oracleDateName</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#power--">power</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#printCollection-java.util.List-org.eclipse.persistence.internal.expressions.ExpressionSQLPrinter-">printCollection</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#printDuo-org.eclipse.persistence.expressions.Expression-org.eclipse.persistence.expressions.Expression-org.eclipse.persistence.internal.expressions.ExpressionSQLPrinter-">printDuo</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#printJavaCollection-java.util.List-org.eclipse.persistence.internal.expressions.ExpressionJavaPrinter-">printJavaCollection</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#printJavaDuo-org.eclipse.persistence.expressions.Expression-org.eclipse.persistence.expressions.Expression-org.eclipse.persistence.internal.expressions.ExpressionJavaPrinter-">printJavaDuo</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#printsAs-java.util.List-">printsAs</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#printsAs-java.lang.String-">printsAs</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#printsJavaAs-java.util.List-">printsJavaAs</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#printsJavaAs-java.lang.String-">printsJavaAs</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#ref--">ref</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#refToHex--">refToHex</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#regexp--">regexp</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#registerOperator-int-java.lang.String-">registerOperator</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#replace--">replace</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#replicate--">replicate</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#resetOperators--">resetOperators</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#reverse--">reverse</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#right--">right</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#rightPad--">rightPad</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#rightTrim--">rightTrim</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#rightTrim2--">rightTrim2</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#round--">round</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#roundDate--">roundDate</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#setArgumentIndices-int:A-">setArgumentIndices</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#setIsBindingSupported-boolean-">setIsBindingSupported</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#setName-java.lang.String-">setName</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#setNodeClass-java.lang.Class-">setNodeClass</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#setSelector-int-">setSelector</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#setType-int-">setType</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#sign--">sign</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#simpleAggregate-int-java.lang.String-java.lang.String-">simpleAggregate</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#simpleFunction-int-java.lang.String-">simpleFunction</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#simpleFunction-int-java.lang.String-java.lang.String-">simpleFunction</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#simpleFunctionNoParentheses-int-java.lang.String-">simpleFunctionNoParentheses</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#simpleLogical-int-java.lang.String-java.lang.String-">simpleLogical</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#simpleLogicalNoParens-int-java.lang.String-">simpleLogicalNoParens</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#simpleMath-int-java.lang.String-">simpleMath</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#simpleOrdering-int-java.lang.String-java.lang.String-">simpleOrdering</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#simpleRelation-int-java.lang.String-">simpleRelation</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#simpleRelation-int-java.lang.String-java.lang.String-">simpleRelation</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#simpleThreeArgumentFunction-int-java.lang.String-">simpleThreeArgumentFunction</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#simpleTwoArgumentFunction-int-java.lang.String-">simpleTwoArgumentFunction</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#sin--">sin</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#sinh--">sinh</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#some--">some</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#soundex--">soundex</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#sqrt--">sqrt</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#standardDeviation--">standardDeviation</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#substring--">substring</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#substringSingleArg--">substringSingleArg</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#sum--">sum</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#sybaseAddMonthsOperator--">sybaseAddMonthsOperator</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#sybaseAtan2Operator--">sybaseAtan2Operator</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#sybaseInStringOperator--">sybaseInStringOperator</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#sybaseLocate2Operator--">sybaseLocate2Operator</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#sybaseLocateOperator--">sybaseLocateOperator</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#sybaseToCharOperator--">sybaseToCharOperator</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#sybaseToCharWithFormatOperator--">sybaseToCharWithFormatOperator</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#sybaseToDateOperator--">sybaseToDateOperator</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#sybaseToDateToStringOperator--">sybaseToDateToStringOperator</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#sybaseToNumberOperator--">sybaseToNumberOperator</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#tan--">tan</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#tanh--">tanh</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#toChar--">toChar</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#toCharWithFormat--">toCharWithFormat</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#toDate--">toDate</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#today--">today</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#toLowerCase--">toLowerCase</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#toNumber--">toNumber</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#toString--">toString</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#toUpperCase--">toUpperCase</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#translate--">translate</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#trim--">trim</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#trim2--">trim2</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#trunc--">trunc</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#truncateDate--">truncateDate</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#union--">union</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#unionAll--">unionAll</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#value--">value</a>, <a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#variance--">variance</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;java.lang.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
<code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#clone--" title="class or interface in java.lang">clone</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#finalize--" title="class or interface in java.lang">finalize</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#getClass--" title="class or interface in java.lang">getClass</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notify--" title="class or interface in java.lang">notify</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notifyAll--" title="class or interface in java.lang">notifyAll</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait--" title="class or interface in java.lang">wait</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-" title="class or interface in java.lang">wait</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-int-" title="class or interface in java.lang">wait</a></code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ FIELD DETAIL =========== -->
<ul class="blockList">
<li class="blockList"><a name="field.detail">
<!-- -->
</a>
<h3>Field Detail</h3>
<a name="startStrings">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>startStrings</h4>
<pre>protected&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[] startStrings</pre>
</li>
</ul>
<a name="separators">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>separators</h4>
<pre>protected&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[] separators</pre>
</li>
</ul>
<a name="terminationStrings">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>terminationStrings</h4>
<pre>protected&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[] terminationStrings</pre>
</li>
</ul>
<a name="numberOfItems">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>numberOfItems</h4>
<pre>protected&nbsp;int numberOfItems</pre>
</li>
</ul>
<a name="isComplete">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>isComplete</h4>
<pre>protected&nbsp;boolean isComplete</pre>
</li>
</ul>
</li>
</ul>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="ListExpressionOperator--">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>ListExpressionOperator</h4>
<pre>public&nbsp;ListExpressionOperator()</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="copyTo-org.eclipse.persistence.expressions.ExpressionOperator-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>copyTo</h4>
<pre>public&nbsp;void&nbsp;copyTo(<a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html" title="class in org.eclipse.persistence.expressions">ExpressionOperator</a>&nbsp;operator)</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code><a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#copyTo-org.eclipse.persistence.expressions.ExpressionOperator-">copyTo</a></code>&nbsp;in class&nbsp;<code><a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html" title="class in org.eclipse.persistence.expressions">ExpressionOperator</a></code></dd>
</dl>
</li>
</ul>
<a name="getDatabaseStrings--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getDatabaseStrings</h4>
<pre>public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]&nbsp;getDatabaseStrings()</pre>
<div class="block">INTERNAL:
Recalculate the database strings each time this is called in
case one has been added.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code><a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#getDatabaseStrings--">getDatabaseStrings</a></code>&nbsp;in class&nbsp;<code><a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html" title="class in org.eclipse.persistence.expressions">ExpressionOperator</a></code></dd>
</dl>
</li>
</ul>
<a name="getNumberOfItems--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getNumberOfItems</h4>
<pre>public&nbsp;int&nbsp;getNumberOfItems()</pre>
</li>
</ul>
<a name="setNumberOfItems-int-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setNumberOfItems</h4>
<pre>public&nbsp;void&nbsp;setNumberOfItems(int&nbsp;numberOfItems)</pre>
</li>
</ul>
<a name="getStartStrings--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getStartStrings</h4>
<pre>public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]&nbsp;getStartStrings()</pre>
</li>
</ul>
<a name="setStartString-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setStartString</h4>
<pre>public&nbsp;void&nbsp;setStartString(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;startString)</pre>
</li>
</ul>
<a name="setStartStrings-java.lang.String:A-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setStartStrings</h4>
<pre>public&nbsp;void&nbsp;setStartStrings(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]&nbsp;startStrings)</pre>
</li>
</ul>
<a name="getSeparators--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getSeparators</h4>
<pre>public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]&nbsp;getSeparators()</pre>
</li>
</ul>
<a name="setSeparator-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setSeparator</h4>
<pre>public&nbsp;void&nbsp;setSeparator(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;separator)</pre>
</li>
</ul>
<a name="setSeparators-java.lang.String:A-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setSeparators</h4>
<pre>public&nbsp;void&nbsp;setSeparators(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]&nbsp;separators)</pre>
</li>
</ul>
<a name="getTerminationStrings--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getTerminationStrings</h4>
<pre>public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]&nbsp;getTerminationStrings()</pre>
</li>
</ul>
<a name="setTerminationString-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setTerminationString</h4>
<pre>public&nbsp;void&nbsp;setTerminationString(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;terminationString)</pre>
</li>
</ul>
<a name="setTerminationStrings-java.lang.String:A-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setTerminationStrings</h4>
<pre>public&nbsp;void&nbsp;setTerminationStrings(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[]&nbsp;terminationStrings)</pre>
</li>
</ul>
<a name="incrementNumberOfItems--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>incrementNumberOfItems</h4>
<pre>public&nbsp;void&nbsp;incrementNumberOfItems()</pre>
</li>
</ul>
<a name="setIsComplete-boolean-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setIsComplete</h4>
<pre>public&nbsp;void&nbsp;setIsComplete(boolean&nbsp;isComplete)</pre>
</li>
</ul>
<a name="isComplete--">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>isComplete</h4>
<pre>public&nbsp;boolean&nbsp;isComplete()</pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#isComplete--">ExpressionOperator</a></code></span></div>
<div class="block">INTERNAL:
If we have all the required information, this operator is complete
and can be used as is. Otherwise we will need to look up a platform-
specific operator.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code><a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html#isComplete--">isComplete</a></code>&nbsp;in class&nbsp;<code><a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html" title="class in org.eclipse.persistence.expressions">ExpressionOperator</a></code></dd>
</dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= 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="../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage">EclipseLink 3.0.2, API Reference</div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../org/eclipse/persistence/expressions/ExpressionOperator.html" title="class in org.eclipse.persistence.expressions"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li>Next&nbsp;Class</li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/eclipse/persistence/expressions/ListExpressionOperator.html" target="_top">Frames</a></li>
<li><a href="ListExpressionOperator.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>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2007&#x2013;2021 <a href="http://www.eclipse.org/eclipselink">Eclipse.org - EclipseLink Project</a>. All rights reserved.</small></p>
</body>
</html>