blob: 1f741b795ff2e1531f6a1e3693450a982d7e7b4c [file] [log] [blame]
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>org.apache.calcite.jdbc (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="org.apache.calcite.jdbc (Apache Calcite API)";
}
}
catch(err) {
}
//-->
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 class="navBarCell1Rev">Package</li>
<li>Class</li>
<li><a href="package-use.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>
<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>
<main role="main">
<div class="header">
<h1 title="Package" class="title">Package&nbsp;org.apache.calcite.jdbc</h1>
</div>
<div class="contentContainer">
<section role="region"><a id="package.description">
<!-- -->
</a>
<div class="block">JDBC driver for Calcite.</div>
</section>
<ul class="blockList">
<li class="blockList">
<table class="typeSummary">
<caption><span>Interface Summary</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Interface</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="CachingCalciteSchema.Cached.html" title="interface in org.apache.calcite.jdbc">CachingCalciteSchema.Cached</a>&lt;T&gt;</th>
<td class="colLast">
<div class="block">Strategy for caching the value of an object and re-creating it if its
value is out of date as of a given timestamp.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="CalciteConnection.html" title="interface in org.apache.calcite.jdbc">CalciteConnection</a></th>
<td class="colLast">
<div class="block">Extension to Calcite's implementation of
<code>JDBC connection</code> allows schemas to be defined
dynamically.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="CalcitePrepare.html" title="interface in org.apache.calcite.jdbc">CalcitePrepare</a></th>
<td class="colLast">
<div class="block">API for a service that prepares statements for execution.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="CalcitePrepare.Context.html" title="interface in org.apache.calcite.jdbc">CalcitePrepare.Context</a></th>
<td class="colLast">
<div class="block">Context for preparing a statement.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="CalcitePrepare.SparkHandler.html" title="interface in org.apache.calcite.jdbc">CalcitePrepare.SparkHandler</a></th>
<td class="colLast">
<div class="block">Callback to register Spark as the main engine.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="CalcitePrepare.SparkHandler.RuleSetBuilder.html" title="interface in org.apache.calcite.jdbc">CalcitePrepare.SparkHandler.RuleSetBuilder</a></th>
<td class="colLast">
<div class="block">Allows Spark to declare the rules it needs.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table class="typeSummary">
<caption><span>Class Summary</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="CachingCalciteSchema.html" title="class in org.apache.calcite.jdbc">CachingCalciteSchema</a></th>
<td class="colLast">
<div class="block">Concrete implementation of <a href="CalciteSchema.html" title="class in org.apache.calcite.jdbc"><code>CalciteSchema</code></a> that caches tables,
functions and sub-schemas.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="CachingCalciteSchema.SubSchemaCache.html" title="class in org.apache.calcite.jdbc">CachingCalciteSchema.SubSchemaCache</a></th>
<td class="colLast">
<div class="block">Information about the implicit sub-schemas of an <a href="CalciteSchema.html" title="class in org.apache.calcite.jdbc"><code>CalciteSchema</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="CalciteConnectionImpl.html" title="class in org.apache.calcite.jdbc">CalciteConnectionImpl</a></th>
<td class="colLast">
<div class="block">Implementation of JDBC connection
in the Calcite engine.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="CalciteConnectionImpl.CalciteQueryable.html" title="class in org.apache.calcite.jdbc">CalciteConnectionImpl.CalciteQueryable</a>&lt;T&gt;</th>
<td class="colLast">
<div class="block">Implementation of Queryable.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="CalciteConnectionImpl.CalciteServerImpl.html" title="class in org.apache.calcite.jdbc">CalciteConnectionImpl.CalciteServerImpl</a></th>
<td class="colLast">
<div class="block">Implementation of Server.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="CalciteConnectionImpl.CalciteServerStatementImpl.html" title="class in org.apache.calcite.jdbc">CalciteConnectionImpl.CalciteServerStatementImpl</a></th>
<td class="colLast">
<div class="block">Implementation of <a href="../server/CalciteServerStatement.html" title="interface in org.apache.calcite.server"><code>CalciteServerStatement</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="CalciteConnectionImpl.ContextImpl.html" title="class in org.apache.calcite.jdbc">CalciteConnectionImpl.ContextImpl</a></th>
<td class="colLast">
<div class="block">Implementation of Context.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="CalciteConnectionImpl.DataContextImpl.html" title="class in org.apache.calcite.jdbc">CalciteConnectionImpl.DataContextImpl</a></th>
<td class="colLast">
<div class="block">Implementation of DataContext.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="CalciteConnectionImpl.RootSchema.html" title="class in org.apache.calcite.jdbc">CalciteConnectionImpl.RootSchema</a></th>
<td class="colLast">
<div class="block">Schema that has no parents.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="CalciteConnectionImpl.SlimDataContext.html" title="class in org.apache.calcite.jdbc">CalciteConnectionImpl.SlimDataContext</a></th>
<td class="colLast">
<div class="block">Implementation of <a href="../DataContext.html" title="interface in org.apache.calcite"><code>DataContext</code></a> that has few variables and is
<code>Serializable</code>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="CalciteFactory.html" title="class in org.apache.calcite.jdbc">CalciteFactory</a></th>
<td class="colLast">
<div class="block">Extension of <code>AvaticaFactory</code>
for Calcite.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="CalciteJdbc41Factory.html" title="class in org.apache.calcite.jdbc">CalciteJdbc41Factory</a></th>
<td class="colLast">
<div class="block">Implementation of <code>AvaticaFactory</code>
for Calcite and JDBC 4.1 (corresponds to JDK 1.7).</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="CalciteJdbc41Factory.CalciteJdbc41Connection.html" title="class in org.apache.calcite.jdbc">CalciteJdbc41Factory.CalciteJdbc41Connection</a></th>
<td class="colLast">
<div class="block">Implementation of connection for JDBC 4.1.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="CalciteJdbc41Factory.CalciteJdbc41DatabaseMetaData.html" title="class in org.apache.calcite.jdbc">CalciteJdbc41Factory.CalciteJdbc41DatabaseMetaData</a></th>
<td class="colLast">
<div class="block">Implementation of database metadata for JDBC 4.1.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="CalciteJdbc41Factory.CalciteJdbc41PreparedStatement.html" title="class in org.apache.calcite.jdbc">CalciteJdbc41Factory.CalciteJdbc41PreparedStatement</a></th>
<td class="colLast">
<div class="block">Implementation of prepared statement for JDBC 4.1.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="CalciteJdbc41Factory.CalciteJdbc41Statement.html" title="class in org.apache.calcite.jdbc">CalciteJdbc41Factory.CalciteJdbc41Statement</a></th>
<td class="colLast">
<div class="block">Implementation of statement for JDBC 4.1.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="CalciteMetaImpl.html" title="class in org.apache.calcite.jdbc">CalciteMetaImpl</a></th>
<td class="colLast">
<div class="block">Helper for implementing the <code>getXxx</code> methods such as
<code>AvaticaDatabaseMetaData.getTables(java.lang.String, java.lang.String, java.lang.String, java.lang.String[])</code>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="CalciteMetaImpl.CalciteMetaSchema.html" title="class in org.apache.calcite.jdbc">CalciteMetaImpl.CalciteMetaSchema</a></th>
<td class="colLast">
<div class="block">Metadata describing a Calcite schema.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="CalciteMetaImpl.CalciteMetaTable.html" title="class in org.apache.calcite.jdbc">CalciteMetaImpl.CalciteMetaTable</a></th>
<td class="colLast">
<div class="block">Metadata describing a Calcite table.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="CalciteMetaImpl.LimitIterator.html" title="class in org.apache.calcite.jdbc">CalciteMetaImpl.LimitIterator</a>&lt;E&gt;</th>
<td class="colLast">
<div class="block">Iterator that returns at most <code>limit</code> rows from an underlying
<code>Iterator</code>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="CalciteMetaImpl.MetadataTable.html" title="class in org.apache.calcite.jdbc">CalciteMetaImpl.MetadataTable</a>&lt;E&gt;</th>
<td class="colLast">
<div class="block">Table whose contents are metadata.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="CalcitePrepare.AnalyzeViewResult.html" title="class in org.apache.calcite.jdbc">CalcitePrepare.AnalyzeViewResult</a></th>
<td class="colLast">
<div class="block">The result of analyzing a view.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="CalcitePrepare.CalciteSignature.html" title="class in org.apache.calcite.jdbc">CalcitePrepare.CalciteSignature</a>&lt;T&gt;</th>
<td class="colLast">
<div class="block">The result of preparing a query.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="CalcitePrepare.ConvertResult.html" title="class in org.apache.calcite.jdbc">CalcitePrepare.ConvertResult</a></th>
<td class="colLast">
<div class="block">The result of parsing and validating a SQL query and converting it to
relational algebra.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="CalcitePrepare.Dummy.html" title="class in org.apache.calcite.jdbc">CalcitePrepare.Dummy</a></th>
<td class="colLast">
<div class="block">Namespace that allows us to define non-abstract methods inside an
interface.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="CalcitePrepare.Dummy.TrivialSparkHandler.html" title="class in org.apache.calcite.jdbc">CalcitePrepare.Dummy.TrivialSparkHandler</a></th>
<td class="colLast">
<div class="block">Implementation of <a href="CalcitePrepare.SparkHandler.html" title="interface in org.apache.calcite.jdbc"><code>CalcitePrepare.SparkHandler</code></a> that either does nothing or
throws for each method.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="CalcitePrepare.ParseResult.html" title="class in org.apache.calcite.jdbc">CalcitePrepare.ParseResult</a></th>
<td class="colLast">
<div class="block">The result of parsing and validating a SQL query.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="CalcitePrepare.Query.html" title="class in org.apache.calcite.jdbc">CalcitePrepare.Query</a>&lt;T&gt;</th>
<td class="colLast">
<div class="block">A union type of the three possible ways of expressing a query: as a SQL
string, a <a href="../linq4j/Queryable.html" title="interface in org.apache.calcite.linq4j"><code>Queryable</code></a> or a <a href="../rel/RelNode.html" title="interface in org.apache.calcite.rel"><code>RelNode</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="CalcitePreparedStatement.html" title="class in org.apache.calcite.jdbc">CalcitePreparedStatement</a></th>
<td class="colLast">
<div class="block">Implementation of <code>PreparedStatement</code>
for the Calcite engine.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="CalciteResultSet.html" title="class in org.apache.calcite.jdbc">CalciteResultSet</a></th>
<td class="colLast">
<div class="block">Implementation of <code>ResultSet</code>
for the Calcite engine.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="CalciteRootSchema.html" title="class in org.apache.calcite.jdbc">CalciteRootSchema</a></th>
<td class="colLast">Deprecated.</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="CalciteSchema.html" title="class in org.apache.calcite.jdbc">CalciteSchema</a></th>
<td class="colLast">
<div class="block">Schema.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="CalciteSchema.Entry.html" title="class in org.apache.calcite.jdbc">CalciteSchema.Entry</a></th>
<td class="colLast">
<div class="block">Entry in a schema, such as a table or sub-schema.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="CalciteSchema.FunctionEntry.html" title="class in org.apache.calcite.jdbc">CalciteSchema.FunctionEntry</a></th>
<td class="colLast">
<div class="block">Membership of a function in a schema.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="CalciteSchema.FunctionEntryImpl.html" title="class in org.apache.calcite.jdbc">CalciteSchema.FunctionEntryImpl</a></th>
<td class="colLast">
<div class="block">Implementation of <a href="CalciteSchema.FunctionEntry.html" title="class in org.apache.calcite.jdbc"><code>CalciteSchema.FunctionEntry</code></a>
where all properties are held in fields.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="CalciteSchema.LatticeEntry.html" title="class in org.apache.calcite.jdbc">CalciteSchema.LatticeEntry</a></th>
<td class="colLast">
<div class="block">Membership of a lattice in a schema.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="CalciteSchema.LatticeEntryImpl.html" title="class in org.apache.calcite.jdbc">CalciteSchema.LatticeEntryImpl</a></th>
<td class="colLast">
<div class="block">Implementation of <a href="CalciteSchema.LatticeEntry.html" title="class in org.apache.calcite.jdbc"><code>CalciteSchema.LatticeEntry</code></a>
where all properties are held in fields.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="CalciteSchema.TableEntry.html" title="class in org.apache.calcite.jdbc">CalciteSchema.TableEntry</a></th>
<td class="colLast">
<div class="block">Membership of a table in a schema.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="CalciteSchema.TableEntryImpl.html" title="class in org.apache.calcite.jdbc">CalciteSchema.TableEntryImpl</a></th>
<td class="colLast">
<div class="block">Implementation of <a href="CalciteSchema.TableEntry.html" title="class in org.apache.calcite.jdbc"><code>CalciteSchema.TableEntry</code></a>
where all properties are held in fields.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="CalciteSchema.TypeEntry.html" title="class in org.apache.calcite.jdbc">CalciteSchema.TypeEntry</a></th>
<td class="colLast">
<div class="block">Membership of a type in a schema.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="CalciteSchema.TypeEntryImpl.html" title="class in org.apache.calcite.jdbc">CalciteSchema.TypeEntryImpl</a></th>
<td class="colLast">
<div class="block">Implementation of <a href="CalciteSchema.TypeEntry.html" title="class in org.apache.calcite.jdbc"><code>CalciteSchema.TypeEntry</code></a>
where all properties are held in fields.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="CalciteStatement.html" title="class in org.apache.calcite.jdbc">CalciteStatement</a></th>
<td class="colLast">
<div class="block">Implementation of <code>Statement</code>
for the Calcite engine.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ContextSqlValidator.html" title="class in org.apache.calcite.jdbc">ContextSqlValidator</a></th>
<td class="colLast">
<div class="block">A SqlValidator with schema and type factory of the given
<a href="CalcitePrepare.Context.html" title="interface in org.apache.calcite.jdbc"><code>CalcitePrepare.Context</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="Driver.html" title="class in org.apache.calcite.jdbc">Driver</a></th>
<td class="colLast">
<div class="block">Calcite JDBC driver.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="JavaRecordType.html" title="class in org.apache.calcite.jdbc">JavaRecordType</a></th>
<td class="colLast">
<div class="block">Record type based on a Java class.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="JavaTypeFactoryImpl.html" title="class in org.apache.calcite.jdbc">JavaTypeFactoryImpl</a></th>
<td class="colLast">
<div class="block">Implementation of <a href="../adapter/java/JavaTypeFactory.html" title="interface in org.apache.calcite.adapter.java"><code>JavaTypeFactory</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="JavaTypeFactoryImpl.RecordFieldImpl.html" title="class in org.apache.calcite.jdbc">JavaTypeFactoryImpl.RecordFieldImpl</a></th>
<td class="colLast">
<div class="block">Implementation of a field.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="JavaTypeFactoryImpl.SyntheticRecordType.html" title="class in org.apache.calcite.jdbc">JavaTypeFactoryImpl.SyntheticRecordType</a></th>
<td class="colLast">
<div class="block">Synthetic record type.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="MetadataSchema.html" title="class in org.apache.calcite.jdbc">MetadataSchema</a></th>
<td class="colLast">
<div class="block">Schema that contains metadata tables such as "TABLES" and "COLUMNS".</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="SimpleCalciteSchema.html" title="class in org.apache.calcite.jdbc">SimpleCalciteSchema</a></th>
<td class="colLast">
<div class="block">A concrete implementation of <a href="CalciteSchema.html" title="class in org.apache.calcite.jdbc"><code>CalciteSchema</code></a>
that maintains minimal state.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table class="typeSummary">
<caption><span>Exception Summary</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Exception</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="SqlTimeoutException.html" title="class in org.apache.calcite.jdbc">SqlTimeoutException</a></th>
<td class="colLast">
<div class="block">Indicates that an operation timed out.</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</div>
</main>
<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 class="navBarCell1Rev">Package</li>
<li>Class</li>
<li><a href="package-use.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>
<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>