blob: cbe3fec31c6100b2499f491fb3d8894aea2ad1ff [file] [log] [blame]
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>Uses of Package 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="Uses of Package 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><a href="package-summary.html">Package</a></li>
<li>Class</li>
<li class="navBarCell1Rev">Use</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="Uses of Package org.apache.calcite.avatica.remote" class="title">Uses of Package<br>org.apache.calcite.avatica.remote</h1>
</div>
<div class="contentContainer">
<ul class="blockList">
<li class="blockList">
<table class="useSummary">
<caption><span>Packages that use <a href="package-summary.html">org.apache.calcite.avatica.remote</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.apache.calcite.avatica">org.apache.calcite.avatica</a></th>
<td class="colLast">
<div class="block">Avatica JDBC framework.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.apache.calcite.avatica.jdbc">org.apache.calcite.avatica.jdbc</a></th>
<td class="colLast">
<div class="block">Implements an Avatica provider on top of an existing JDBC data source.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.apache.calcite.avatica.remote">org.apache.calcite.avatica.remote</a></th>
<td class="colLast">
<div class="block">JDBC driver that uses remote procedure calls.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.apache.calcite.avatica.server">org.apache.calcite.avatica.server</a></th>
<td class="colLast">
<div class="block">Avatica server that listens for HTTP requests.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.apache.calcite.avatica.standalone">org.apache.calcite.avatica.standalone</a></th>
<td class="colLast">
<div class="block">Avatica Server without any authentication for any JDBC driver.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a id="org.apache.calcite.avatica">
<!-- -->
</a>
<table class="useSummary">
<caption><span>Classes in <a href="package-summary.html">org.apache.calcite.avatica.remote</a> used by <a href="../package-summary.html">org.apache.calcite.avatica</a></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="class-use/AvaticaHttpClientFactory.html#org.apache.calcite.avatica">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="rowColor">
<th class="colFirst" scope="row"><a href="class-use/HostnameVerificationConfigurable.HostnameVerification.html#org.apache.calcite.avatica">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="class-use/KerberosConnection.html#org.apache.calcite.avatica">KerberosConnection</a></th>
<td class="colLast">
<div class="block">A utility to perform Kerberos logins and renewals.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/MetaDataOperation.html#org.apache.calcite.avatica">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>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Service.html#org.apache.calcite.avatica">Service</a></th>
<td class="colLast">
<div class="block">API for request-response calls to an Avatica server.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/Service.Factory.html#org.apache.calcite.avatica">Service.Factory</a></th>
<td class="colLast">
<div class="block">Factory that creates a <code>Service</code>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Service.RpcMetadataResponse.html#org.apache.calcite.avatica">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="class-use/TypedValue.html#org.apache.calcite.avatica">TypedValue</a></th>
<td class="colLast">
<div class="block">Value and type.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a id="org.apache.calcite.avatica.jdbc">
<!-- -->
</a>
<table class="useSummary">
<caption><span>Classes in <a href="package-summary.html">org.apache.calcite.avatica.remote</a> used by <a href="../jdbc/package-summary.html">org.apache.calcite.avatica.jdbc</a></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="class-use/ProtobufMeta.html#org.apache.calcite.avatica.jdbc">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="rowColor">
<th class="colFirst" scope="row"><a href="class-use/TypedValue.html#org.apache.calcite.avatica.jdbc">TypedValue</a></th>
<td class="colLast">
<div class="block">Value and type.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a id="org.apache.calcite.avatica.remote">
<!-- -->
</a>
<table class="useSummary">
<caption><span>Classes in <a href="package-summary.html">org.apache.calcite.avatica.remote</a> used by <a href="package-summary.html">org.apache.calcite.avatica.remote</a></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="class-use/AbstractHandler.html#org.apache.calcite.avatica.remote">AbstractHandler</a></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="class-use/AbstractService.html#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="class-use/AuthenticationType.html#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="class-use/AvaticaHttpClient.html#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="altColor">
<th class="colFirst" scope="row"><a href="class-use/AvaticaHttpClientFactory.html#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="rowColor">
<th class="colFirst" scope="row"><a href="class-use/AvaticaHttpClientFactoryImpl.html#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="altColor">
<th class="colFirst" scope="row"><a href="class-use/AvaticaRemoteConnectionProperty.html#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="rowColor">
<th class="colFirst" scope="row"><a href="class-use/Driver.Serialization.html#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="altColor">
<th class="colFirst" scope="row"><a href="class-use/Handler.html#org.apache.calcite.avatica.remote">Handler</a></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="class-use/Handler.HandlerResponse.html#org.apache.calcite.avatica.remote">Handler.HandlerResponse</a></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="altColor">
<th class="colFirst" scope="row"><a href="class-use/HostnameVerificationConfigurable.html#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="rowColor">
<th class="colFirst" scope="row"><a href="class-use/HostnameVerificationConfigurable.HostnameVerification.html#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="class-use/JsonService.html#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="class-use/KerberosConnection.html#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="class-use/KeyStoreConfigurable.html#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="class-use/MetaDataOperation.html#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>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/ProtobufService.html#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="rowColor">
<th class="colFirst" scope="row"><a href="class-use/ProtobufTranslation.html#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="altColor">
<th class="colFirst" scope="row"><a href="class-use/Service.html#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="rowColor">
<th class="colFirst" scope="row"><a href="class-use/Service.Base.html#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="class-use/Service.CatalogsRequest.html#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="class-use/Service.CloseConnectionRequest.html#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="class-use/Service.CloseConnectionResponse.html#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="class-use/Service.CloseStatementRequest.html#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="class-use/Service.CloseStatementResponse.html#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="class-use/Service.ColumnsRequest.html#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="class-use/Service.CommitRequest.html#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="class-use/Service.CommitResponse.html#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="class-use/Service.ConnectionSyncRequest.html#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="class-use/Service.ConnectionSyncResponse.html#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="class-use/Service.CreateStatementRequest.html#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="class-use/Service.CreateStatementResponse.html#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="class-use/Service.DatabasePropertyRequest.html#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="class-use/Service.DatabasePropertyResponse.html#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="class-use/Service.ExecuteBatchRequest.html#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="rowColor">
<th class="colFirst" scope="row"><a href="class-use/Service.ExecuteBatchResponse.html#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="altColor">
<th class="colFirst" scope="row"><a href="class-use/Service.ExecuteRequest.html#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="rowColor">
<th class="colFirst" scope="row"><a href="class-use/Service.ExecuteResponse.html#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="altColor">
<th class="colFirst" scope="row"><a href="class-use/Service.Factory.html#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="class-use/Service.FetchRequest.html#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="class-use/Service.FetchResponse.html#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="class-use/Service.OpenConnectionRequest.html#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="class-use/Service.OpenConnectionResponse.html#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="class-use/Service.PrepareAndExecuteBatchRequest.html#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="class-use/Service.PrepareAndExecuteRequest.html#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="class-use/Service.PrepareRequest.html#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="class-use/Service.PrepareResponse.html#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="class-use/Service.Request.html#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="class-use/Service.Response.html#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="class-use/Service.ResultSetResponse.html#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="class-use/Service.RollbackRequest.html#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="class-use/Service.RollbackResponse.html#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="class-use/Service.RpcMetadataResponse.html#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="class-use/Service.SchemasRequest.html#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="class-use/Service.SyncResultsRequest.html#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="class-use/Service.SyncResultsResponse.html#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="class-use/Service.TablesRequest.html#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="class-use/Service.TableTypesRequest.html#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="class-use/Service.TypeInfoRequest.html#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="class-use/TrustStoreConfigurable.html#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="class-use/TypedValue.html#org.apache.calcite.avatica.remote">TypedValue</a></th>
<td class="colLast">
<div class="block">Value and type.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/UsernamePasswordAuthenticateable.html#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"><a id="org.apache.calcite.avatica.server">
<!-- -->
</a>
<table class="useSummary">
<caption><span>Classes in <a href="package-summary.html">org.apache.calcite.avatica.remote</a> used by <a href="../server/package-summary.html">org.apache.calcite.avatica.server</a></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="class-use/AuthenticationType.html#org.apache.calcite.avatica.server">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="class-use/Driver.Serialization.html#org.apache.calcite.avatica.server">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="altColor">
<th class="colFirst" scope="row"><a href="class-use/Service.html#org.apache.calcite.avatica.server">Service</a></th>
<td class="colLast">
<div class="block">API for request-response calls to an Avatica server.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/Service.RpcMetadataResponse.html#org.apache.calcite.avatica.server">Service.RpcMetadataResponse</a></th>
<td class="colLast">
<div class="block">Response that includes information about the server that handled an RPC.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a id="org.apache.calcite.avatica.standalone">
<!-- -->
</a>
<table class="useSummary">
<caption><span>Classes in <a href="package-summary.html">org.apache.calcite.avatica.remote</a> used by <a href="../standalone/package-summary.html">org.apache.calcite.avatica.standalone</a></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="class-use/Driver.Serialization.html#org.apache.calcite.avatica.standalone">Driver.Serialization</a></th>
<td class="colLast">
<div class="block">Defines the method of message serialization used by the Driver</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><a href="package-summary.html">Package</a></li>
<li>Class</li>
<li class="navBarCell1Rev">Use</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>