blob: 752608cd7ecb546a62cae777d4c5ad3cce72ccde [file] [log] [blame]
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>org.apache.calcite.avatica.remote (Apache Calcite Avatica 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.avatica.remote (Apache Calcite Avatica 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.avatica.remote</h1>
</div>
<div class="contentContainer">
<section role="region"><a id="package.description">
<!-- -->
</a>
<div class="block">JDBC driver that uses remote procedure calls.</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="AvaticaHttpClient.html" title="interface in org.apache.calcite.avatica.remote">AvaticaHttpClient</a></th>
<td class="colLast">
<div class="block">An interface which defines how requests are sent to the Avatica server.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="AvaticaHttpClientFactory.html" title="interface in org.apache.calcite.avatica.remote">AvaticaHttpClientFactory</a></th>
<td class="colLast">
<div class="block">A factory for constructing <a href="AvaticaHttpClient.html" title="interface in org.apache.calcite.avatica.remote"><code>AvaticaHttpClient</code></a>'s.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="Handler.html" title="interface in org.apache.calcite.avatica.remote">Handler</a>&lt;T&gt;</th>
<td class="colLast">
<div class="block">API for text request-response calls to an Avatica server.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="HostnameVerificationConfigurable.html" title="interface in org.apache.calcite.avatica.remote">HostnameVerificationConfigurable</a></th>
<td class="colLast">
<div class="block">An interface to decorate an <a href="AvaticaHttpClient.html" title="interface in org.apache.calcite.avatica.remote"><code>AvaticaHttpClient</code></a> that can support configuration on
SSL hostname verification.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="KeyStoreConfigurable.html" title="interface in org.apache.calcite.avatica.remote">KeyStoreConfigurable</a></th>
<td class="colLast">
<div class="block">Allows a keystore (and keystorepassword, keypassword) to be
provided to enable MTLS authentication</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ProtobufMeta.html" title="interface in org.apache.calcite.avatica.remote">ProtobufMeta</a></th>
<td class="colLast">
<div class="block">An extension of <a href="../Meta.html" title="interface in org.apache.calcite.avatica"><code>Meta</code></a> which allows for native processing of calls with the Protobuf
API objects instead of the POJOS (to avoid object translation).</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ProtobufTranslation.html" title="interface in org.apache.calcite.avatica.remote">ProtobufTranslation</a></th>
<td class="colLast">
<div class="block">Generic interface to support parsing of serialized protocol buffers between client and server.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="Service.html" title="interface in org.apache.calcite.avatica.remote">Service</a></th>
<td class="colLast">
<div class="block">API for request-response calls to an Avatica server.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="Service.Factory.html" title="interface in org.apache.calcite.avatica.remote">Service.Factory</a></th>
<td class="colLast">
<div class="block">Factory that creates a <code>Service</code>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="TrustStoreConfigurable.html" title="interface in org.apache.calcite.avatica.remote">TrustStoreConfigurable</a></th>
<td class="colLast">
<div class="block">Allows a truststore (and password) to be provided to enable TLS authentication.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="UsernamePasswordAuthenticateable.html" title="interface in org.apache.calcite.avatica.remote">UsernamePasswordAuthenticateable</a></th>
<td class="colLast">
<div class="block">Interface that allows configuration of a username and password with some HTTP authentication.</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="AbstractHandler.html" title="class in org.apache.calcite.avatica.remote">AbstractHandler</a>&lt;T&gt;</th>
<td class="colLast">
<div class="block">Abstract base class for <a href="Handler.html" title="interface in org.apache.calcite.avatica.remote"><code>Handler</code></a>s to extend to inherit functionality common across
serialization strategies.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="AbstractService.html" title="class in org.apache.calcite.avatica.remote">AbstractService</a></th>
<td class="colLast">
<div class="block">A common base class for <a href="Service.html" title="interface in org.apache.calcite.avatica.remote"><code>Service</code></a> implementations that implement
modifications made to response objects.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="AvaticaCommonsHttpClientImpl.html" title="class in org.apache.calcite.avatica.remote">AvaticaCommonsHttpClientImpl</a></th>
<td class="colLast">
<div class="block">A common class to invoke HTTP requests against the Avatica server agnostic of the data being
sent and received across the wire.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="AvaticaCommonsHttpClientSpnegoImpl.html" title="class in org.apache.calcite.avatica.remote">AvaticaCommonsHttpClientSpnegoImpl</a></th>
<td class="colLast">
<div class="block">Implementation of an AvaticaHttpClient which uses SPNEGO.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="AvaticaHttpClientFactoryImpl.html" title="class in org.apache.calcite.avatica.remote">AvaticaHttpClientFactoryImpl</a></th>
<td class="colLast">
<div class="block">Default implementation of <a href="AvaticaHttpClientFactory.html" title="interface in org.apache.calcite.avatica.remote"><code>AvaticaHttpClientFactory</code></a> which chooses an implementation
from a property.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="AvaticaHttpClientImpl.html" title="class in org.apache.calcite.avatica.remote">AvaticaHttpClientImpl</a></th>
<td class="colLast">
<div class="block">A common class to invoke HTTP requests against the Avatica server agnostic of the data being
sent and received across the wire.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="AvaticaRemoteConnectionConfigImpl.html" title="class in org.apache.calcite.avatica.remote">AvaticaRemoteConnectionConfigImpl</a></th>
<td class="colLast">
<div class="block">Implementation of <a href="../ConnectionConfig.html" title="interface in org.apache.calcite.avatica"><code>ConnectionConfig</code></a>
with extra properties specific to Remote Driver.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ClientKeytabJaasConf.html" title="class in org.apache.calcite.avatica.remote">ClientKeytabJaasConf</a></th>
<td class="colLast">
<div class="block">Javax Configuration class which always returns a configuration for our keytab-based
login suitable for callers which are acting as initiators (e.g.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="DoAsAvaticaHttpClient.html" title="class in org.apache.calcite.avatica.remote">DoAsAvaticaHttpClient</a></th>
<td class="colLast">
<div class="block">HTTP client implementation which invokes the wrapped HTTP client in a doAs with the provided
Subject.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="Driver.html" title="class in org.apache.calcite.avatica.remote">Driver</a></th>
<td class="colLast">
<div class="block">Avatica Remote JDBC driver.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="Handler.HandlerResponse.html" title="class in org.apache.calcite.avatica.remote">Handler.HandlerResponse</a>&lt;T&gt;</th>
<td class="colLast">
<div class="block">Struct that encapsulates the context of the result of a request to Avatica.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="JsonHandler.html" title="class in org.apache.calcite.avatica.remote">JsonHandler</a></th>
<td class="colLast">
<div class="block">Implementation of <a href="Handler.html" title="interface in org.apache.calcite.avatica.remote"><code>Handler</code></a>
that decodes JSON requests, sends them to a <a href="Service.html" title="interface in org.apache.calcite.avatica.remote"><code>Service</code></a>,
and encodes the responses into JSON.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="JsonService.html" title="class in org.apache.calcite.avatica.remote">JsonService</a></th>
<td class="colLast">
<div class="block">Implementation of <a href="Service.html" title="interface in org.apache.calcite.avatica.remote"><code>Service</code></a>
that encodes requests and responses as JSON.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="KerberosConnection.html" title="class in org.apache.calcite.avatica.remote">KerberosConnection</a></th>
<td class="colLast">
<div class="block">A utility to perform Kerberos logins and renewals.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="LocalJsonService.html" title="class in org.apache.calcite.avatica.remote">LocalJsonService</a></th>
<td class="colLast">
<div class="block">Implementation of <a href="Service.html" title="interface in org.apache.calcite.avatica.remote"><code>Service</code></a>
that goes to an in-process instance of <code>Service</code>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="LocalProtobufService.html" title="class in org.apache.calcite.avatica.remote">LocalProtobufService</a></th>
<td class="colLast">
<div class="block">A Service implementation that performs protocol buffer serialization on request and responses
on either side of computing a response from a request to mimic some transport to a server which
would normally perform such computation.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="LocalService.html" title="class in org.apache.calcite.avatica.remote">LocalService</a></th>
<td class="colLast">
<div class="block">Implementation of <a href="Service.html" title="interface in org.apache.calcite.avatica.remote"><code>Service</code></a> that talks to a local <a href="../Meta.html" title="interface in org.apache.calcite.avatica"><code>Meta</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="MetricsHelper.html" title="class in org.apache.calcite.avatica.remote">MetricsHelper</a></th>
<td class="colLast">
<div class="block">A utility class to encapsulate common logic in use of metrics implementation.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="MockJsonService.html" title="class in org.apache.calcite.avatica.remote">MockJsonService</a></th>
<td class="colLast">
<div class="block">Mock implementation of <a href="Service.html" title="interface in org.apache.calcite.avatica.remote"><code>Service</code></a>
that encodes its requests and responses as JSON
and looks up responses from a pre-defined map.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="MockJsonService.Factory.html" title="class in org.apache.calcite.avatica.remote">MockJsonService.Factory</a></th>
<td class="colLast">
<div class="block">Factory that creates a <code>MockJsonService</code>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="MockProtobufService.html" title="class in org.apache.calcite.avatica.remote">MockProtobufService</a></th>
<td class="colLast">
<div class="block">A mock implementation of ProtobufService for testing.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="MockProtobufService.MockProtobufServiceFactory.html" title="class in org.apache.calcite.avatica.remote">MockProtobufService.MockProtobufServiceFactory</a></th>
<td class="colLast">
<div class="block">A factory that instantiates the mock protobuf service.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ProtobufHandler.html" title="class in org.apache.calcite.avatica.remote">ProtobufHandler</a></th>
<td class="colLast">
<div class="block">Dispatches serialized protocol buffer messages to the provided <a href="Service.html" title="interface in org.apache.calcite.avatica.remote"><code>Service</code></a>
by converting them to the POJO Request.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ProtobufService.html" title="class in org.apache.calcite.avatica.remote">ProtobufService</a></th>
<td class="colLast">
<div class="block">Service implementation that encodes requests and responses as protocol buffers.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ProtobufTranslationImpl.html" title="class in org.apache.calcite.avatica.remote">ProtobufTranslationImpl</a></th>
<td class="colLast">
<div class="block">Implementation of <a href="ProtobufTranslationImpl.html" title="class in org.apache.calcite.avatica.remote"><code>ProtobufTranslationImpl</code></a> that translates
protobuf requests to POJO requests.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="RemoteProtobufService.html" title="class in org.apache.calcite.avatica.remote">RemoteProtobufService</a></th>
<td class="colLast">
<div class="block">ProtobufService implementation that queries against a remote implementation, using
protocol buffers as the serialized form.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="RemoteService.html" title="class in org.apache.calcite.avatica.remote">RemoteService</a></th>
<td class="colLast">
<div class="block">Implementation of <a href="Service.html" title="interface in org.apache.calcite.avatica.remote"><code>Service</code></a>
that translates requests into JSON and sends them to a remote server,
usually an HTTP server.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="Service.Base.html" title="class in org.apache.calcite.avatica.remote">Service.Base</a></th>
<td class="colLast">
<div class="block">Base class for request and response.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="Service.CatalogsRequest.html" title="class in org.apache.calcite.avatica.remote">Service.CatalogsRequest</a></th>
<td class="colLast">
<div class="block">Request for
<a href="../Meta.html#getCatalogs(org.apache.calcite.avatica.Meta.ConnectionHandle)"><code>Meta.getCatalogs(Meta.ConnectionHandle)</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="Service.CloseConnectionRequest.html" title="class in org.apache.calcite.avatica.remote">Service.CloseConnectionRequest</a></th>
<td class="colLast">
<div class="block">Request for
<a href="../Meta.html#closeConnection(org.apache.calcite.avatica.Meta.ConnectionHandle)"><code>Meta.closeConnection(org.apache.calcite.avatica.Meta.ConnectionHandle)</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="Service.CloseConnectionResponse.html" title="class in org.apache.calcite.avatica.remote">Service.CloseConnectionResponse</a></th>
<td class="colLast">
<div class="block">Response from
<a href="Service.CloseConnectionRequest.html" title="class in org.apache.calcite.avatica.remote"><code>Service.CloseConnectionRequest</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="Service.CloseStatementRequest.html" title="class in org.apache.calcite.avatica.remote">Service.CloseStatementRequest</a></th>
<td class="colLast">
<div class="block">Request for
<a href="../Meta.html#closeStatement(org.apache.calcite.avatica.Meta.StatementHandle)"><code>Meta.closeStatement(org.apache.calcite.avatica.Meta.StatementHandle)</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="Service.CloseStatementResponse.html" title="class in org.apache.calcite.avatica.remote">Service.CloseStatementResponse</a></th>
<td class="colLast">
<div class="block">Response from
<a href="Service.CloseStatementRequest.html" title="class in org.apache.calcite.avatica.remote"><code>Service.CloseStatementRequest</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="Service.ColumnsRequest.html" title="class in org.apache.calcite.avatica.remote">Service.ColumnsRequest</a></th>
<td class="colLast">
<div class="block">Request for
<a href="../Meta.html#getColumns(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,org.apache.calcite.avatica.Meta.Pat,org.apache.calcite.avatica.Meta.Pat,org.apache.calcite.avatica.Meta.Pat)"><code>Meta.getColumns(Meta.ConnectionHandle, String, org.apache.calcite.avatica.Meta.Pat, org.apache.calcite.avatica.Meta.Pat, org.apache.calcite.avatica.Meta.Pat)</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="Service.CommitRequest.html" title="class in org.apache.calcite.avatica.remote">Service.CommitRequest</a></th>
<td class="colLast">
<div class="block">An RPC request to invoke a commit on a Connection.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="Service.CommitResponse.html" title="class in org.apache.calcite.avatica.remote">Service.CommitResponse</a></th>
<td class="colLast">
<div class="block">An RPC response from invoking commit on a Connection.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="Service.ConnectionSyncRequest.html" title="class in org.apache.calcite.avatica.remote">Service.ConnectionSyncRequest</a></th>
<td class="colLast">
<div class="block">Request for <a href="../Meta.html#connectionSync(org.apache.calcite.avatica.Meta.ConnectionHandle,org.apache.calcite.avatica.Meta.ConnectionProperties)"><code>Meta.connectionSync(Meta.ConnectionHandle, Meta.ConnectionProperties)</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="Service.ConnectionSyncResponse.html" title="class in org.apache.calcite.avatica.remote">Service.ConnectionSyncResponse</a></th>
<td class="colLast">
<div class="block">Response for
<a href="../Meta.html#connectionSync(org.apache.calcite.avatica.Meta.ConnectionHandle,org.apache.calcite.avatica.Meta.ConnectionProperties)"><code>Meta.connectionSync(Meta.ConnectionHandle, Meta.ConnectionProperties)</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="Service.CreateStatementRequest.html" title="class in org.apache.calcite.avatica.remote">Service.CreateStatementRequest</a></th>
<td class="colLast">
<div class="block">Request for
<a href="../Meta.html#createStatement(org.apache.calcite.avatica.Meta.ConnectionHandle)"><code>Meta.createStatement(org.apache.calcite.avatica.Meta.ConnectionHandle)</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="Service.CreateStatementResponse.html" title="class in org.apache.calcite.avatica.remote">Service.CreateStatementResponse</a></th>
<td class="colLast">
<div class="block">Response from
<a href="Service.CreateStatementRequest.html" title="class in org.apache.calcite.avatica.remote"><code>Service.CreateStatementRequest</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="Service.DatabasePropertyRequest.html" title="class in org.apache.calcite.avatica.remote">Service.DatabasePropertyRequest</a></th>
<td class="colLast">
<div class="block">Request for
<a href="../Meta.html#getDatabaseProperties(org.apache.calcite.avatica.Meta.ConnectionHandle)"><code>Meta.getDatabaseProperties(Meta.ConnectionHandle)</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="Service.DatabasePropertyResponse.html" title="class in org.apache.calcite.avatica.remote">Service.DatabasePropertyResponse</a></th>
<td class="colLast">
<div class="block">Response for
<a href="../Meta.html#getDatabaseProperties(org.apache.calcite.avatica.Meta.ConnectionHandle)"><code>Meta.getDatabaseProperties(Meta.ConnectionHandle)</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="Service.ErrorResponse.html" title="class in org.apache.calcite.avatica.remote">Service.ErrorResponse</a></th>
<td class="colLast">
<div class="block">Response for any request that the server failed to successfully perform.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="Service.ExecuteBatchRequest.html" title="class in org.apache.calcite.avatica.remote">Service.ExecuteBatchRequest</a></th>
<td class="colLast">
<div class="block">Request object to execute a batch of commands.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="Service.ExecuteBatchResponse.html" title="class in org.apache.calcite.avatica.remote">Service.ExecuteBatchResponse</a></th>
<td class="colLast">
<div class="block">Response object for executing a batch of commands.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="Service.ExecuteRequest.html" title="class in org.apache.calcite.avatica.remote">Service.ExecuteRequest</a></th>
<td class="colLast">
<div class="block">Request for
<a href="../Meta.html#execute(org.apache.calcite.avatica.Meta.StatementHandle,java.util.List,long)"><code>Meta.execute(org.apache.calcite.avatica.Meta.StatementHandle, java.util.List&lt;org.apache.calcite.avatica.remote.TypedValue&gt;, long)</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="Service.ExecuteResponse.html" title="class in org.apache.calcite.avatica.remote">Service.ExecuteResponse</a></th>
<td class="colLast">
<div class="block">Response to a
<a href="Service.PrepareAndExecuteRequest.html" title="class in org.apache.calcite.avatica.remote"><code>Service.PrepareAndExecuteRequest</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="Service.FetchRequest.html" title="class in org.apache.calcite.avatica.remote">Service.FetchRequest</a></th>
<td class="colLast">
<div class="block">Request for
<a href="../Meta.html#fetch(org.apache.calcite.avatica.Meta.StatementHandle,long,int)"><code>Meta.fetch(org.apache.calcite.avatica.Meta.StatementHandle, long, int)</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="Service.FetchResponse.html" title="class in org.apache.calcite.avatica.remote">Service.FetchResponse</a></th>
<td class="colLast">
<div class="block">Response from
<a href="Service.FetchRequest.html" title="class in org.apache.calcite.avatica.remote"><code>Service.FetchRequest</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="Service.OpenConnectionRequest.html" title="class in org.apache.calcite.avatica.remote">Service.OpenConnectionRequest</a></th>
<td class="colLast">
<div class="block">Request for
<a href="../Meta.html#openConnection(org.apache.calcite.avatica.Meta.ConnectionHandle,java.util.Map)"><code>Meta.openConnection(org.apache.calcite.avatica.Meta.ConnectionHandle, java.util.Map&lt;java.lang.String, java.lang.String&gt;)</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="Service.OpenConnectionResponse.html" title="class in org.apache.calcite.avatica.remote">Service.OpenConnectionResponse</a></th>
<td class="colLast">
<div class="block">Response from
<a href="Service.OpenConnectionRequest.html" title="class in org.apache.calcite.avatica.remote"><code>Service.OpenConnectionRequest</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="Service.PrepareAndExecuteBatchRequest.html" title="class in org.apache.calcite.avatica.remote">Service.PrepareAndExecuteBatchRequest</a></th>
<td class="colLast">
<div class="block">Request to prepare a statement and execute a series of batch commands in one call.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="Service.PrepareAndExecuteRequest.html" title="class in org.apache.calcite.avatica.remote">Service.PrepareAndExecuteRequest</a></th>
<td class="colLast">
<div class="block">Request for
<a href="../Meta.html#prepareAndExecute(org.apache.calcite.avatica.Meta.StatementHandle,java.lang.String,long,int,org.apache.calcite.avatica.Meta.PrepareCallback)"><code>Meta.prepareAndExecute(Meta.StatementHandle, String, long, int, Meta.PrepareCallback)</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="Service.PrepareRequest.html" title="class in org.apache.calcite.avatica.remote">Service.PrepareRequest</a></th>
<td class="colLast">
<div class="block">Request for
<a href="../Meta.html#prepare(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,long)"><code>Meta.prepare(Meta.ConnectionHandle, String, long)</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="Service.PrepareResponse.html" title="class in org.apache.calcite.avatica.remote">Service.PrepareResponse</a></th>
<td class="colLast">
<div class="block">Response from
<a href="Service.PrepareRequest.html" title="class in org.apache.calcite.avatica.remote"><code>Service.PrepareRequest</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="Service.Request.html" title="class in org.apache.calcite.avatica.remote">Service.Request</a></th>
<td class="colLast">
<div class="block">Base class for all service request messages.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="Service.Response.html" title="class in org.apache.calcite.avatica.remote">Service.Response</a></th>
<td class="colLast">
<div class="block">Base class for all service response messages.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="Service.ResultSetResponse.html" title="class in org.apache.calcite.avatica.remote">Service.ResultSetResponse</a></th>
<td class="colLast">
<div class="block">Response that contains a result set.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="Service.RollbackRequest.html" title="class in org.apache.calcite.avatica.remote">Service.RollbackRequest</a></th>
<td class="colLast">
<div class="block">An RPC request to invoke a rollback on a Connection.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="Service.RollbackResponse.html" title="class in org.apache.calcite.avatica.remote">Service.RollbackResponse</a></th>
<td class="colLast">
<div class="block">An RPC response from invoking rollback on a Connection.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="Service.RpcMetadataResponse.html" title="class in org.apache.calcite.avatica.remote">Service.RpcMetadataResponse</a></th>
<td class="colLast">
<div class="block">Response that includes information about the server that handled an RPC.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="Service.SchemasRequest.html" title="class in org.apache.calcite.avatica.remote">Service.SchemasRequest</a></th>
<td class="colLast">
<div class="block">Request for
<a href="../Meta.html#getSchemas(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,org.apache.calcite.avatica.Meta.Pat)"><code>Meta.getSchemas(Meta.ConnectionHandle, String, Meta.Pat)</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="Service.SyncResultsRequest.html" title="class in org.apache.calcite.avatica.remote">Service.SyncResultsRequest</a></th>
<td class="colLast">
<div class="block">Request for <a href="Service.html#apply(org.apache.calcite.avatica.remote.Service.SyncResultsRequest)"><code>Service.apply(SyncResultsRequest)</code></a></div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="Service.SyncResultsResponse.html" title="class in org.apache.calcite.avatica.remote">Service.SyncResultsResponse</a></th>
<td class="colLast">
<div class="block">Response for <a href="Service.html#apply(org.apache.calcite.avatica.remote.Service.SyncResultsRequest)"><code>Service.apply(SyncResultsRequest)</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="Service.TablesRequest.html" title="class in org.apache.calcite.avatica.remote">Service.TablesRequest</a></th>
<td class="colLast">
<div class="block">Request for
<a href="../Meta.html#getTables(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,org.apache.calcite.avatica.Meta.Pat,org.apache.calcite.avatica.Meta.Pat,java.util.List)"><code>Meta.getTables(Meta.ConnectionHandle, String, org.apache.calcite.avatica.Meta.Pat, org.apache.calcite.avatica.Meta.Pat, java.util.List)</code></a></div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="Service.TableTypesRequest.html" title="class in org.apache.calcite.avatica.remote">Service.TableTypesRequest</a></th>
<td class="colLast">
<div class="block">Request for <a href="../Meta.html#getTableTypes(org.apache.calcite.avatica.Meta.ConnectionHandle)"><code>Meta.getTableTypes(Meta.ConnectionHandle)</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="Service.TypeInfoRequest.html" title="class in org.apache.calcite.avatica.remote">Service.TypeInfoRequest</a></th>
<td class="colLast">
<div class="block">Request for
<a href="../Meta.html#getTypeInfo(org.apache.calcite.avatica.Meta.ConnectionHandle)"><code>Meta.getTypeInfo(Meta.ConnectionHandle)</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="TypedValue.html" title="class in org.apache.calcite.avatica.remote">TypedValue</a></th>
<td class="colLast">
<div class="block">Value and type.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table class="typeSummary">
<caption><span>Enum Summary</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Enum</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="AuthenticationType.html" title="enum in org.apache.calcite.avatica.remote">AuthenticationType</a></th>
<td class="colLast">
<div class="block">An enumeration for support types of authentication for the HttpServer.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="AvaticaRemoteConnectionProperty.html" title="enum in org.apache.calcite.avatica.remote">AvaticaRemoteConnectionProperty</a></th>
<td class="colLast">
<div class="block">Enumeration of Avatica remote driver's built-in connection properties.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="Driver.Serialization.html" title="enum in org.apache.calcite.avatica.remote">Driver.Serialization</a></th>
<td class="colLast">
<div class="block">Defines the method of message serialization used by the Driver</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="HostnameVerificationConfigurable.HostnameVerification.html" title="enum in org.apache.calcite.avatica.remote">HostnameVerificationConfigurable.HostnameVerification</a></th>
<td class="colLast">
<div class="block">Describes the support hostname verification methods of <a href="AvaticaHttpClient.html" title="interface in org.apache.calcite.avatica.remote"><code>AvaticaHttpClient</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="MetaDataOperation.html" title="enum in org.apache.calcite.avatica.remote">MetaDataOperation</a></th>
<td class="colLast">
<div class="block">Identifies an operation from <code>DatabaseMetaData</code> which returns a <code>ResultSet</code>.</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="AvaticaRuntimeException.html" title="class in org.apache.calcite.avatica.remote">AvaticaRuntimeException</a></th>
<td class="colLast">
<div class="block">A <code>RuntimeException</code> thrown by Avatica with additional contextual information about
what happened to cause the Exception.</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>