blob: 4bfa5e2708e81f1d8248ff58a272e882aced4070 [file] [log] [blame]
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>ResultSetEnumerable (Apache Calcite API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
<script type="text/javascript" src="../../../../jquery/jszip/dist/jszip.min.js"></script>
<script type="text/javascript" src="../../../../jquery/jszip-utils/dist/jszip-utils.min.js"></script>
<!--[if IE]>
<script type="text/javascript" src="../../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script>
<![endif]-->
<script type="text/javascript" src="../../../../jquery/jquery-3.3.1.js"></script>
<script type="text/javascript" src="../../../../jquery/jquery-migrate-3.0.1.js"></script>
<script type="text/javascript" src="../../../../jquery/jquery-ui.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="ResultSetEnumerable (Apache Calcite API)";
}
}
catch(err) {
}
//-->
var data = {"i0":10,"i1":9,"i2":10,"i3":10,"i4":10,"i5":9,"i6":9,"i7":9,"i8":9,"i9":9,"i10":9,"i11":10,"i12":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";
var pathtoroot = "../../../../";
var useModuleDirectories = true;
loadScripts(document, 'script');</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<header role="banner">
<nav role="navigation">
<div class="fixedNav">
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a id="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a id="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../index.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/ResultSetEnumerable.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" id="allclasses_navbar_top">
<li><a href="../../../../allclasses.html">All&nbsp;Classes</a></li>
</ul>
<ul class="navListSearch">
<li><label for="search">SEARCH:</label>
<input type="text" id="search" value="search" disabled="disabled">
<input type="reset" id="reset" value="reset" disabled="disabled">
</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>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li><a href="#nested.class.summary">Nested</a>&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 id="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
</div>
<div class="navPadding">&nbsp;</div>
<script type="text/javascript"><!--
$('.navPadding').css('padding-top', $('.fixedNav').css("height"));
//-->
</script>
</nav>
</header>
<!-- ======== START OF CLASS DATA ======== -->
<main role="main">
<div class="header">
<div class="subTitle"><span class="packageLabelInType">Package</span>&nbsp;<a href="package-summary.html">org.apache.calcite.runtime</a></div>
<h2 title="Class ResultSetEnumerable" class="title">Class ResultSetEnumerable&lt;T&gt;</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li><a href="../linq4j/DefaultEnumerable.html" title="class in org.apache.calcite.linq4j">org.apache.calcite.linq4j.DefaultEnumerable</a>&lt;T&gt;</li>
<li>
<ul class="inheritance">
<li><a href="../linq4j/AbstractEnumerable.html" title="class in org.apache.calcite.linq4j">org.apache.calcite.linq4j.AbstractEnumerable</a>&lt;T&gt;</li>
<li>
<ul class="inheritance">
<li>org.apache.calcite.runtime.ResultSetEnumerable&lt;T&gt;</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt><span class="paramLabel">Type Parameters:</span></dt>
<dd><code>T</code> - Element type</dd>
</dl>
<dl>
<dt>All Implemented Interfaces:</dt>
<dd><code>java.lang.Iterable&lt;T&gt;</code>, <code><a href="../linq4j/Enumerable.html" title="interface in org.apache.calcite.linq4j">Enumerable</a>&lt;T&gt;</code>, <code><a href="../linq4j/ExtendedEnumerable.html" title="interface in org.apache.calcite.linq4j">ExtendedEnumerable</a>&lt;T&gt;</code>, <code><a href="../linq4j/ExtendedOrderedEnumerable.html" title="interface in org.apache.calcite.linq4j">ExtendedOrderedEnumerable</a>&lt;T&gt;</code>, <code><a href="../linq4j/OrderedEnumerable.html" title="interface in org.apache.calcite.linq4j">OrderedEnumerable</a>&lt;T&gt;</code>, <code><a href="../linq4j/RawEnumerable.html" title="interface in org.apache.calcite.linq4j">RawEnumerable</a>&lt;T&gt;</code></dd>
</dl>
<hr>
<pre>public class <span class="typeNameLabel">ResultSetEnumerable&lt;T&gt;</span>
extends <a href="../linq4j/AbstractEnumerable.html" title="class in org.apache.calcite.linq4j">AbstractEnumerable</a>&lt;T&gt;</pre>
<div class="block">Executes a SQL statement and returns the result as an <a href="../linq4j/Enumerable.html" title="interface in org.apache.calcite.linq4j"><code>Enumerable</code></a>.</div>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ======== NESTED CLASS SUMMARY ======== -->
<section role="region">
<ul class="blockList">
<li class="blockList"><a id="nested.class.summary">
<!-- -->
</a>
<h3>Nested Class Summary</h3>
<table class="memberSummary">
<caption><span>Nested Classes</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static interface&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="ResultSetEnumerable.PreparedStatementEnricher.html" title="interface in org.apache.calcite.runtime">ResultSetEnumerable.PreparedStatementEnricher</a></span></code></th>
<td class="colLast">
<div class="block">Consumer for decorating a <code>PreparedStatement</code>, that is, setting
its parameters.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>private static class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="ResultSetEnumerable.ResultSetEnumerator.html" title="class in org.apache.calcite.runtime">ResultSetEnumerable.ResultSetEnumerator</a>&lt;<a href="ResultSetEnumerable.ResultSetEnumerator.html" title="type parameter in ResultSetEnumerable.ResultSetEnumerator">T</a>&gt;</span></code></th>
<td class="colLast">
<div class="block">Implementation of <a href="../linq4j/Enumerator.html" title="interface in org.apache.calcite.linq4j"><code>Enumerator</code></a> that reads from a
<code>ResultSet</code>.</div>
</td>
</tr>
</table>
</li>
</ul>
</section>
<!-- =========== FIELD SUMMARY =========== -->
<section role="region">
<ul class="blockList">
<li class="blockList"><a id="field.summary">
<!-- -->
</a>
<h3>Field Summary</h3>
<table class="memberSummary">
<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Field</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>private static <a href="../linq4j/function/Function1.html" title="interface in org.apache.calcite.linq4j.function">Function1</a>&lt;java.sql.ResultSet,&#8203;<a href="../linq4j/function/Function0.html" title="interface in org.apache.calcite.linq4j.function">Function0</a>&lt;java.lang.Object&gt;&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#AUTO_ROW_BUILDER_FACTORY">AUTO_ROW_BUILDER_FACTORY</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>private javax.sql.DataSource</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#dataSource">dataSource</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>private static org.slf4j.Logger</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#LOGGER">LOGGER</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>private <a href="ResultSetEnumerable.PreparedStatementEnricher.html" title="interface in org.apache.calcite.runtime">ResultSetEnumerable.PreparedStatementEnricher</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#preparedStatementEnricher">preparedStatementEnricher</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>private java.lang.Long</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#queryStart">queryStart</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>private <a href="../linq4j/function/Function1.html" title="interface in org.apache.calcite.linq4j.function">Function1</a>&lt;java.sql.ResultSet,&#8203;<a href="../linq4j/function/Function0.html" title="interface in org.apache.calcite.linq4j.function">Function0</a>&lt;<a href="ResultSetEnumerable.html" title="type parameter in ResultSetEnumerable">T</a>&gt;&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#rowBuilderFactory">rowBuilderFactory</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>private java.lang.String</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#sql">sql</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>private long</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#timeout">timeout</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>private boolean</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#timeoutSetFailed">timeoutSetFailed</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
</table>
</li>
</ul>
</section>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<section role="region">
<ul class="blockList">
<li class="blockList"><a id="constructor.summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="memberSummary">
<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier</th>
<th class="colSecond" scope="col">Constructor</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>private </code></td>
<th class="colConstructorName" scope="row"><code><span class="memberNameLink"><a href="#%3Cinit%3E(javax.sql.DataSource,java.lang.String,org.apache.calcite.linq4j.function.Function1)">ResultSetEnumerable</a></span>&#8203;(javax.sql.DataSource&nbsp;dataSource,
java.lang.String&nbsp;sql,
<a href="../linq4j/function/Function1.html" title="interface in org.apache.calcite.linq4j.function">Function1</a>&lt;java.sql.ResultSet,&#8203;<a href="../linq4j/function/Function0.html" title="interface in org.apache.calcite.linq4j.function">Function0</a>&lt;<a href="ResultSetEnumerable.html" title="type parameter in ResultSetEnumerable">T</a>&gt;&gt;&nbsp;rowBuilderFactory)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>private </code></td>
<th class="colConstructorName" scope="row"><code><span class="memberNameLink"><a href="#%3Cinit%3E(javax.sql.DataSource,java.lang.String,org.apache.calcite.linq4j.function.Function1,org.apache.calcite.runtime.ResultSetEnumerable.PreparedStatementEnricher)">ResultSetEnumerable</a></span>&#8203;(javax.sql.DataSource&nbsp;dataSource,
java.lang.String&nbsp;sql,
<a href="../linq4j/function/Function1.html" title="interface in org.apache.calcite.linq4j.function">Function1</a>&lt;java.sql.ResultSet,&#8203;<a href="../linq4j/function/Function0.html" title="interface in org.apache.calcite.linq4j.function">Function0</a>&lt;<a href="ResultSetEnumerable.html" title="type parameter in ResultSetEnumerable">T</a>&gt;&gt;&nbsp;rowBuilderFactory,
<a href="ResultSetEnumerable.PreparedStatementEnricher.html" title="interface in org.apache.calcite.runtime">ResultSetEnumerable.PreparedStatementEnricher</a>&nbsp;preparedStatementEnricher)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</table>
</li>
</ul>
</section>
<!-- ========== METHOD SUMMARY =========== -->
<section role="region">
<ul class="blockList">
<li class="blockList"><a id="method.summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="memberSummary">
<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="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code>private void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#closeIfPossible(java.sql.Connection,java.sql.Statement)">closeIfPossible</a></span>&#8203;(java.sql.Connection&nbsp;connection,
java.sql.Statement&nbsp;statement)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>static <a href="ResultSetEnumerable.PreparedStatementEnricher.html" title="interface in org.apache.calcite.runtime">ResultSetEnumerable.PreparedStatementEnricher</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#createEnricher(java.lang.Integer%5B%5D,org.apache.calcite.DataContext)">createEnricher</a></span>&#8203;(java.lang.Integer[]&nbsp;indexes,
<a href="../DataContext.html" title="interface in org.apache.calcite">DataContext</a>&nbsp;context)</code></th>
<td class="colLast">
<div class="block">Called from generated code that proposes to create a
<code>ResultSetEnumerable</code> over a prepared statement.</div>
</td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code><a href="../linq4j/Enumerator.html" title="interface in org.apache.calcite.linq4j">Enumerator</a>&lt;<a href="ResultSetEnumerable.html" title="type parameter in ResultSetEnumerable">T</a>&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#enumerator()">enumerator</a></span>()</code></th>
<td class="colLast">
<div class="block">Returns an enumerator that iterates through a collection.</div>
</td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code>private <a href="../linq4j/Enumerator.html" title="interface in org.apache.calcite.linq4j">Enumerator</a>&lt;<a href="ResultSetEnumerable.html" title="type parameter in ResultSetEnumerable">T</a>&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#enumeratorBasedOnPreparedStatement()">enumeratorBasedOnPreparedStatement</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i4" class="altColor">
<td class="colFirst"><code>private <a href="../linq4j/Enumerator.html" title="interface in org.apache.calcite.linq4j">Enumerator</a>&lt;<a href="ResultSetEnumerable.html" title="type parameter in ResultSetEnumerable">T</a>&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#enumeratorBasedOnStatement()">enumeratorBasedOnStatement</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i5" class="rowColor">
<td class="colFirst"><code>static <a href="ResultSetEnumerable.html" title="class in org.apache.calcite.runtime">ResultSetEnumerable</a>&lt;java.lang.Object&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#of(javax.sql.DataSource,java.lang.String)">of</a></span>&#8203;(javax.sql.DataSource&nbsp;dataSource,
java.lang.String&nbsp;sql)</code></th>
<td class="colLast">
<div class="block">Creates an ResultSetEnumerable.</div>
</td>
</tr>
<tr id="i6" class="altColor">
<td class="colFirst"><code>static &lt;T&gt;&nbsp;<a href="ResultSetEnumerable.html" title="class in org.apache.calcite.runtime">ResultSetEnumerable</a>&lt;T&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#of(javax.sql.DataSource,java.lang.String,org.apache.calcite.linq4j.function.Function1)">of</a></span>&#8203;(javax.sql.DataSource&nbsp;dataSource,
java.lang.String&nbsp;sql,
<a href="../linq4j/function/Function1.html" title="interface in org.apache.calcite.linq4j.function">Function1</a>&lt;java.sql.ResultSet,&#8203;<a href="../linq4j/function/Function0.html" title="interface in org.apache.calcite.linq4j.function">Function0</a>&lt;T&gt;&gt;&nbsp;rowBuilderFactory)</code></th>
<td class="colLast">
<div class="block">Executes a SQL query and returns the results as an enumerator, using a
row builder to convert JDBC column values into rows.</div>
</td>
</tr>
<tr id="i7" class="rowColor">
<td class="colFirst"><code>static &lt;T&gt;&nbsp;<a href="ResultSetEnumerable.html" title="class in org.apache.calcite.runtime">ResultSetEnumerable</a>&lt;T&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#of(javax.sql.DataSource,java.lang.String,org.apache.calcite.linq4j.function.Function1,org.apache.calcite.runtime.ResultSetEnumerable.PreparedStatementEnricher)">of</a></span>&#8203;(javax.sql.DataSource&nbsp;dataSource,
java.lang.String&nbsp;sql,
<a href="../linq4j/function/Function1.html" title="interface in org.apache.calcite.linq4j.function">Function1</a>&lt;java.sql.ResultSet,&#8203;<a href="../linq4j/function/Function0.html" title="interface in org.apache.calcite.linq4j.function">Function0</a>&lt;T&gt;&gt;&nbsp;rowBuilderFactory,
<a href="ResultSetEnumerable.PreparedStatementEnricher.html" title="interface in org.apache.calcite.runtime">ResultSetEnumerable.PreparedStatementEnricher</a>&nbsp;consumer)</code></th>
<td class="colLast">
<div class="block">Executes a SQL query and returns the results as an enumerator, using a
row builder to convert JDBC column values into rows.</div>
</td>
</tr>
<tr id="i8" class="altColor">
<td class="colFirst"><code>static <a href="ResultSetEnumerable.html" title="class in org.apache.calcite.runtime">ResultSetEnumerable</a>&lt;java.lang.Object&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#of(javax.sql.DataSource,java.lang.String,org.apache.calcite.linq4j.tree.Primitive%5B%5D)">of</a></span>&#8203;(javax.sql.DataSource&nbsp;dataSource,
java.lang.String&nbsp;sql,
<a href="../linq4j/tree/Primitive.html" title="enum in org.apache.calcite.linq4j.tree">Primitive</a>[]&nbsp;primitives)</code></th>
<td class="colLast">
<div class="block">Creates an ResultSetEnumerable that retrieves columns as specific
Java types.</div>
</td>
</tr>
<tr id="i9" class="rowColor">
<td class="colFirst"><code>private static <a href="../linq4j/function/Function1.html" title="interface in org.apache.calcite.linq4j.function">Function1</a>&lt;java.sql.ResultSet,&#8203;<a href="../linq4j/function/Function0.html" title="interface in org.apache.calcite.linq4j.function">Function0</a>&lt;java.lang.Object&gt;&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#primitiveRowBuilderFactory(org.apache.calcite.linq4j.tree.Primitive%5B%5D)">primitiveRowBuilderFactory</a></span>&#8203;(<a href="../linq4j/tree/Primitive.html" title="enum in org.apache.calcite.linq4j.tree">Primitive</a>[]&nbsp;primitives)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i10" class="altColor">
<td class="colFirst"><code>private static void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#setDynamicParam(java.sql.PreparedStatement,int,java.lang.Object)">setDynamicParam</a></span>&#8203;(java.sql.PreparedStatement&nbsp;preparedStatement,
int&nbsp;i,
java.lang.Object&nbsp;value)</code></th>
<td class="colLast">
<div class="block">Assigns a value to a dynamic parameter in a prepared statement, calling
the appropriate <code>setXxx</code> method based on the type of the value.</div>
</td>
</tr>
<tr id="i11" class="rowColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#setTimeout(org.apache.calcite.DataContext)">setTimeout</a></span>&#8203;(<a href="../DataContext.html" title="interface in org.apache.calcite">DataContext</a>&nbsp;context)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i12" class="altColor">
<td class="colFirst"><code>private void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#setTimeoutIfPossible(java.sql.Statement)">setTimeoutIfPossible</a></span>&#8203;(java.sql.Statement&nbsp;statement)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a id="methods.inherited.from.class.org.apache.calcite.linq4j.AbstractEnumerable">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;org.apache.calcite.linq4j.<a href="../linq4j/AbstractEnumerable.html" title="class in org.apache.calcite.linq4j">AbstractEnumerable</a></h3>
<code><a href="../linq4j/AbstractEnumerable.html#iterator()">iterator</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a id="methods.inherited.from.class.org.apache.calcite.linq4j.DefaultEnumerable">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;org.apache.calcite.linq4j.<a href="../linq4j/DefaultEnumerable.html" title="class in org.apache.calcite.linq4j">DefaultEnumerable</a></h3>
<code><a href="../linq4j/DefaultEnumerable.html#aggregate(org.apache.calcite.linq4j.function.Function2)">aggregate</a>, <a href="../linq4j/DefaultEnumerable.html#aggregate(TAccumulate,org.apache.calcite.linq4j.function.Function2)">aggregate</a>, <a href="../linq4j/DefaultEnumerable.html#aggregate(TAccumulate,org.apache.calcite.linq4j.function.Function2,org.apache.calcite.linq4j.function.Function1)">aggregate</a>, <a href="../linq4j/DefaultEnumerable.html#all(org.apache.calcite.linq4j.function.Predicate1)">all</a>, <a href="../linq4j/DefaultEnumerable.html#any()">any</a>, <a href="../linq4j/DefaultEnumerable.html#any(org.apache.calcite.linq4j.function.Predicate1)">any</a>, <a href="../linq4j/DefaultEnumerable.html#asEnumerable()">asEnumerable</a>, <a href="../linq4j/DefaultEnumerable.html#asOrderedQueryable()">asOrderedQueryable</a>, <a href="../linq4j/DefaultEnumerable.html#asQueryable()">asQueryable</a>, <a href="../linq4j/DefaultEnumerable.html#average(org.apache.calcite.linq4j.function.BigDecimalFunction1)">average</a>, <a href="../linq4j/DefaultEnumerable.html#average(org.apache.calcite.linq4j.function.DoubleFunction1)">average</a>, <a href="../linq4j/DefaultEnumerable.html#average(org.apache.calcite.linq4j.function.FloatFunction1)">average</a>, <a href="../linq4j/DefaultEnumerable.html#average(org.apache.calcite.linq4j.function.IntegerFunction1)">average</a>, <a href="../linq4j/DefaultEnumerable.html#average(org.apache.calcite.linq4j.function.LongFunction1)">average</a>, <a href="../linq4j/DefaultEnumerable.html#average(org.apache.calcite.linq4j.function.NullableBigDecimalFunction1)">average</a>, <a href="../linq4j/DefaultEnumerable.html#average(org.apache.calcite.linq4j.function.NullableDoubleFunction1)">average</a>, <a href="../linq4j/DefaultEnumerable.html#average(org.apache.calcite.linq4j.function.NullableFloatFunction1)">average</a>, <a href="../linq4j/DefaultEnumerable.html#average(org.apache.calcite.linq4j.function.NullableIntegerFunction1)">average</a>, <a href="../linq4j/DefaultEnumerable.html#average(org.apache.calcite.linq4j.function.NullableLongFunction1)">average</a>, <a href="../linq4j/DefaultEnumerable.html#cast(java.lang.Class)">cast</a>, <a href="../linq4j/DefaultEnumerable.html#concat(org.apache.calcite.linq4j.Enumerable)">concat</a>, <a href="../linq4j/DefaultEnumerable.html#contains(T)">contains</a>, <a href="../linq4j/DefaultEnumerable.html#contains(T,org.apache.calcite.linq4j.function.EqualityComparer)">contains</a>, <a href="../linq4j/DefaultEnumerable.html#correlateJoin(org.apache.calcite.linq4j.CorrelateJoinType,org.apache.calcite.linq4j.function.Function1,org.apache.calcite.linq4j.function.Function2)">correlateJoin</a>, <a href="../linq4j/DefaultEnumerable.html#correlateJoin(org.apache.calcite.linq4j.JoinType,org.apache.calcite.linq4j.function.Function1,org.apache.calcite.linq4j.function.Function2)">correlateJoin</a>, <a href="../linq4j/DefaultEnumerable.html#count()">count</a>, <a href="../linq4j/DefaultEnumerable.html#count(org.apache.calcite.linq4j.function.Predicate1)">count</a>, <a href="../linq4j/DefaultEnumerable.html#createOrderedEnumerable(org.apache.calcite.linq4j.function.Function1,java.util.Comparator,boolean)">createOrderedEnumerable</a>, <a href="../linq4j/DefaultEnumerable.html#defaultIfEmpty()">defaultIfEmpty</a>, <a href="../linq4j/DefaultEnumerable.html#defaultIfEmpty(T)">defaultIfEmpty</a>, <a href="../linq4j/DefaultEnumerable.html#distinct()">distinct</a>, <a href="../linq4j/DefaultEnumerable.html#distinct(org.apache.calcite.linq4j.function.EqualityComparer)">distinct</a>, <a href="../linq4j/DefaultEnumerable.html#elementAt(int)">elementAt</a>, <a href="../linq4j/DefaultEnumerable.html#elementAtOrDefault(int)">elementAtOrDefault</a>, <a href="../linq4j/DefaultEnumerable.html#except(org.apache.calcite.linq4j.Enumerable)">except</a>, <a href="../linq4j/DefaultEnumerable.html#except(org.apache.calcite.linq4j.Enumerable,org.apache.calcite.linq4j.function.EqualityComparer)">except</a>, <a href="../linq4j/DefaultEnumerable.html#first()">first</a>, <a href="../linq4j/DefaultEnumerable.html#first(org.apache.calcite.linq4j.function.Predicate1)">first</a>, <a href="../linq4j/DefaultEnumerable.html#firstOrDefault()">firstOrDefault</a>, <a href="../linq4j/DefaultEnumerable.html#firstOrDefault(org.apache.calcite.linq4j.function.Predicate1)">firstOrDefault</a>, <a href="../linq4j/DefaultEnumerable.html#foreach(org.apache.calcite.linq4j.function.Function1)">foreach</a>, <a href="../linq4j/DefaultEnumerable.html#getThis()">getThis</a>, <a href="../linq4j/DefaultEnumerable.html#getThisOrdered()">getThisOrdered</a>, <a href="../linq4j/DefaultEnumerable.html#groupBy(org.apache.calcite.linq4j.function.Function1)">groupBy</a>, <a href="../linq4j/DefaultEnumerable.html#groupBy(org.apache.calcite.linq4j.function.Function1,org.apache.calcite.linq4j.function.EqualityComparer)">groupBy</a>, <a href="../linq4j/DefaultEnumerable.html#groupBy(org.apache.calcite.linq4j.function.Function1,org.apache.calcite.linq4j.function.Function0,org.apache.calcite.linq4j.function.Function2,org.apache.calcite.linq4j.function.Function2)">groupBy</a>, <a href="../linq4j/DefaultEnumerable.html#groupBy(org.apache.calcite.linq4j.function.Function1,org.apache.calcite.linq4j.function.Function0,org.apache.calcite.linq4j.function.Function2,org.apache.calcite.linq4j.function.Function2,org.apache.calcite.linq4j.function.EqualityComparer)">groupBy</a>, <a href="../linq4j/DefaultEnumerable.html#groupBy(org.apache.calcite.linq4j.function.Function1,org.apache.calcite.linq4j.function.Function1)">groupBy</a>, <a href="../linq4j/DefaultEnumerable.html#groupBy(org.apache.calcite.linq4j.function.Function1,org.apache.calcite.linq4j.function.Function1,org.apache.calcite.linq4j.function.EqualityComparer)">groupBy</a>, <a href="../linq4j/DefaultEnumerable.html#groupBy(org.apache.calcite.linq4j.function.Function1,org.apache.calcite.linq4j.function.Function1,org.apache.calcite.linq4j.function.Function2)">groupBy</a>, <a href="../linq4j/DefaultEnumerable.html#groupBy(org.apache.calcite.linq4j.function.Function1,org.apache.calcite.linq4j.function.Function1,org.apache.calcite.linq4j.function.Function2,org.apache.calcite.linq4j.function.EqualityComparer)">groupBy</a>, <a href="../linq4j/DefaultEnumerable.html#groupBy(org.apache.calcite.linq4j.function.Function1,org.apache.calcite.linq4j.function.Function2)">groupBy</a>, <a href="../linq4j/DefaultEnumerable.html#groupBy(org.apache.calcite.linq4j.function.Function1,org.apache.calcite.linq4j.function.Function2,org.apache.calcite.linq4j.function.EqualityComparer)">groupBy</a>, <a href="../linq4j/DefaultEnumerable.html#groupJoin(org.apache.calcite.linq4j.Enumerable,org.apache.calcite.linq4j.function.Function1,org.apache.calcite.linq4j.function.Function1,org.apache.calcite.linq4j.function.Function2)">groupJoin</a>, <a href="../linq4j/DefaultEnumerable.html#groupJoin(org.apache.calcite.linq4j.Enumerable,org.apache.calcite.linq4j.function.Function1,org.apache.calcite.linq4j.function.Function1,org.apache.calcite.linq4j.function.Function2,org.apache.calcite.linq4j.function.EqualityComparer)">groupJoin</a>, <a href="../linq4j/DefaultEnumerable.html#hashJoin(org.apache.calcite.linq4j.Enumerable,org.apache.calcite.linq4j.function.Function1,org.apache.calcite.linq4j.function.Function1,org.apache.calcite.linq4j.function.Function2)">hashJoin</a>, <a href="../linq4j/DefaultEnumerable.html#hashJoin(org.apache.calcite.linq4j.Enumerable,org.apache.calcite.linq4j.function.Function1,org.apache.calcite.linq4j.function.Function1,org.apache.calcite.linq4j.function.Function2,org.apache.calcite.linq4j.function.EqualityComparer)">hashJoin</a>, <a href="../linq4j/DefaultEnumerable.html#hashJoin(org.apache.calcite.linq4j.Enumerable,org.apache.calcite.linq4j.function.Function1,org.apache.calcite.linq4j.function.Function1,org.apache.calcite.linq4j.function.Function2,org.apache.calcite.linq4j.function.EqualityComparer,boolean,boolean)">hashJoin</a>, <a href="../linq4j/DefaultEnumerable.html#intersect(org.apache.calcite.linq4j.Enumerable)">intersect</a>, <a href="../linq4j/DefaultEnumerable.html#intersect(org.apache.calcite.linq4j.Enumerable,org.apache.calcite.linq4j.function.EqualityComparer)">intersect</a>, <a href="../linq4j/DefaultEnumerable.html#into(C)">into</a>, <a href="../linq4j/DefaultEnumerable.html#last()">last</a>, <a href="../linq4j/DefaultEnumerable.html#last(org.apache.calcite.linq4j.function.Predicate1)">last</a>, <a href="../linq4j/DefaultEnumerable.html#lastOrDefault()">lastOrDefault</a>, <a href="../linq4j/DefaultEnumerable.html#lastOrDefault(org.apache.calcite.linq4j.function.Predicate1)">lastOrDefault</a>, <a href="../linq4j/DefaultEnumerable.html#longCount()">longCount</a>, <a href="../linq4j/DefaultEnumerable.html#longCount(org.apache.calcite.linq4j.function.Predicate1)">longCount</a>, <a href="../linq4j/DefaultEnumerable.html#max()">max</a>, <a href="../linq4j/DefaultEnumerable.html#max(org.apache.calcite.linq4j.function.BigDecimalFunction1)">max</a>, <a href="../linq4j/DefaultEnumerable.html#max(org.apache.calcite.linq4j.function.DoubleFunction1)">max</a>, <a href="../linq4j/DefaultEnumerable.html#max(org.apache.calcite.linq4j.function.FloatFunction1)">max</a>, <a href="../linq4j/DefaultEnumerable.html#max(org.apache.calcite.linq4j.function.Function1)">max</a>, <a href="../linq4j/DefaultEnumerable.html#max(org.apache.calcite.linq4j.function.IntegerFunction1)">max</a>, <a href="../linq4j/DefaultEnumerable.html#max(org.apache.calcite.linq4j.function.LongFunction1)">max</a>, <a href="../linq4j/DefaultEnumerable.html#max(org.apache.calcite.linq4j.function.NullableBigDecimalFunction1)">max</a>, <a href="../linq4j/DefaultEnumerable.html#max(org.apache.calcite.linq4j.function.NullableDoubleFunction1)">max</a>, <a href="../linq4j/DefaultEnumerable.html#max(org.apache.calcite.linq4j.function.NullableFloatFunction1)">max</a>, <a href="../linq4j/DefaultEnumerable.html#max(org.apache.calcite.linq4j.function.NullableIntegerFunction1)">max</a>, <a href="../linq4j/DefaultEnumerable.html#max(org.apache.calcite.linq4j.function.NullableLongFunction1)">max</a>, <a href="../linq4j/DefaultEnumerable.html#min()">min</a>, <a href="../linq4j/DefaultEnumerable.html#min(org.apache.calcite.linq4j.function.BigDecimalFunction1)">min</a>, <a href="../linq4j/DefaultEnumerable.html#min(org.apache.calcite.linq4j.function.DoubleFunction1)">min</a>, <a href="../linq4j/DefaultEnumerable.html#min(org.apache.calcite.linq4j.function.FloatFunction1)">min</a>, <a href="../linq4j/DefaultEnumerable.html#min(org.apache.calcite.linq4j.function.Function1)">min</a>, <a href="../linq4j/DefaultEnumerable.html#min(org.apache.calcite.linq4j.function.IntegerFunction1)">min</a>, <a href="../linq4j/DefaultEnumerable.html#min(org.apache.calcite.linq4j.function.LongFunction1)">min</a>, <a href="../linq4j/DefaultEnumerable.html#min(org.apache.calcite.linq4j.function.NullableBigDecimalFunction1)">min</a>, <a href="../linq4j/DefaultEnumerable.html#min(org.apache.calcite.linq4j.function.NullableDoubleFunction1)">min</a>, <a href="../linq4j/DefaultEnumerable.html#min(org.apache.calcite.linq4j.function.NullableFloatFunction1)">min</a>, <a href="../linq4j/DefaultEnumerable.html#min(org.apache.calcite.linq4j.function.NullableIntegerFunction1)">min</a>, <a href="../linq4j/DefaultEnumerable.html#min(org.apache.calcite.linq4j.function.NullableLongFunction1)">min</a>, <a href="../linq4j/DefaultEnumerable.html#ofType(java.lang.Class)">ofType</a>, <a href="../linq4j/DefaultEnumerable.html#orderBy(org.apache.calcite.linq4j.function.Function1)">orderBy</a>, <a href="../linq4j/DefaultEnumerable.html#orderBy(org.apache.calcite.linq4j.function.Function1,java.util.Comparator)">orderBy</a>, <a href="../linq4j/DefaultEnumerable.html#orderByDescending(org.apache.calcite.linq4j.function.Function1)">orderByDescending</a>, <a href="../linq4j/DefaultEnumerable.html#orderByDescending(org.apache.calcite.linq4j.function.Function1,java.util.Comparator)">orderByDescending</a>, <a href="../linq4j/DefaultEnumerable.html#removeAll(C)">removeAll</a>, <a href="../linq4j/DefaultEnumerable.html#reverse()">reverse</a>, <a href="../linq4j/DefaultEnumerable.html#select(org.apache.calcite.linq4j.function.Function1)">select</a>, <a href="../linq4j/DefaultEnumerable.html#select(org.apache.calcite.linq4j.function.Function2)">select</a>, <a href="../linq4j/DefaultEnumerable.html#selectMany(org.apache.calcite.linq4j.function.Function1,org.apache.calcite.linq4j.function.Function2)">selectMany</a>, <a href="../linq4j/DefaultEnumerable.html#selectMany(org.apache.calcite.linq4j.function.Function1)">selectMany</a>, <a href="../linq4j/DefaultEnumerable.html#selectMany(org.apache.calcite.linq4j.function.Function2,org.apache.calcite.linq4j.function.Function2)">selectMany</a>, <a href="../linq4j/DefaultEnumerable.html#selectMany(org.apache.calcite.linq4j.function.Function2)">selectMany</a>, <a href="../linq4j/DefaultEnumerable.html#sequenceEqual(org.apache.calcite.linq4j.Enumerable)">sequenceEqual</a>, <a href="../linq4j/DefaultEnumerable.html#sequenceEqual(org.apache.calcite.linq4j.Enumerable,org.apache.calcite.linq4j.function.EqualityComparer)">sequenceEqual</a>, <a href="../linq4j/DefaultEnumerable.html#single()">single</a>, <a href="../linq4j/DefaultEnumerable.html#single(org.apache.calcite.linq4j.function.Predicate1)">single</a>, <a href="../linq4j/DefaultEnumerable.html#singleOrDefault()">singleOrDefault</a>, <a href="../linq4j/DefaultEnumerable.html#singleOrDefault(org.apache.calcite.linq4j.function.Predicate1)">singleOrDefault</a>, <a href="../linq4j/DefaultEnumerable.html#skip(int)">skip</a>, <a href="../linq4j/DefaultEnumerable.html#skipWhile(org.apache.calcite.linq4j.function.Predicate1)">skipWhile</a>, <a href="../linq4j/DefaultEnumerable.html#skipWhile(org.apache.calcite.linq4j.function.Predicate2)">skipWhile</a>, <a href="../linq4j/DefaultEnumerable.html#sum(org.apache.calcite.linq4j.function.BigDecimalFunction1)">sum</a>, <a href="../linq4j/DefaultEnumerable.html#sum(org.apache.calcite.linq4j.function.DoubleFunction1)">sum</a>, <a href="../linq4j/DefaultEnumerable.html#sum(org.apache.calcite.linq4j.function.FloatFunction1)">sum</a>, <a href="../linq4j/DefaultEnumerable.html#sum(org.apache.calcite.linq4j.function.IntegerFunction1)">sum</a>, <a href="../linq4j/DefaultEnumerable.html#sum(org.apache.calcite.linq4j.function.LongFunction1)">sum</a>, <a href="../linq4j/DefaultEnumerable.html#sum(org.apache.calcite.linq4j.function.NullableBigDecimalFunction1)">sum</a>, <a href="../linq4j/DefaultEnumerable.html#sum(org.apache.calcite.linq4j.function.NullableDoubleFunction1)">sum</a>, <a href="../linq4j/DefaultEnumerable.html#sum(org.apache.calcite.linq4j.function.NullableFloatFunction1)">sum</a>, <a href="../linq4j/DefaultEnumerable.html#sum(org.apache.calcite.linq4j.function.NullableIntegerFunction1)">sum</a>, <a href="../linq4j/DefaultEnumerable.html#sum(org.apache.calcite.linq4j.function.NullableLongFunction1)">sum</a>, <a href="../linq4j/DefaultEnumerable.html#take(int)">take</a>, <a href="../linq4j/DefaultEnumerable.html#takeWhile(org.apache.calcite.linq4j.function.Predicate1)">takeWhile</a>, <a href="../linq4j/DefaultEnumerable.html#takeWhile(org.apache.calcite.linq4j.function.Predicate2)">takeWhile</a>, <a href="../linq4j/DefaultEnumerable.html#thenBy(org.apache.calcite.linq4j.function.Function1)">thenBy</a>, <a href="../linq4j/DefaultEnumerable.html#thenBy(org.apache.calcite.linq4j.function.Function1,java.util.Comparator)">thenBy</a>, <a href="../linq4j/DefaultEnumerable.html#thenByDescending(org.apache.calcite.linq4j.function.Function1)">thenByDescending</a>, <a href="../linq4j/DefaultEnumerable.html#thenByDescending(org.apache.calcite.linq4j.function.Function1,java.util.Comparator)">thenByDescending</a>, <a href="../linq4j/DefaultEnumerable.html#toList()">toList</a>, <a href="../linq4j/DefaultEnumerable.html#toLookup(org.apache.calcite.linq4j.function.Function1)">toLookup</a>, <a href="../linq4j/DefaultEnumerable.html#toLookup(org.apache.calcite.linq4j.function.Function1,org.apache.calcite.linq4j.function.EqualityComparer)">toLookup</a>, <a href="../linq4j/DefaultEnumerable.html#toLookup(org.apache.calcite.linq4j.function.Function1,org.apache.calcite.linq4j.function.Function1)">toLookup</a>, <a href="../linq4j/DefaultEnumerable.html#toLookup(org.apache.calcite.linq4j.function.Function1,org.apache.calcite.linq4j.function.Function1,org.apache.calcite.linq4j.function.EqualityComparer)">toLookup</a>, <a href="../linq4j/DefaultEnumerable.html#toMap(org.apache.calcite.linq4j.function.Function1)">toMap</a>, <a href="../linq4j/DefaultEnumerable.html#toMap(org.apache.calcite.linq4j.function.Function1,org.apache.calcite.linq4j.function.EqualityComparer)">toMap</a>, <a href="../linq4j/DefaultEnumerable.html#toMap(org.apache.calcite.linq4j.function.Function1,org.apache.calcite.linq4j.function.Function1)">toMap</a>, <a href="../linq4j/DefaultEnumerable.html#toMap(org.apache.calcite.linq4j.function.Function1,org.apache.calcite.linq4j.function.Function1,org.apache.calcite.linq4j.function.EqualityComparer)">toMap</a>, <a href="../linq4j/DefaultEnumerable.html#union(org.apache.calcite.linq4j.Enumerable)">union</a>, <a href="../linq4j/DefaultEnumerable.html#union(org.apache.calcite.linq4j.Enumerable,org.apache.calcite.linq4j.function.EqualityComparer)">union</a>, <a href="../linq4j/DefaultEnumerable.html#where(org.apache.calcite.linq4j.function.Predicate1)">where</a>, <a href="../linq4j/DefaultEnumerable.html#where(org.apache.calcite.linq4j.function.Predicate2)">where</a>, <a href="../linq4j/DefaultEnumerable.html#zip(org.apache.calcite.linq4j.Enumerable,org.apache.calcite.linq4j.function.Function2)">zip</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a id="methods.inherited.from.class.java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a id="methods.inherited.from.class.java.lang.Iterable">
<!-- -->
</a>
<h3>Methods inherited from interface&nbsp;java.lang.Iterable</h3>
<code>forEach, spliterator</code></li>
</ul>
</li>
</ul>
</section>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ FIELD DETAIL =========== -->
<section role="region">
<ul class="blockList">
<li class="blockList"><a id="field.detail">
<!-- -->
</a>
<h3>Field Detail</h3>
<a id="dataSource">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>dataSource</h4>
<pre>private final&nbsp;javax.sql.DataSource dataSource</pre>
</li>
</ul>
<a id="sql">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>sql</h4>
<pre>private final&nbsp;java.lang.String sql</pre>
</li>
</ul>
<a id="rowBuilderFactory">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>rowBuilderFactory</h4>
<pre>private final&nbsp;<a href="../linq4j/function/Function1.html" title="interface in org.apache.calcite.linq4j.function">Function1</a>&lt;java.sql.ResultSet,&#8203;<a href="../linq4j/function/Function0.html" title="interface in org.apache.calcite.linq4j.function">Function0</a>&lt;<a href="ResultSetEnumerable.html" title="type parameter in ResultSetEnumerable">T</a>&gt;&gt; rowBuilderFactory</pre>
</li>
</ul>
<a id="preparedStatementEnricher">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>preparedStatementEnricher</h4>
<pre>private final&nbsp;<a href="ResultSetEnumerable.PreparedStatementEnricher.html" title="interface in org.apache.calcite.runtime">ResultSetEnumerable.PreparedStatementEnricher</a> preparedStatementEnricher</pre>
</li>
</ul>
<a id="LOGGER">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>LOGGER</h4>
<pre>private static final&nbsp;org.slf4j.Logger LOGGER</pre>
</li>
</ul>
<a id="queryStart">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>queryStart</h4>
<pre>private&nbsp;java.lang.Long queryStart</pre>
</li>
</ul>
<a id="timeout">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>timeout</h4>
<pre>private&nbsp;long timeout</pre>
</li>
</ul>
<a id="timeoutSetFailed">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>timeoutSetFailed</h4>
<pre>private&nbsp;boolean timeoutSetFailed</pre>
</li>
</ul>
<a id="AUTO_ROW_BUILDER_FACTORY">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>AUTO_ROW_BUILDER_FACTORY</h4>
<pre>private static final&nbsp;<a href="../linq4j/function/Function1.html" title="interface in org.apache.calcite.linq4j.function">Function1</a>&lt;java.sql.ResultSet,&#8203;<a href="../linq4j/function/Function0.html" title="interface in org.apache.calcite.linq4j.function">Function0</a>&lt;java.lang.Object&gt;&gt; AUTO_ROW_BUILDER_FACTORY</pre>
</li>
</ul>
</li>
</ul>
</section>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<section role="region">
<ul class="blockList">
<li class="blockList"><a id="constructor.detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a id="&lt;init&gt;(javax.sql.DataSource,java.lang.String,org.apache.calcite.linq4j.function.Function1,org.apache.calcite.runtime.ResultSetEnumerable.PreparedStatementEnricher)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>ResultSetEnumerable</h4>
<pre>private&nbsp;ResultSetEnumerable&#8203;(javax.sql.DataSource&nbsp;dataSource,
java.lang.String&nbsp;sql,
<a href="../linq4j/function/Function1.html" title="interface in org.apache.calcite.linq4j.function">Function1</a>&lt;java.sql.ResultSet,&#8203;<a href="../linq4j/function/Function0.html" title="interface in org.apache.calcite.linq4j.function">Function0</a>&lt;<a href="ResultSetEnumerable.html" title="type parameter in ResultSetEnumerable">T</a>&gt;&gt;&nbsp;rowBuilderFactory,
<a href="ResultSetEnumerable.PreparedStatementEnricher.html" title="interface in org.apache.calcite.runtime">ResultSetEnumerable.PreparedStatementEnricher</a>&nbsp;preparedStatementEnricher)</pre>
</li>
</ul>
<a id="&lt;init&gt;(javax.sql.DataSource,java.lang.String,org.apache.calcite.linq4j.function.Function1)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>ResultSetEnumerable</h4>
<pre>private&nbsp;ResultSetEnumerable&#8203;(javax.sql.DataSource&nbsp;dataSource,
java.lang.String&nbsp;sql,
<a href="../linq4j/function/Function1.html" title="interface in org.apache.calcite.linq4j.function">Function1</a>&lt;java.sql.ResultSet,&#8203;<a href="../linq4j/function/Function0.html" title="interface in org.apache.calcite.linq4j.function">Function0</a>&lt;<a href="ResultSetEnumerable.html" title="type parameter in ResultSetEnumerable">T</a>&gt;&gt;&nbsp;rowBuilderFactory)</pre>
</li>
</ul>
</li>
</ul>
</section>
<!-- ============ METHOD DETAIL ========== -->
<section role="region">
<ul class="blockList">
<li class="blockList"><a id="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a id="of(javax.sql.DataSource,java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>of</h4>
<pre class="methodSignature">public static&nbsp;<a href="ResultSetEnumerable.html" title="class in org.apache.calcite.runtime">ResultSetEnumerable</a>&lt;java.lang.Object&gt;&nbsp;of&#8203;(javax.sql.DataSource&nbsp;dataSource,
java.lang.String&nbsp;sql)</pre>
<div class="block">Creates an ResultSetEnumerable.</div>
</li>
</ul>
<a id="of(javax.sql.DataSource,java.lang.String,org.apache.calcite.linq4j.tree.Primitive[])">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>of</h4>
<pre class="methodSignature">public static&nbsp;<a href="ResultSetEnumerable.html" title="class in org.apache.calcite.runtime">ResultSetEnumerable</a>&lt;java.lang.Object&gt;&nbsp;of&#8203;(javax.sql.DataSource&nbsp;dataSource,
java.lang.String&nbsp;sql,
<a href="../linq4j/tree/Primitive.html" title="enum in org.apache.calcite.linq4j.tree">Primitive</a>[]&nbsp;primitives)</pre>
<div class="block">Creates an ResultSetEnumerable that retrieves columns as specific
Java types.</div>
</li>
</ul>
<a id="of(javax.sql.DataSource,java.lang.String,org.apache.calcite.linq4j.function.Function1)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>of</h4>
<pre class="methodSignature">public static&nbsp;&lt;T&gt;&nbsp;<a href="ResultSetEnumerable.html" title="class in org.apache.calcite.runtime">ResultSetEnumerable</a>&lt;T&gt;&nbsp;of&#8203;(javax.sql.DataSource&nbsp;dataSource,
java.lang.String&nbsp;sql,
<a href="../linq4j/function/Function1.html" title="interface in org.apache.calcite.linq4j.function">Function1</a>&lt;java.sql.ResultSet,&#8203;<a href="../linq4j/function/Function0.html" title="interface in org.apache.calcite.linq4j.function">Function0</a>&lt;T&gt;&gt;&nbsp;rowBuilderFactory)</pre>
<div class="block">Executes a SQL query and returns the results as an enumerator, using a
row builder to convert JDBC column values into rows.</div>
</li>
</ul>
<a id="of(javax.sql.DataSource,java.lang.String,org.apache.calcite.linq4j.function.Function1,org.apache.calcite.runtime.ResultSetEnumerable.PreparedStatementEnricher)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>of</h4>
<pre class="methodSignature">public static&nbsp;&lt;T&gt;&nbsp;<a href="ResultSetEnumerable.html" title="class in org.apache.calcite.runtime">ResultSetEnumerable</a>&lt;T&gt;&nbsp;of&#8203;(javax.sql.DataSource&nbsp;dataSource,
java.lang.String&nbsp;sql,
<a href="../linq4j/function/Function1.html" title="interface in org.apache.calcite.linq4j.function">Function1</a>&lt;java.sql.ResultSet,&#8203;<a href="../linq4j/function/Function0.html" title="interface in org.apache.calcite.linq4j.function">Function0</a>&lt;T&gt;&gt;&nbsp;rowBuilderFactory,
<a href="ResultSetEnumerable.PreparedStatementEnricher.html" title="interface in org.apache.calcite.runtime">ResultSetEnumerable.PreparedStatementEnricher</a>&nbsp;consumer)</pre>
<div class="block">Executes a SQL query and returns the results as an enumerator, using a
row builder to convert JDBC column values into rows.
<p>It uses a <code>PreparedStatement</code> for computing the query result,
and that means that it can bind parameters.</div>
</li>
</ul>
<a id="setTimeout(org.apache.calcite.DataContext)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setTimeout</h4>
<pre class="methodSignature">public&nbsp;void&nbsp;setTimeout&#8203;(<a href="../DataContext.html" title="interface in org.apache.calcite">DataContext</a>&nbsp;context)</pre>
</li>
</ul>
<a id="createEnricher(java.lang.Integer[],org.apache.calcite.DataContext)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>createEnricher</h4>
<pre class="methodSignature">public static&nbsp;<a href="ResultSetEnumerable.PreparedStatementEnricher.html" title="interface in org.apache.calcite.runtime">ResultSetEnumerable.PreparedStatementEnricher</a>&nbsp;createEnricher&#8203;(java.lang.Integer[]&nbsp;indexes,
<a href="../DataContext.html" title="interface in org.apache.calcite">DataContext</a>&nbsp;context)</pre>
<div class="block">Called from generated code that proposes to create a
<code>ResultSetEnumerable</code> over a prepared statement.</div>
</li>
</ul>
<a id="setDynamicParam(java.sql.PreparedStatement,int,java.lang.Object)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setDynamicParam</h4>
<pre class="methodSignature">private static&nbsp;void&nbsp;setDynamicParam&#8203;(java.sql.PreparedStatement&nbsp;preparedStatement,
int&nbsp;i,
java.lang.Object&nbsp;value)
throws java.sql.SQLException</pre>
<div class="block">Assigns a value to a dynamic parameter in a prepared statement, calling
the appropriate <code>setXxx</code> method based on the type of the value.</div>
<dl>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code>java.sql.SQLException</code></dd>
</dl>
</li>
</ul>
<a id="enumerator()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>enumerator</h4>
<pre class="methodSignature">public&nbsp;<a href="../linq4j/Enumerator.html" title="interface in org.apache.calcite.linq4j">Enumerator</a>&lt;<a href="ResultSetEnumerable.html" title="type parameter in ResultSetEnumerable">T</a>&gt;&nbsp;enumerator()</pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../linq4j/RawEnumerable.html#enumerator()">RawEnumerable</a></code></span></div>
<div class="block">Returns an enumerator that iterates through a collection.</div>
</li>
</ul>
<a id="enumeratorBasedOnStatement()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>enumeratorBasedOnStatement</h4>
<pre class="methodSignature">private&nbsp;<a href="../linq4j/Enumerator.html" title="interface in org.apache.calcite.linq4j">Enumerator</a>&lt;<a href="ResultSetEnumerable.html" title="type parameter in ResultSetEnumerable">T</a>&gt;&nbsp;enumeratorBasedOnStatement()</pre>
</li>
</ul>
<a id="enumeratorBasedOnPreparedStatement()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>enumeratorBasedOnPreparedStatement</h4>
<pre class="methodSignature">private&nbsp;<a href="../linq4j/Enumerator.html" title="interface in org.apache.calcite.linq4j">Enumerator</a>&lt;<a href="ResultSetEnumerable.html" title="type parameter in ResultSetEnumerable">T</a>&gt;&nbsp;enumeratorBasedOnPreparedStatement()</pre>
</li>
</ul>
<a id="setTimeoutIfPossible(java.sql.Statement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setTimeoutIfPossible</h4>
<pre class="methodSignature">private&nbsp;void&nbsp;setTimeoutIfPossible&#8203;(java.sql.Statement&nbsp;statement)
throws java.sql.SQLException</pre>
<dl>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code>java.sql.SQLException</code></dd>
</dl>
</li>
</ul>
<a id="closeIfPossible(java.sql.Connection,java.sql.Statement)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>closeIfPossible</h4>
<pre class="methodSignature">private&nbsp;void&nbsp;closeIfPossible&#8203;(java.sql.Connection&nbsp;connection,
java.sql.Statement&nbsp;statement)</pre>
</li>
</ul>
<a id="primitiveRowBuilderFactory(org.apache.calcite.linq4j.tree.Primitive[])">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>primitiveRowBuilderFactory</h4>
<pre class="methodSignature">private static&nbsp;<a href="../linq4j/function/Function1.html" title="interface in org.apache.calcite.linq4j.function">Function1</a>&lt;java.sql.ResultSet,&#8203;<a href="../linq4j/function/Function0.html" title="interface in org.apache.calcite.linq4j.function">Function0</a>&lt;java.lang.Object&gt;&gt;&nbsp;primitiveRowBuilderFactory&#8203;(<a href="../linq4j/tree/Primitive.html" title="enum in org.apache.calcite.linq4j.tree">Primitive</a>[]&nbsp;primitives)</pre>
</li>
</ul>
</li>
</ul>
</section>
</li>
</ul>
</div>
</div>
</main>
<!-- ========= END OF CLASS DATA ========= -->
<footer role="contentinfo">
<nav role="navigation">
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a id="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a id="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../index.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/ResultSetEnumerable.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" id="allclasses_navbar_bottom">
<li><a href="../../../../allclasses.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>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li><a href="#nested.class.summary">Nested</a>&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 id="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</nav>
<p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2019 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
</footer>
</body>
</html>