blob: 201f188cf36c8cd069ded0ce2bb10ace8abe4273 [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_112) on Mon Oct 14 11:36:16 MSK 2019 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>ASTFunctionCall (cayenne-doc: Cayenne Documentation 4.0.2 API)</title>
<meta name="date" content="2019-10-14">
<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="ASTFunctionCall (cayenne-doc: Cayenne Documentation 4.0.2 API)";
}
}
catch(err) {
}
//-->
var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":9,"i9":10};
var tabs = {65535:["t0","All Methods"],1:["t1","Static 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="class-use/ASTFunctionCall.html">Use</a></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>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../org/apache/cayenne/exp/parser/ASTFullObject.html" title="class in org.apache.cayenne.exp.parser"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../../org/apache/cayenne/exp/parser/ASTGreater.html" title="class in org.apache.cayenne.exp.parser"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/cayenne/exp/parser/ASTFunctionCall.html" target="_top">Frames</a></li>
<li><a href="ASTFunctionCall.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="#fields.inherited.from.class.org.apache.cayenne.exp.parser.SimpleNode">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>Field&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.apache.cayenne.exp.parser</div>
<h2 title="Class ASTFunctionCall" class="title">Class ASTFunctionCall</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li><a href="https://docs.oracle.com/javase/7/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/apache/cayenne/exp/Expression.html" title="class in org.apache.cayenne.exp">org.apache.cayenne.exp.Expression</a></li>
<li>
<ul class="inheritance">
<li><a href="../../../../../org/apache/cayenne/exp/parser/SimpleNode.html" title="class in org.apache.cayenne.exp.parser">org.apache.cayenne.exp.parser.SimpleNode</a></li>
<li>
<ul class="inheritance">
<li><a href="../../../../../org/apache/cayenne/exp/parser/EvaluatedNode.html" title="class in org.apache.cayenne.exp.parser">org.apache.cayenne.exp.parser.EvaluatedNode</a></li>
<li>
<ul class="inheritance">
<li>org.apache.cayenne.exp.parser.ASTFunctionCall</li>
</ul>
</li>
</ul>
</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/7/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a>, <a href="../../../../../org/apache/cayenne/exp/parser/Node.html" title="interface in org.apache.cayenne.exp.parser">Node</a>, <a href="../../../../../org/apache/cayenne/util/XMLSerializable.html" title="interface in org.apache.cayenne.util">XMLSerializable</a></dd>
</dl>
<dl>
<dt>Direct Known Subclasses:</dt>
<dd><a href="../../../../../org/apache/cayenne/exp/parser/ASTAbs.html" title="class in org.apache.cayenne.exp.parser">ASTAbs</a>, <a href="../../../../../org/apache/cayenne/exp/parser/ASTAggregateFunctionCall.html" title="class in org.apache.cayenne.exp.parser">ASTAggregateFunctionCall</a>, <a href="../../../../../org/apache/cayenne/exp/parser/ASTConcat.html" title="class in org.apache.cayenne.exp.parser">ASTConcat</a>, <a href="../../../../../org/apache/cayenne/exp/parser/ASTCurrentDate.html" title="class in org.apache.cayenne.exp.parser">ASTCurrentDate</a>, <a href="../../../../../org/apache/cayenne/exp/parser/ASTCurrentTime.html" title="class in org.apache.cayenne.exp.parser">ASTCurrentTime</a>, <a href="../../../../../org/apache/cayenne/exp/parser/ASTCurrentTimestamp.html" title="class in org.apache.cayenne.exp.parser">ASTCurrentTimestamp</a>, <a href="../../../../../org/apache/cayenne/exp/parser/ASTExtract.html" title="class in org.apache.cayenne.exp.parser">ASTExtract</a>, <a href="../../../../../org/apache/cayenne/exp/parser/ASTLength.html" title="class in org.apache.cayenne.exp.parser">ASTLength</a>, <a href="../../../../../org/apache/cayenne/exp/parser/ASTLocate.html" title="class in org.apache.cayenne.exp.parser">ASTLocate</a>, <a href="../../../../../org/apache/cayenne/exp/parser/ASTLower.html" title="class in org.apache.cayenne.exp.parser">ASTLower</a>, <a href="../../../../../org/apache/cayenne/exp/parser/ASTMod.html" title="class in org.apache.cayenne.exp.parser">ASTMod</a>, <a href="../../../../../org/apache/cayenne/exp/parser/ASTSqrt.html" title="class in org.apache.cayenne.exp.parser">ASTSqrt</a>, <a href="../../../../../org/apache/cayenne/exp/parser/ASTSubstring.html" title="class in org.apache.cayenne.exp.parser">ASTSubstring</a>, <a href="../../../../../org/apache/cayenne/exp/parser/ASTTrim.html" title="class in org.apache.cayenne.exp.parser">ASTTrim</a>, <a href="../../../../../org/apache/cayenne/exp/parser/ASTUpper.html" title="class in org.apache.cayenne.exp.parser">ASTUpper</a></dd>
</dl>
<hr>
<br>
<pre>public abstract class <span class="typeNameLabel">ASTFunctionCall</span>
extends <a href="../../../../../org/apache/cayenne/exp/parser/EvaluatedNode.html" title="class in org.apache.cayenne.exp.parser">EvaluatedNode</a></pre>
<dl>
<dt><span class="simpleTagLabel">Since:</span></dt>
<dd>4.0</dd>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../serialized-form.html#org.apache.cayenne.exp.parser.ASTFunctionCall">Serialized Form</a></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>
<ul class="blockList">
<li class="blockList"><a name="fields.inherited.from.class.org.apache.cayenne.exp.parser.SimpleNode">
<!-- -->
</a>
<h3>Fields inherited from class&nbsp;org.apache.cayenne.exp.parser.<a href="../../../../../org/apache/cayenne/exp/parser/SimpleNode.html" title="class in org.apache.cayenne.exp.parser">SimpleNode</a></h3>
<code><a href="../../../../../org/apache/cayenne/exp/parser/SimpleNode.html#children">children</a>, <a href="../../../../../org/apache/cayenne/exp/parser/SimpleNode.html#id">id</a>, <a href="../../../../../org/apache/cayenne/exp/parser/SimpleNode.html#parent">parent</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="fields.inherited.from.class.org.apache.cayenne.exp.Expression">
<!-- -->
</a>
<h3>Fields inherited from class&nbsp;org.apache.cayenne.exp.<a href="../../../../../org/apache/cayenne/exp/Expression.html" title="class in org.apache.cayenne.exp">Expression</a></h3>
<code><a href="../../../../../org/apache/cayenne/exp/Expression.html#ADD">ADD</a>, <a href="../../../../../org/apache/cayenne/exp/Expression.html#AND">AND</a>, <a href="../../../../../org/apache/cayenne/exp/Expression.html#ASTERISK">ASTERISK</a>, <a href="../../../../../org/apache/cayenne/exp/Expression.html#BETWEEN">BETWEEN</a>, <a href="../../../../../org/apache/cayenne/exp/Expression.html#BITWISE_AND">BITWISE_AND</a>, <a href="../../../../../org/apache/cayenne/exp/Expression.html#BITWISE_LEFT_SHIFT">BITWISE_LEFT_SHIFT</a>, <a href="../../../../../org/apache/cayenne/exp/Expression.html#BITWISE_NOT">BITWISE_NOT</a>, <a href="../../../../../org/apache/cayenne/exp/Expression.html#BITWISE_OR">BITWISE_OR</a>, <a href="../../../../../org/apache/cayenne/exp/Expression.html#BITWISE_RIGHT_SHIFT">BITWISE_RIGHT_SHIFT</a>, <a href="../../../../../org/apache/cayenne/exp/Expression.html#BITWISE_XOR">BITWISE_XOR</a>, <a href="../../../../../org/apache/cayenne/exp/Expression.html#DB_PATH">DB_PATH</a>, <a href="../../../../../org/apache/cayenne/exp/Expression.html#DIVIDE">DIVIDE</a>, <a href="../../../../../org/apache/cayenne/exp/Expression.html#EQUAL_TO">EQUAL_TO</a>, <a href="../../../../../org/apache/cayenne/exp/Expression.html#FALSE">FALSE</a>, <a href="../../../../../org/apache/cayenne/exp/Expression.html#FULL_OBJECT">FULL_OBJECT</a>, <a href="../../../../../org/apache/cayenne/exp/Expression.html#FUNCTION_CALL">FUNCTION_CALL</a>, <a href="../../../../../org/apache/cayenne/exp/Expression.html#GREATER_THAN">GREATER_THAN</a>, <a href="../../../../../org/apache/cayenne/exp/Expression.html#GREATER_THAN_EQUAL_TO">GREATER_THAN_EQUAL_TO</a>, <a href="../../../../../org/apache/cayenne/exp/Expression.html#IN">IN</a>, <a href="../../../../../org/apache/cayenne/exp/Expression.html#LESS_THAN">LESS_THAN</a>, <a href="../../../../../org/apache/cayenne/exp/Expression.html#LESS_THAN_EQUAL_TO">LESS_THAN_EQUAL_TO</a>, <a href="../../../../../org/apache/cayenne/exp/Expression.html#LIKE">LIKE</a>, <a href="../../../../../org/apache/cayenne/exp/Expression.html#LIKE_IGNORE_CASE">LIKE_IGNORE_CASE</a>, <a href="../../../../../org/apache/cayenne/exp/Expression.html#LIST">LIST</a>, <a href="../../../../../org/apache/cayenne/exp/Expression.html#MULTIPLY">MULTIPLY</a>, <a href="../../../../../org/apache/cayenne/exp/Expression.html#NEGATIVE">NEGATIVE</a>, <a href="../../../../../org/apache/cayenne/exp/Expression.html#NOT">NOT</a>, <a href="../../../../../org/apache/cayenne/exp/Expression.html#NOT_BETWEEN">NOT_BETWEEN</a>, <a href="../../../../../org/apache/cayenne/exp/Expression.html#NOT_EQUAL_TO">NOT_EQUAL_TO</a>, <a href="../../../../../org/apache/cayenne/exp/Expression.html#NOT_IN">NOT_IN</a>, <a href="../../../../../org/apache/cayenne/exp/Expression.html#NOT_LIKE">NOT_LIKE</a>, <a href="../../../../../org/apache/cayenne/exp/Expression.html#NOT_LIKE_IGNORE_CASE">NOT_LIKE_IGNORE_CASE</a>, <a href="../../../../../org/apache/cayenne/exp/Expression.html#OBJ_PATH">OBJ_PATH</a>, <a href="../../../../../org/apache/cayenne/exp/Expression.html#OR">OR</a>, <a href="../../../../../org/apache/cayenne/exp/Expression.html#PRUNED_NODE">PRUNED_NODE</a>, <a href="../../../../../org/apache/cayenne/exp/Expression.html#SUBTRACT">SUBTRACT</a>, <a href="../../../../../org/apache/cayenne/exp/Expression.html#TRUE">TRUE</a>, <a href="../../../../../org/apache/cayenne/exp/Expression.html#type">type</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/apache/cayenne/exp/parser/ASTFunctionCall.html#ASTFunctionCall-int-java.lang.String-java.lang.Object...-">ASTFunctionCall</a></span>(int&nbsp;id,
<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;functionName,
<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;nodes)</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="t1" class="tableTab"><span><a href="javascript:show(1);">Static Methods</a></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/apache/cayenne/exp/parser/ASTFunctionCall.html#appendAsEJBQL-java.util.List-java.lang.Appendable-java.lang.String-">appendAsEJBQL</a></span>(<a href="https://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&gt;&nbsp;parameterAccumulator,
<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Appendable.html?is-external=true" title="class or interface in java.lang">Appendable</a>&nbsp;out,
<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;rootId)</code>
<div class="block">Stores a String representation of Expression as EJBQL using a provided
PrintWriter.</div>
</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/cayenne/exp/parser/ASTFunctionCall.html#appendAsString-java.lang.Appendable-">appendAsString</a></span>(<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Appendable.html?is-external=true" title="class or interface in java.lang">Appendable</a>&nbsp;out)</code>
<div class="block">Appends own content as a String to the provided Appendable.</div>
</td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/cayenne/exp/parser/ASTFunctionCall.html#appendFunctionNameAsString-java.lang.Appendable-">appendFunctionNameAsString</a></span>(<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Appendable.html?is-external=true" title="class or interface in java.lang">Appendable</a>&nbsp;out)</code>&nbsp;</td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/cayenne/exp/parser/ASTFunctionCall.html#equals-java.lang.Object-">equals</a></span>(<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;o)</code>&nbsp;</td>
</tr>
<tr id="i4" class="altColor">
<td class="colFirst"><code>protected <a href="https://docs.oracle.com/javase/7/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/apache/cayenne/exp/parser/ASTFunctionCall.html#getExpressionOperator-int-">getExpressionOperator</a></span>(int&nbsp;index)</code>&nbsp;</td>
</tr>
<tr id="i5" class="rowColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/7/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/apache/cayenne/exp/parser/ASTFunctionCall.html#getFunctionName--">getFunctionName</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i6" class="altColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/cayenne/exp/parser/ASTFunctionCall.html#getType--">getType</a></span>()</code>
<div class="block">Returns a type of expression.</div>
</td>
</tr>
<tr id="i7" class="rowColor">
<td class="colFirst"><code>int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/cayenne/exp/parser/ASTFunctionCall.html#hashCode--">hashCode</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i8" class="altColor">
<td class="colFirst"><code>protected static <a href="https://docs.oracle.com/javase/7/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/apache/cayenne/exp/parser/ASTFunctionCall.html#nameToCamelCase-java.lang.String-">nameToCamelCase</a></span>(<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;functionName)</code>&nbsp;</td>
</tr>
<tr id="i9" class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/cayenne/exp/parser/ASTFunctionCall.html#needParenthesis--">needParenthesis</a></span>()</code>&nbsp;</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.org.apache.cayenne.exp.parser.EvaluatedNode">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;org.apache.cayenne.exp.parser.<a href="../../../../../org/apache/cayenne/exp/parser/EvaluatedNode.html" title="class in org.apache.cayenne.exp.parser">EvaluatedNode</a></h3>
<code><a href="../../../../../org/apache/cayenne/exp/parser/EvaluatedNode.html#evaluateNode-java.lang.Object-">evaluateNode</a>, <a href="../../../../../org/apache/cayenne/exp/parser/EvaluatedNode.html#evaluateSubNode-java.lang.Object-java.lang.Object:A-">evaluateSubNode</a>, <a href="../../../../../org/apache/cayenne/exp/parser/EvaluatedNode.html#getRequiredChildrenCount--">getRequiredChildrenCount</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.org.apache.cayenne.exp.parser.SimpleNode">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;org.apache.cayenne.exp.parser.<a href="../../../../../org/apache/cayenne/exp/parser/SimpleNode.html" title="class in org.apache.cayenne.exp.parser">SimpleNode</a></h3>
<code><a href="../../../../../org/apache/cayenne/exp/parser/SimpleNode.html#appendAsEJBQL-java.lang.Appendable-java.lang.String-">appendAsEJBQL</a>, <a href="../../../../../org/apache/cayenne/exp/parser/SimpleNode.html#appendAsEscapedString-java.lang.Appendable-java.lang.String-">appendAsEscapedString</a>, <a href="../../../../../org/apache/cayenne/exp/parser/SimpleNode.html#appendChildrenAsEJBQL-java.util.List-java.lang.Appendable-java.lang.String-">appendChildrenAsEJBQL</a>, <a href="../../../../../org/apache/cayenne/exp/parser/SimpleNode.html#appendScalarAsString-java.lang.Appendable-java.lang.Object-char-">appendScalarAsString</a>, <a href="../../../../../org/apache/cayenne/exp/parser/SimpleNode.html#connectChildren--">connectChildren</a>, <a href="../../../../../org/apache/cayenne/exp/parser/SimpleNode.html#encodeAsEJBQL-java.io.PrintWriter-java.lang.String-">encodeAsEJBQL</a>, <a href="../../../../../org/apache/cayenne/exp/parser/SimpleNode.html#encodeAsString-java.io.PrintWriter-">encodeAsString</a>, <a href="../../../../../org/apache/cayenne/exp/parser/SimpleNode.html#encodeScalarAsEJBQL-java.util.List-java.lang.Appendable-java.lang.Object-">encodeScalarAsEJBQL</a>, <a href="../../../../../org/apache/cayenne/exp/parser/SimpleNode.html#evaluate-java.lang.Object-">evaluate</a>, <a href="../../../../../org/apache/cayenne/exp/parser/SimpleNode.html#evaluateChild-int-java.lang.Object-">evaluateChild</a>, <a href="../../../../../org/apache/cayenne/exp/parser/SimpleNode.html#expName--">expName</a>, <a href="../../../../../org/apache/cayenne/exp/parser/SimpleNode.html#flattenTree--">flattenTree</a>, <a href="../../../../../org/apache/cayenne/exp/parser/SimpleNode.html#getEJBQLExpressionOperator-int-">getEJBQLExpressionOperator</a>, <a href="../../../../../org/apache/cayenne/exp/parser/SimpleNode.html#getOperand-int-">getOperand</a>, <a href="../../../../../org/apache/cayenne/exp/parser/SimpleNode.html#getOperandCount--">getOperandCount</a>, <a href="../../../../../org/apache/cayenne/exp/parser/SimpleNode.html#getPathAliases--">getPathAliases</a>, <a href="../../../../../org/apache/cayenne/exp/parser/SimpleNode.html#jjtAddChild-org.apache.cayenne.exp.parser.Node-int-">jjtAddChild</a>, <a href="../../../../../org/apache/cayenne/exp/parser/SimpleNode.html#jjtClose--">jjtClose</a>, <a href="../../../../../org/apache/cayenne/exp/parser/SimpleNode.html#jjtGetChild-int-">jjtGetChild</a>, <a href="../../../../../org/apache/cayenne/exp/parser/SimpleNode.html#jjtGetNumChildren--">jjtGetNumChildren</a>, <a href="../../../../../org/apache/cayenne/exp/parser/SimpleNode.html#jjtGetParent--">jjtGetParent</a>, <a href="../../../../../org/apache/cayenne/exp/parser/SimpleNode.html#jjtOpen--">jjtOpen</a>, <a href="../../../../../org/apache/cayenne/exp/parser/SimpleNode.html#jjtSetParent-org.apache.cayenne.exp.parser.Node-">jjtSetParent</a>, <a href="../../../../../org/apache/cayenne/exp/parser/SimpleNode.html#notExp--">notExp</a>, <a href="../../../../../org/apache/cayenne/exp/parser/SimpleNode.html#pruneNodeForPrunedChild-java.lang.Object-">pruneNodeForPrunedChild</a>, <a href="../../../../../org/apache/cayenne/exp/parser/SimpleNode.html#setOperand-int-java.lang.Object-">setOperand</a>, <a href="../../../../../org/apache/cayenne/exp/parser/SimpleNode.html#unwrapChild-org.apache.cayenne.exp.parser.Node-">unwrapChild</a>, <a href="../../../../../org/apache/cayenne/exp/parser/SimpleNode.html#wrapChild-java.lang.Object-">wrapChild</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.org.apache.cayenne.exp.Expression">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;org.apache.cayenne.exp.<a href="../../../../../org/apache/cayenne/exp/Expression.html" title="class in org.apache.cayenne.exp">Expression</a></h3>
<code><a href="../../../../../org/apache/cayenne/exp/Expression.html#andExp-org.apache.cayenne.exp.Expression-">andExp</a>, <a href="../../../../../org/apache/cayenne/exp/Expression.html#andExp-org.apache.cayenne.exp.Expression-org.apache.cayenne.exp.Expression...-">andExp</a>, <a href="../../../../../org/apache/cayenne/exp/Expression.html#deepCopy--">deepCopy</a>, <a href="../../../../../org/apache/cayenne/exp/Expression.html#encodeAsXML-org.apache.cayenne.util.XMLEncoder-">encodeAsXML</a>, <a href="../../../../../org/apache/cayenne/exp/Expression.html#expWithParameters-java.util.Map-">expWithParameters</a>, <a href="../../../../../org/apache/cayenne/exp/Expression.html#expWithParameters-java.util.Map-boolean-">expWithParameters</a>, <a href="../../../../../org/apache/cayenne/exp/Expression.html#filter-java.util.Collection-java.util.Collection-">filter</a>, <a href="../../../../../org/apache/cayenne/exp/Expression.html#filterObjects-java.util.Collection-">filterObjects</a>, <a href="../../../../../org/apache/cayenne/exp/Expression.html#first-java.util.List-">first</a>, <a href="../../../../../org/apache/cayenne/exp/Expression.html#fromString-java.lang.String-">fromString</a>, <a href="../../../../../org/apache/cayenne/exp/Expression.html#joinExp-int-org.apache.cayenne.exp.Expression-">joinExp</a>, <a href="../../../../../org/apache/cayenne/exp/Expression.html#joinExp-int-org.apache.cayenne.exp.Expression-org.apache.cayenne.exp.Expression...-">joinExp</a>, <a href="../../../../../org/apache/cayenne/exp/Expression.html#match-java.lang.Object-">match</a>, <a href="../../../../../org/apache/cayenne/exp/Expression.html#orExp-org.apache.cayenne.exp.Expression-">orExp</a>, <a href="../../../../../org/apache/cayenne/exp/Expression.html#orExp-org.apache.cayenne.exp.Expression-org.apache.cayenne.exp.Expression...-">orExp</a>, <a href="../../../../../org/apache/cayenne/exp/Expression.html#params-java.util.Map-">params</a>, <a href="../../../../../org/apache/cayenne/exp/Expression.html#params-java.util.Map-boolean-">params</a>, <a href="../../../../../org/apache/cayenne/exp/Expression.html#paramsArray-java.lang.Object...-">paramsArray</a>, <a href="../../../../../org/apache/cayenne/exp/Expression.html#setType-int-">setType</a>, <a href="../../../../../org/apache/cayenne/exp/Expression.html#shallowCopy--">shallowCopy</a>, <a href="../../../../../org/apache/cayenne/exp/Expression.html#toEJBQL-java.util.List-java.lang.String-">toEJBQL</a>, <a href="../../../../../org/apache/cayenne/exp/Expression.html#toEJBQL-java.lang.String-">toEJBQL</a>, <a href="../../../../../org/apache/cayenne/exp/Expression.html#toString--">toString</a>, <a href="../../../../../org/apache/cayenne/exp/Expression.html#transform-org.apache.commons.collections.Transformer-">transform</a>, <a href="../../../../../org/apache/cayenne/exp/Expression.html#transformExpression-org.apache.commons.collections.Transformer-">transformExpression</a>, <a href="../../../../../org/apache/cayenne/exp/Expression.html#traverse-org.apache.cayenne.exp.Expression-org.apache.cayenne.exp.TraversalHandler-">traverse</a>, <a href="../../../../../org/apache/cayenne/exp/Expression.html#traverse-org.apache.cayenne.exp.TraversalHandler-">traverse</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/7/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/7/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/7/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/7/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/7/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/7/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/7/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/7/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/7/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">
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="ASTFunctionCall-int-java.lang.String-java.lang.Object...-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>ASTFunctionCall</h4>
<pre>public&nbsp;ASTFunctionCall(int&nbsp;id,
<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;functionName,
<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>...&nbsp;nodes)</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="getType--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getType</h4>
<pre>public&nbsp;int&nbsp;getType()</pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/cayenne/exp/Expression.html#getType--">Expression</a></code></span></div>
<div class="block">Returns a type of expression. Most common types are defined as public
static fields of this interface.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code><a href="../../../../../org/apache/cayenne/exp/Expression.html#getType--">getType</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/cayenne/exp/Expression.html" title="class in org.apache.cayenne.exp">Expression</a></code></dd>
</dl>
</li>
</ul>
<a name="needParenthesis--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>needParenthesis</h4>
<pre>public&nbsp;boolean&nbsp;needParenthesis()</pre>
</li>
</ul>
<a name="getFunctionName--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getFunctionName</h4>
<pre>public&nbsp;<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getFunctionName()</pre>
</li>
</ul>
<a name="getExpressionOperator-int-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getExpressionOperator</h4>
<pre>protected&nbsp;<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getExpressionOperator(int&nbsp;index)</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../org/apache/cayenne/exp/parser/SimpleNode.html#getExpressionOperator-int-">getExpressionOperator</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/cayenne/exp/parser/SimpleNode.html" title="class in org.apache.cayenne.exp.parser">SimpleNode</a></code></dd>
</dl>
</li>
</ul>
<a name="equals-java.lang.Object-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>equals</h4>
<pre>public&nbsp;boolean&nbsp;equals(<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;o)</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code><a href="../../../../../org/apache/cayenne/exp/Expression.html#equals-java.lang.Object-">equals</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/cayenne/exp/Expression.html" title="class in org.apache.cayenne.exp">Expression</a></code></dd>
</dl>
</li>
</ul>
<a name="hashCode--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>hashCode</h4>
<pre>public&nbsp;int&nbsp;hashCode()</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code><a href="../../../../../org/apache/cayenne/exp/Expression.html#hashCode--">hashCode</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/cayenne/exp/Expression.html" title="class in org.apache.cayenne.exp">Expression</a></code></dd>
</dl>
</li>
</ul>
<a name="appendFunctionNameAsString-java.lang.Appendable-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>appendFunctionNameAsString</h4>
<pre>protected&nbsp;void&nbsp;appendFunctionNameAsString(<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Appendable.html?is-external=true" title="class or interface in java.lang">Appendable</a>&nbsp;out)
throws <a href="https://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
<dl>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="https://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd>
</dl>
</li>
</ul>
<a name="appendAsString-java.lang.Appendable-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>appendAsString</h4>
<pre>public&nbsp;void&nbsp;appendAsString(<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Appendable.html?is-external=true" title="class or interface in java.lang">Appendable</a>&nbsp;out)
throws <a href="https://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/cayenne/exp/Expression.html#appendAsString-java.lang.Appendable-">Expression</a></code></span></div>
<div class="block">Appends own content as a String to the provided Appendable.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code><a href="../../../../../org/apache/cayenne/exp/parser/SimpleNode.html#appendAsString-java.lang.Appendable-">appendAsString</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/cayenne/exp/parser/SimpleNode.html" title="class in org.apache.cayenne.exp.parser">SimpleNode</a></code></dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="https://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd>
</dl>
</li>
</ul>
<a name="appendAsEJBQL-java.util.List-java.lang.Appendable-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>appendAsEJBQL</h4>
<pre>public&nbsp;void&nbsp;appendAsEJBQL(<a href="https://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&gt;&nbsp;parameterAccumulator,
<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Appendable.html?is-external=true" title="class or interface in java.lang">Appendable</a>&nbsp;out,
<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;rootId)
throws <a href="https://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../org/apache/cayenne/exp/Expression.html#appendAsEJBQL-java.util.List-java.lang.Appendable-java.lang.String-">Expression</a></code></span></div>
<div class="block">Stores a String representation of Expression as EJBQL using a provided
PrintWriter. DB path expressions produce non-standard EJBQL path
expressions. If the parameterAccumulator is supplied then as the EJBQL is
output, it may load parameters into this list. In this case, the EJBQL
output will contain reference to positional parameters. If no
parameterAccumulator is supplied and a scalar type is encountered for
which there is no EJBQL literal representation (such as dates) then this
method will throw a runtime exception to indicate that it was not
possible to generate a string-only representation of the Expression in
EJBQL.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code><a href="../../../../../org/apache/cayenne/exp/parser/SimpleNode.html#appendAsEJBQL-java.util.List-java.lang.Appendable-java.lang.String-">appendAsEJBQL</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/apache/cayenne/exp/parser/SimpleNode.html" title="class in org.apache.cayenne.exp.parser">SimpleNode</a></code></dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="https://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd>
</dl>
</li>
</ul>
<a name="nameToCamelCase-java.lang.String-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>nameToCamelCase</h4>
<pre>protected static&nbsp;<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;nameToCamelCase(<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;functionName)</pre>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>functionName</code> - in UPPER_UNDERSCORE convention</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>functionName in camelCase convention</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="class-use/ASTFunctionCall.html">Use</a></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>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../org/apache/cayenne/exp/parser/ASTFullObject.html" title="class in org.apache.cayenne.exp.parser"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../../org/apache/cayenne/exp/parser/ASTGreater.html" title="class in org.apache.cayenne.exp.parser"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/cayenne/exp/parser/ASTFunctionCall.html" target="_top">Frames</a></li>
<li><a href="ASTFunctionCall.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="#fields.inherited.from.class.org.apache.cayenne.exp.parser.SimpleNode">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>Field&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; 2001&#x2013;2019 <a href="http://cayenne.apache.org/">Apache Cayenne</a>. All rights reserved.</small></p>
</body>
</html>