blob: 88ce30f27a39c6ba8472d533c35e281b29499ee0 [file] [log] [blame]
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>Uses of Package org.apache.calcite.avatica.proto (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.proto (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.proto" class="title">Uses of Package<br>org.apache.calcite.avatica.proto</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.proto</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.proto">org.apache.calcite.avatica.proto</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<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>
</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.proto</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/Common.AvaticaParameter.html#org.apache.calcite.avatica">Common.AvaticaParameter</a></th>
<td class="colLast">
<div class="block">
Metadata for a parameter</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/Common.AvaticaType.html#org.apache.calcite.avatica">Common.AvaticaType</a></th>
<td class="colLast">
<div class="block">
Base class for a column type</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Common.ColumnMetaData.html#org.apache.calcite.avatica">Common.ColumnMetaData</a></th>
<td class="colLast">
<div class="block">Protobuf type <code>ColumnMetaData</code></div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/Common.ConnectionProperties.html#org.apache.calcite.avatica">Common.ConnectionProperties</a></th>
<td class="colLast">
<div class="block">
Details about a connection</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Common.CursorFactory.html#org.apache.calcite.avatica">Common.CursorFactory</a></th>
<td class="colLast">
<div class="block">
Information necessary to convert an Iterable into a Calcite Cursor</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/Common.CursorFactory.Style.html#org.apache.calcite.avatica">Common.CursorFactory.Style</a></th>
<td class="colLast">
<div class="block">Protobuf enum <code>CursorFactory.Style</code></div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Common.DatabaseProperty.html#org.apache.calcite.avatica">Common.DatabaseProperty</a></th>
<td class="colLast">
<div class="block">
Database property, list of functions the database provides for a certain operation</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/Common.Frame.html#org.apache.calcite.avatica">Common.Frame</a></th>
<td class="colLast">
<div class="block">
A collection of rows</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Common.QueryState.html#org.apache.calcite.avatica">Common.QueryState</a></th>
<td class="colLast">
<div class="block">Protobuf type <code>QueryState</code></div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/Common.Rep.html#org.apache.calcite.avatica">Common.Rep</a></th>
<td class="colLast">
<div class="block">Protobuf enum <code>Rep</code></div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Common.Severity.html#org.apache.calcite.avatica">Common.Severity</a></th>
<td class="colLast">
<div class="block">
The severity of some unexpected outcome to an operation.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/Common.Signature.html#org.apache.calcite.avatica">Common.Signature</a></th>
<td class="colLast">
<div class="block">
Results of preparing a statement</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Common.StatementHandle.html#org.apache.calcite.avatica">Common.StatementHandle</a></th>
<td class="colLast">
<div class="block">
Statement handle</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/Common.StatementType.html#org.apache.calcite.avatica">Common.StatementType</a></th>
<td class="colLast">
<div class="block">
Has to be consistent with Meta.StatementType</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Common.StateType.html#org.apache.calcite.avatica">Common.StateType</a></th>
<td class="colLast">
<div class="block">Protobuf enum <code>StateType</code></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.proto</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/Requests.UpdateBatch.html#org.apache.calcite.avatica.jdbc">Requests.UpdateBatch</a></th>
<td class="colLast">
<div class="block">
Each command is a list of TypedValues</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a id="org.apache.calcite.avatica.proto">
<!-- -->
</a>
<table class="useSummary">
<caption><span>Classes in <a href="package-summary.html">org.apache.calcite.avatica.proto</a> used by <a href="package-summary.html">org.apache.calcite.avatica.proto</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/Common.AvaticaParameter.html#org.apache.calcite.avatica.proto">Common.AvaticaParameter</a></th>
<td class="colLast">
<div class="block">
Metadata for a parameter</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/Common.AvaticaParameter.Builder.html#org.apache.calcite.avatica.proto">Common.AvaticaParameter.Builder</a></th>
<td class="colLast">
<div class="block">
Metadata for a parameter</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Common.AvaticaParameterOrBuilder.html#org.apache.calcite.avatica.proto">Common.AvaticaParameterOrBuilder</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/Common.AvaticaType.html#org.apache.calcite.avatica.proto">Common.AvaticaType</a></th>
<td class="colLast">
<div class="block">
Base class for a column type</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Common.AvaticaType.Builder.html#org.apache.calcite.avatica.proto">Common.AvaticaType.Builder</a></th>
<td class="colLast">
<div class="block">
Base class for a column type</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/Common.AvaticaTypeOrBuilder.html#org.apache.calcite.avatica.proto">Common.AvaticaTypeOrBuilder</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Common.ColumnMetaData.html#org.apache.calcite.avatica.proto">Common.ColumnMetaData</a></th>
<td class="colLast">
<div class="block">Protobuf type <code>ColumnMetaData</code></div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/Common.ColumnMetaData.Builder.html#org.apache.calcite.avatica.proto">Common.ColumnMetaData.Builder</a></th>
<td class="colLast">
<div class="block">Protobuf type <code>ColumnMetaData</code></div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Common.ColumnMetaDataOrBuilder.html#org.apache.calcite.avatica.proto">Common.ColumnMetaDataOrBuilder</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/Common.ColumnValue.html#org.apache.calcite.avatica.proto">Common.ColumnValue</a></th>
<td class="colLast">
<div class="block">
A value might be a TypedValue or an Array of TypedValue's</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Common.ColumnValue.Builder.html#org.apache.calcite.avatica.proto">Common.ColumnValue.Builder</a></th>
<td class="colLast">
<div class="block">
A value might be a TypedValue or an Array of TypedValue's</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/Common.ColumnValueOrBuilder.html#org.apache.calcite.avatica.proto">Common.ColumnValueOrBuilder</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Common.ConnectionProperties.html#org.apache.calcite.avatica.proto">Common.ConnectionProperties</a></th>
<td class="colLast">
<div class="block">
Details about a connection</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/Common.ConnectionProperties.Builder.html#org.apache.calcite.avatica.proto">Common.ConnectionProperties.Builder</a></th>
<td class="colLast">
<div class="block">
Details about a connection</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Common.ConnectionPropertiesOrBuilder.html#org.apache.calcite.avatica.proto">Common.ConnectionPropertiesOrBuilder</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/Common.CursorFactory.html#org.apache.calcite.avatica.proto">Common.CursorFactory</a></th>
<td class="colLast">
<div class="block">
Information necessary to convert an Iterable into a Calcite Cursor</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Common.CursorFactory.Builder.html#org.apache.calcite.avatica.proto">Common.CursorFactory.Builder</a></th>
<td class="colLast">
<div class="block">
Information necessary to convert an Iterable into a Calcite Cursor</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/Common.CursorFactory.Style.html#org.apache.calcite.avatica.proto">Common.CursorFactory.Style</a></th>
<td class="colLast">
<div class="block">Protobuf enum <code>CursorFactory.Style</code></div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Common.CursorFactoryOrBuilder.html#org.apache.calcite.avatica.proto">Common.CursorFactoryOrBuilder</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/Common.DatabaseProperty.html#org.apache.calcite.avatica.proto">Common.DatabaseProperty</a></th>
<td class="colLast">
<div class="block">
Database property, list of functions the database provides for a certain operation</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Common.DatabaseProperty.Builder.html#org.apache.calcite.avatica.proto">Common.DatabaseProperty.Builder</a></th>
<td class="colLast">
<div class="block">
Database property, list of functions the database provides for a certain operation</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/Common.DatabasePropertyOrBuilder.html#org.apache.calcite.avatica.proto">Common.DatabasePropertyOrBuilder</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Common.Frame.html#org.apache.calcite.avatica.proto">Common.Frame</a></th>
<td class="colLast">
<div class="block">
A collection of rows</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/Common.Frame.Builder.html#org.apache.calcite.avatica.proto">Common.Frame.Builder</a></th>
<td class="colLast">
<div class="block">
A collection of rows</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Common.FrameOrBuilder.html#org.apache.calcite.avatica.proto">Common.FrameOrBuilder</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/Common.MetaDataOperation.html#org.apache.calcite.avatica.proto">Common.MetaDataOperation</a></th>
<td class="colLast">
<div class="block">
Enumeration corresponding to DatabaseMetaData operations</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Common.MetaDataOperationArgument.html#org.apache.calcite.avatica.proto">Common.MetaDataOperationArgument</a></th>
<td class="colLast">
<div class="block">
Represents the breadth of arguments to DatabaseMetaData functions</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/Common.MetaDataOperationArgument.ArgumentType.html#org.apache.calcite.avatica.proto">Common.MetaDataOperationArgument.ArgumentType</a></th>
<td class="colLast">
<div class="block">Protobuf enum <code>MetaDataOperationArgument.ArgumentType</code></div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Common.MetaDataOperationArgument.Builder.html#org.apache.calcite.avatica.proto">Common.MetaDataOperationArgument.Builder</a></th>
<td class="colLast">
<div class="block">
Represents the breadth of arguments to DatabaseMetaData functions</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/Common.MetaDataOperationArgumentOrBuilder.html#org.apache.calcite.avatica.proto">Common.MetaDataOperationArgumentOrBuilder</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Common.QueryState.html#org.apache.calcite.avatica.proto">Common.QueryState</a></th>
<td class="colLast">
<div class="block">Protobuf type <code>QueryState</code></div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/Common.QueryState.Builder.html#org.apache.calcite.avatica.proto">Common.QueryState.Builder</a></th>
<td class="colLast">
<div class="block">Protobuf type <code>QueryState</code></div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Common.QueryStateOrBuilder.html#org.apache.calcite.avatica.proto">Common.QueryStateOrBuilder</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/Common.Rep.html#org.apache.calcite.avatica.proto">Common.Rep</a></th>
<td class="colLast">
<div class="block">Protobuf enum <code>Rep</code></div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Common.Row.html#org.apache.calcite.avatica.proto">Common.Row</a></th>
<td class="colLast">
<div class="block">
A row is a collection of values</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/Common.Row.Builder.html#org.apache.calcite.avatica.proto">Common.Row.Builder</a></th>
<td class="colLast">
<div class="block">
A row is a collection of values</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Common.RowOrBuilder.html#org.apache.calcite.avatica.proto">Common.RowOrBuilder</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/Common.Severity.html#org.apache.calcite.avatica.proto">Common.Severity</a></th>
<td class="colLast">
<div class="block">
The severity of some unexpected outcome to an operation.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Common.Signature.html#org.apache.calcite.avatica.proto">Common.Signature</a></th>
<td class="colLast">
<div class="block">
Results of preparing a statement</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/Common.Signature.Builder.html#org.apache.calcite.avatica.proto">Common.Signature.Builder</a></th>
<td class="colLast">
<div class="block">
Results of preparing a statement</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Common.SignatureOrBuilder.html#org.apache.calcite.avatica.proto">Common.SignatureOrBuilder</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/Common.StatementHandle.html#org.apache.calcite.avatica.proto">Common.StatementHandle</a></th>
<td class="colLast">
<div class="block">
Statement handle</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Common.StatementHandle.Builder.html#org.apache.calcite.avatica.proto">Common.StatementHandle.Builder</a></th>
<td class="colLast">
<div class="block">
Statement handle</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/Common.StatementHandleOrBuilder.html#org.apache.calcite.avatica.proto">Common.StatementHandleOrBuilder</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Common.StatementType.html#org.apache.calcite.avatica.proto">Common.StatementType</a></th>
<td class="colLast">
<div class="block">
Has to be consistent with Meta.StatementType</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/Common.StateType.html#org.apache.calcite.avatica.proto">Common.StateType</a></th>
<td class="colLast">
<div class="block">Protobuf enum <code>StateType</code></div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Common.TypedValue.html#org.apache.calcite.avatica.proto">Common.TypedValue</a></th>
<td class="colLast">
<div class="block">
Generic wrapper to support any SQL type.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/Common.TypedValue.Builder.html#org.apache.calcite.avatica.proto">Common.TypedValue.Builder</a></th>
<td class="colLast">
<div class="block">
Generic wrapper to support any SQL type.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Common.TypedValueOrBuilder.html#org.apache.calcite.avatica.proto">Common.TypedValueOrBuilder</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/Common.WireMessage.html#org.apache.calcite.avatica.proto">Common.WireMessage</a></th>
<td class="colLast">
<div class="block">
Message which encapsulates another message to support a single RPC endpoint</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Common.WireMessage.Builder.html#org.apache.calcite.avatica.proto">Common.WireMessage.Builder</a></th>
<td class="colLast">
<div class="block">
Message which encapsulates another message to support a single RPC endpoint</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/Common.WireMessageOrBuilder.html#org.apache.calcite.avatica.proto">Common.WireMessageOrBuilder</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Requests.CatalogsRequest.html#org.apache.calcite.avatica.proto">Requests.CatalogsRequest</a></th>
<td class="colLast">
<div class="block">
Request for Meta#getCatalogs()</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/Requests.CatalogsRequest.Builder.html#org.apache.calcite.avatica.proto">Requests.CatalogsRequest.Builder</a></th>
<td class="colLast">
<div class="block">
Request for Meta#getCatalogs()</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Requests.CatalogsRequestOrBuilder.html#org.apache.calcite.avatica.proto">Requests.CatalogsRequestOrBuilder</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/Requests.CloseConnectionRequest.html#org.apache.calcite.avatica.proto">Requests.CloseConnectionRequest</a></th>
<td class="colLast">
<div class="block">
Request for Meta#closeConnection(Meta.ConnectionHandle)</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Requests.CloseConnectionRequest.Builder.html#org.apache.calcite.avatica.proto">Requests.CloseConnectionRequest.Builder</a></th>
<td class="colLast">
<div class="block">
Request for Meta#closeConnection(Meta.ConnectionHandle)</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/Requests.CloseConnectionRequestOrBuilder.html#org.apache.calcite.avatica.proto">Requests.CloseConnectionRequestOrBuilder</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Requests.CloseStatementRequest.html#org.apache.calcite.avatica.proto">Requests.CloseStatementRequest</a></th>
<td class="colLast">
<div class="block">
Request for Meta#closeStatement(Meta.StatementHandle)</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/Requests.CloseStatementRequest.Builder.html#org.apache.calcite.avatica.proto">Requests.CloseStatementRequest.Builder</a></th>
<td class="colLast">
<div class="block">
Request for Meta#closeStatement(Meta.StatementHandle)</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Requests.CloseStatementRequestOrBuilder.html#org.apache.calcite.avatica.proto">Requests.CloseStatementRequestOrBuilder</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/Requests.ColumnsRequest.html#org.apache.calcite.avatica.proto">Requests.ColumnsRequest</a></th>
<td class="colLast">
<div class="block">
Request for Meta#getColumns(String, org.apache.calcite.avatica.Meta.Pat,
org.apache.calcite.avatica.Meta.Pat, org.apache.calcite.avatica.Meta.Pat).</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Requests.ColumnsRequest.Builder.html#org.apache.calcite.avatica.proto">Requests.ColumnsRequest.Builder</a></th>
<td class="colLast">
<div class="block">
Request for Meta#getColumns(String, org.apache.calcite.avatica.Meta.Pat,
org.apache.calcite.avatica.Meta.Pat, org.apache.calcite.avatica.Meta.Pat).</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/Requests.ColumnsRequestOrBuilder.html#org.apache.calcite.avatica.proto">Requests.ColumnsRequestOrBuilder</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Requests.CommitRequest.html#org.apache.calcite.avatica.proto">Requests.CommitRequest</a></th>
<td class="colLast">
<div class="block">
Request to invoke a commit on a Connection</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/Requests.CommitRequest.Builder.html#org.apache.calcite.avatica.proto">Requests.CommitRequest.Builder</a></th>
<td class="colLast">
<div class="block">
Request to invoke a commit on a Connection</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Requests.CommitRequestOrBuilder.html#org.apache.calcite.avatica.proto">Requests.CommitRequestOrBuilder</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/Requests.ConnectionSyncRequest.html#org.apache.calcite.avatica.proto">Requests.ConnectionSyncRequest</a></th>
<td class="colLast">
<div class="block">Protobuf type <code>ConnectionSyncRequest</code></div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Requests.ConnectionSyncRequest.Builder.html#org.apache.calcite.avatica.proto">Requests.ConnectionSyncRequest.Builder</a></th>
<td class="colLast">
<div class="block">Protobuf type <code>ConnectionSyncRequest</code></div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/Requests.ConnectionSyncRequestOrBuilder.html#org.apache.calcite.avatica.proto">Requests.ConnectionSyncRequestOrBuilder</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Requests.CreateStatementRequest.html#org.apache.calcite.avatica.proto">Requests.CreateStatementRequest</a></th>
<td class="colLast">
<div class="block">
Request for Meta#createStatement(Meta.ConnectionHandle)</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/Requests.CreateStatementRequest.Builder.html#org.apache.calcite.avatica.proto">Requests.CreateStatementRequest.Builder</a></th>
<td class="colLast">
<div class="block">
Request for Meta#createStatement(Meta.ConnectionHandle)</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Requests.CreateStatementRequestOrBuilder.html#org.apache.calcite.avatica.proto">Requests.CreateStatementRequestOrBuilder</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/Requests.DatabasePropertyRequest.html#org.apache.calcite.avatica.proto">Requests.DatabasePropertyRequest</a></th>
<td class="colLast">
<div class="block">
Request for Meta#getDatabaseProperties()</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Requests.DatabasePropertyRequest.Builder.html#org.apache.calcite.avatica.proto">Requests.DatabasePropertyRequest.Builder</a></th>
<td class="colLast">
<div class="block">
Request for Meta#getDatabaseProperties()</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/Requests.DatabasePropertyRequestOrBuilder.html#org.apache.calcite.avatica.proto">Requests.DatabasePropertyRequestOrBuilder</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Requests.ExecuteBatchRequest.html#org.apache.calcite.avatica.proto">Requests.ExecuteBatchRequest</a></th>
<td class="colLast">
<div class="block">Protobuf type <code>ExecuteBatchRequest</code></div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/Requests.ExecuteBatchRequest.Builder.html#org.apache.calcite.avatica.proto">Requests.ExecuteBatchRequest.Builder</a></th>
<td class="colLast">
<div class="block">Protobuf type <code>ExecuteBatchRequest</code></div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Requests.ExecuteBatchRequestOrBuilder.html#org.apache.calcite.avatica.proto">Requests.ExecuteBatchRequestOrBuilder</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/Requests.ExecuteRequest.html#org.apache.calcite.avatica.proto">Requests.ExecuteRequest</a></th>
<td class="colLast">
<div class="block">
Request for Meta#execute(Meta.ConnectionHandle, list, long)</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Requests.ExecuteRequest.Builder.html#org.apache.calcite.avatica.proto">Requests.ExecuteRequest.Builder</a></th>
<td class="colLast">
<div class="block">
Request for Meta#execute(Meta.ConnectionHandle, list, long)</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/Requests.ExecuteRequestOrBuilder.html#org.apache.calcite.avatica.proto">Requests.ExecuteRequestOrBuilder</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Requests.FetchRequest.html#org.apache.calcite.avatica.proto">Requests.FetchRequest</a></th>
<td class="colLast">
<div class="block">
Request for Meta#fetch(Meta.StatementHandle, List, long, int)</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/Requests.FetchRequest.Builder.html#org.apache.calcite.avatica.proto">Requests.FetchRequest.Builder</a></th>
<td class="colLast">
<div class="block">
Request for Meta#fetch(Meta.StatementHandle, List, long, int)</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Requests.FetchRequestOrBuilder.html#org.apache.calcite.avatica.proto">Requests.FetchRequestOrBuilder</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/Requests.OpenConnectionRequest.html#org.apache.calcite.avatica.proto">Requests.OpenConnectionRequest</a></th>
<td class="colLast">
<div class="block">
Request for Meta#openConnection(Meta.ConnectionHandle, Map&lt;String, String&gt;)</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Requests.OpenConnectionRequest.Builder.html#org.apache.calcite.avatica.proto">Requests.OpenConnectionRequest.Builder</a></th>
<td class="colLast">
<div class="block">
Request for Meta#openConnection(Meta.ConnectionHandle, Map&lt;String, String&gt;)</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/Requests.OpenConnectionRequestOrBuilder.html#org.apache.calcite.avatica.proto">Requests.OpenConnectionRequestOrBuilder</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Requests.PrepareAndExecuteBatchRequest.html#org.apache.calcite.avatica.proto">Requests.PrepareAndExecuteBatchRequest</a></th>
<td class="colLast">
<div class="block">
Request to prepare and execute a collection of sql statements.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/Requests.PrepareAndExecuteBatchRequest.Builder.html#org.apache.calcite.avatica.proto">Requests.PrepareAndExecuteBatchRequest.Builder</a></th>
<td class="colLast">
<div class="block">
Request to prepare and execute a collection of sql statements.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Requests.PrepareAndExecuteBatchRequestOrBuilder.html#org.apache.calcite.avatica.proto">Requests.PrepareAndExecuteBatchRequestOrBuilder</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/Requests.PrepareAndExecuteRequest.html#org.apache.calcite.avatica.proto">Requests.PrepareAndExecuteRequest</a></th>
<td class="colLast">
<div class="block">
Request for Meta#prepareAndExecute(Meta.StatementHandle, String, long, Meta.PrepareCallback)</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Requests.PrepareAndExecuteRequest.Builder.html#org.apache.calcite.avatica.proto">Requests.PrepareAndExecuteRequest.Builder</a></th>
<td class="colLast">
<div class="block">
Request for Meta#prepareAndExecute(Meta.StatementHandle, String, long, Meta.PrepareCallback)</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/Requests.PrepareAndExecuteRequestOrBuilder.html#org.apache.calcite.avatica.proto">Requests.PrepareAndExecuteRequestOrBuilder</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Requests.PrepareRequest.html#org.apache.calcite.avatica.proto">Requests.PrepareRequest</a></th>
<td class="colLast">
<div class="block">
Request for Meta.prepare(Meta.ConnectionHandle, String, long)</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/Requests.PrepareRequest.Builder.html#org.apache.calcite.avatica.proto">Requests.PrepareRequest.Builder</a></th>
<td class="colLast">
<div class="block">
Request for Meta.prepare(Meta.ConnectionHandle, String, long)</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Requests.PrepareRequestOrBuilder.html#org.apache.calcite.avatica.proto">Requests.PrepareRequestOrBuilder</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/Requests.RollbackRequest.html#org.apache.calcite.avatica.proto">Requests.RollbackRequest</a></th>
<td class="colLast">
<div class="block">
Request to invoke rollback on a Connection</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Requests.RollbackRequest.Builder.html#org.apache.calcite.avatica.proto">Requests.RollbackRequest.Builder</a></th>
<td class="colLast">
<div class="block">
Request to invoke rollback on a Connection</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/Requests.RollbackRequestOrBuilder.html#org.apache.calcite.avatica.proto">Requests.RollbackRequestOrBuilder</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Requests.SchemasRequest.html#org.apache.calcite.avatica.proto">Requests.SchemasRequest</a></th>
<td class="colLast">
<div class="block">
Request for Meta#getSchemas(String, org.apache.calcite.avatica.Meta.Pat)}</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/Requests.SchemasRequest.Builder.html#org.apache.calcite.avatica.proto">Requests.SchemasRequest.Builder</a></th>
<td class="colLast">
<div class="block">
Request for Meta#getSchemas(String, org.apache.calcite.avatica.Meta.Pat)}</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Requests.SchemasRequestOrBuilder.html#org.apache.calcite.avatica.proto">Requests.SchemasRequestOrBuilder</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/Requests.SyncResultsRequest.html#org.apache.calcite.avatica.proto">Requests.SyncResultsRequest</a></th>
<td class="colLast">
<div class="block">Protobuf type <code>SyncResultsRequest</code></div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Requests.SyncResultsRequest.Builder.html#org.apache.calcite.avatica.proto">Requests.SyncResultsRequest.Builder</a></th>
<td class="colLast">
<div class="block">Protobuf type <code>SyncResultsRequest</code></div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/Requests.SyncResultsRequestOrBuilder.html#org.apache.calcite.avatica.proto">Requests.SyncResultsRequestOrBuilder</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Requests.TablesRequest.html#org.apache.calcite.avatica.proto">Requests.TablesRequest</a></th>
<td class="colLast">
<div class="block">
Request for Request for Meta#getTables(String, org.apache.calcite.avatica.Meta.Pat,
org.apache.calcite.avatica.Meta.Pat, java.util.List)</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/Requests.TablesRequest.Builder.html#org.apache.calcite.avatica.proto">Requests.TablesRequest.Builder</a></th>
<td class="colLast">
<div class="block">
Request for Request for Meta#getTables(String, org.apache.calcite.avatica.Meta.Pat,
org.apache.calcite.avatica.Meta.Pat, java.util.List)</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Requests.TablesRequestOrBuilder.html#org.apache.calcite.avatica.proto">Requests.TablesRequestOrBuilder</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/Requests.TableTypesRequest.html#org.apache.calcite.avatica.proto">Requests.TableTypesRequest</a></th>
<td class="colLast">
<div class="block">
Request for Meta#getTableTypes()</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Requests.TableTypesRequest.Builder.html#org.apache.calcite.avatica.proto">Requests.TableTypesRequest.Builder</a></th>
<td class="colLast">
<div class="block">
Request for Meta#getTableTypes()</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/Requests.TableTypesRequestOrBuilder.html#org.apache.calcite.avatica.proto">Requests.TableTypesRequestOrBuilder</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Requests.TypeInfoRequest.html#org.apache.calcite.avatica.proto">Requests.TypeInfoRequest</a></th>
<td class="colLast">
<div class="block">
Request for Meta#getTypeInfo()</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/Requests.TypeInfoRequest.Builder.html#org.apache.calcite.avatica.proto">Requests.TypeInfoRequest.Builder</a></th>
<td class="colLast">
<div class="block">
Request for Meta#getTypeInfo()</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Requests.TypeInfoRequestOrBuilder.html#org.apache.calcite.avatica.proto">Requests.TypeInfoRequestOrBuilder</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/Requests.UpdateBatch.html#org.apache.calcite.avatica.proto">Requests.UpdateBatch</a></th>
<td class="colLast">
<div class="block">
Each command is a list of TypedValues</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Requests.UpdateBatch.Builder.html#org.apache.calcite.avatica.proto">Requests.UpdateBatch.Builder</a></th>
<td class="colLast">
<div class="block">
Each command is a list of TypedValues</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/Requests.UpdateBatchOrBuilder.html#org.apache.calcite.avatica.proto">Requests.UpdateBatchOrBuilder</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Responses.CloseConnectionResponse.html#org.apache.calcite.avatica.proto">Responses.CloseConnectionResponse</a></th>
<td class="colLast">
<div class="block">
Response to CloseConnectionRequest {</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/Responses.CloseConnectionResponse.Builder.html#org.apache.calcite.avatica.proto">Responses.CloseConnectionResponse.Builder</a></th>
<td class="colLast">
<div class="block">
Response to CloseConnectionRequest {</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Responses.CloseConnectionResponseOrBuilder.html#org.apache.calcite.avatica.proto">Responses.CloseConnectionResponseOrBuilder</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/Responses.CloseStatementResponse.html#org.apache.calcite.avatica.proto">Responses.CloseStatementResponse</a></th>
<td class="colLast">
<div class="block">
Response to CloseStatementRequest</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Responses.CloseStatementResponse.Builder.html#org.apache.calcite.avatica.proto">Responses.CloseStatementResponse.Builder</a></th>
<td class="colLast">
<div class="block">
Response to CloseStatementRequest</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/Responses.CloseStatementResponseOrBuilder.html#org.apache.calcite.avatica.proto">Responses.CloseStatementResponseOrBuilder</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Responses.CommitResponse.html#org.apache.calcite.avatica.proto">Responses.CommitResponse</a></th>
<td class="colLast">
<div class="block">
Response to a commit request</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/Responses.CommitResponse.Builder.html#org.apache.calcite.avatica.proto">Responses.CommitResponse.Builder</a></th>
<td class="colLast">
<div class="block">
Response to a commit request</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Responses.CommitResponseOrBuilder.html#org.apache.calcite.avatica.proto">Responses.CommitResponseOrBuilder</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/Responses.ConnectionSyncResponse.html#org.apache.calcite.avatica.proto">Responses.ConnectionSyncResponse</a></th>
<td class="colLast">
<div class="block">
Response to ConnectionSyncRequest</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Responses.ConnectionSyncResponse.Builder.html#org.apache.calcite.avatica.proto">Responses.ConnectionSyncResponse.Builder</a></th>
<td class="colLast">
<div class="block">
Response to ConnectionSyncRequest</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/Responses.ConnectionSyncResponseOrBuilder.html#org.apache.calcite.avatica.proto">Responses.ConnectionSyncResponseOrBuilder</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Responses.CreateStatementResponse.html#org.apache.calcite.avatica.proto">Responses.CreateStatementResponse</a></th>
<td class="colLast">
<div class="block">
Response to CreateStatementRequest</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/Responses.CreateStatementResponse.Builder.html#org.apache.calcite.avatica.proto">Responses.CreateStatementResponse.Builder</a></th>
<td class="colLast">
<div class="block">
Response to CreateStatementRequest</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Responses.CreateStatementResponseOrBuilder.html#org.apache.calcite.avatica.proto">Responses.CreateStatementResponseOrBuilder</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/Responses.DatabasePropertyElement.html#org.apache.calcite.avatica.proto">Responses.DatabasePropertyElement</a></th>
<td class="colLast">
<div class="block">Protobuf type <code>DatabasePropertyElement</code></div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Responses.DatabasePropertyElement.Builder.html#org.apache.calcite.avatica.proto">Responses.DatabasePropertyElement.Builder</a></th>
<td class="colLast">
<div class="block">Protobuf type <code>DatabasePropertyElement</code></div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/Responses.DatabasePropertyElementOrBuilder.html#org.apache.calcite.avatica.proto">Responses.DatabasePropertyElementOrBuilder</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Responses.DatabasePropertyResponse.html#org.apache.calcite.avatica.proto">Responses.DatabasePropertyResponse</a></th>
<td class="colLast">
<div class="block">
Response for Meta#getDatabaseProperties()</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/Responses.DatabasePropertyResponse.Builder.html#org.apache.calcite.avatica.proto">Responses.DatabasePropertyResponse.Builder</a></th>
<td class="colLast">
<div class="block">
Response for Meta#getDatabaseProperties()</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Responses.DatabasePropertyResponseOrBuilder.html#org.apache.calcite.avatica.proto">Responses.DatabasePropertyResponseOrBuilder</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/Responses.ErrorResponse.html#org.apache.calcite.avatica.proto">Responses.ErrorResponse</a></th>
<td class="colLast">
<div class="block">
Send contextual information about some error over the wire from the server.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Responses.ErrorResponse.Builder.html#org.apache.calcite.avatica.proto">Responses.ErrorResponse.Builder</a></th>
<td class="colLast">
<div class="block">
Send contextual information about some error over the wire from the server.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/Responses.ErrorResponseOrBuilder.html#org.apache.calcite.avatica.proto">Responses.ErrorResponseOrBuilder</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Responses.ExecuteBatchResponse.html#org.apache.calcite.avatica.proto">Responses.ExecuteBatchResponse</a></th>
<td class="colLast">
<div class="block">
Response to a batch update request</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/Responses.ExecuteBatchResponse.Builder.html#org.apache.calcite.avatica.proto">Responses.ExecuteBatchResponse.Builder</a></th>
<td class="colLast">
<div class="block">
Response to a batch update request</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Responses.ExecuteBatchResponseOrBuilder.html#org.apache.calcite.avatica.proto">Responses.ExecuteBatchResponseOrBuilder</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/Responses.ExecuteResponse.html#org.apache.calcite.avatica.proto">Responses.ExecuteResponse</a></th>
<td class="colLast">
<div class="block">
Response to PrepareAndExecuteRequest</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Responses.ExecuteResponse.Builder.html#org.apache.calcite.avatica.proto">Responses.ExecuteResponse.Builder</a></th>
<td class="colLast">
<div class="block">
Response to PrepareAndExecuteRequest</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/Responses.ExecuteResponseOrBuilder.html#org.apache.calcite.avatica.proto">Responses.ExecuteResponseOrBuilder</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Responses.FetchResponse.html#org.apache.calcite.avatica.proto">Responses.FetchResponse</a></th>
<td class="colLast">
<div class="block">
Response to FetchRequest</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/Responses.FetchResponse.Builder.html#org.apache.calcite.avatica.proto">Responses.FetchResponse.Builder</a></th>
<td class="colLast">
<div class="block">
Response to FetchRequest</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Responses.FetchResponseOrBuilder.html#org.apache.calcite.avatica.proto">Responses.FetchResponseOrBuilder</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/Responses.OpenConnectionResponse.html#org.apache.calcite.avatica.proto">Responses.OpenConnectionResponse</a></th>
<td class="colLast">
<div class="block">
Response to OpenConnectionRequest {</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Responses.OpenConnectionResponse.Builder.html#org.apache.calcite.avatica.proto">Responses.OpenConnectionResponse.Builder</a></th>
<td class="colLast">
<div class="block">
Response to OpenConnectionRequest {</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/Responses.OpenConnectionResponseOrBuilder.html#org.apache.calcite.avatica.proto">Responses.OpenConnectionResponseOrBuilder</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Responses.PrepareResponse.html#org.apache.calcite.avatica.proto">Responses.PrepareResponse</a></th>
<td class="colLast">
<div class="block">
Response to PrepareRequest</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/Responses.PrepareResponse.Builder.html#org.apache.calcite.avatica.proto">Responses.PrepareResponse.Builder</a></th>
<td class="colLast">
<div class="block">
Response to PrepareRequest</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Responses.PrepareResponseOrBuilder.html#org.apache.calcite.avatica.proto">Responses.PrepareResponseOrBuilder</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/Responses.ResultSetResponse.html#org.apache.calcite.avatica.proto">Responses.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/Responses.ResultSetResponse.Builder.html#org.apache.calcite.avatica.proto">Responses.ResultSetResponse.Builder</a></th>
<td class="colLast">
<div class="block">
Response that contains a result set.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/Responses.ResultSetResponseOrBuilder.html#org.apache.calcite.avatica.proto">Responses.ResultSetResponseOrBuilder</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Responses.RollbackResponse.html#org.apache.calcite.avatica.proto">Responses.RollbackResponse</a></th>
<td class="colLast">
<div class="block">
Response to a rollback request</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/Responses.RollbackResponse.Builder.html#org.apache.calcite.avatica.proto">Responses.RollbackResponse.Builder</a></th>
<td class="colLast">
<div class="block">
Response to a rollback request</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Responses.RollbackResponseOrBuilder.html#org.apache.calcite.avatica.proto">Responses.RollbackResponseOrBuilder</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/Responses.RpcMetadata.html#org.apache.calcite.avatica.proto">Responses.RpcMetadata</a></th>
<td class="colLast">
<div class="block">
Generic metadata for the server to return with each response.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Responses.RpcMetadata.Builder.html#org.apache.calcite.avatica.proto">Responses.RpcMetadata.Builder</a></th>
<td class="colLast">
<div class="block">
Generic metadata for the server to return with each response.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/Responses.RpcMetadataOrBuilder.html#org.apache.calcite.avatica.proto">Responses.RpcMetadataOrBuilder</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Responses.SyncResultsResponse.html#org.apache.calcite.avatica.proto">Responses.SyncResultsResponse</a></th>
<td class="colLast">
<div class="block">Protobuf type <code>SyncResultsResponse</code></div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/Responses.SyncResultsResponse.Builder.html#org.apache.calcite.avatica.proto">Responses.SyncResultsResponse.Builder</a></th>
<td class="colLast">
<div class="block">Protobuf type <code>SyncResultsResponse</code></div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Responses.SyncResultsResponseOrBuilder.html#org.apache.calcite.avatica.proto">Responses.SyncResultsResponseOrBuilder</a></th>
<td class="colLast">&nbsp;</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.proto</a> used by <a href="../remote/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/Common.MetaDataOperation.html#org.apache.calcite.avatica.remote">Common.MetaDataOperation</a></th>
<td class="colLast">
<div class="block">
Enumeration corresponding to DatabaseMetaData operations</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/Common.Rep.html#org.apache.calcite.avatica.remote">Common.Rep</a></th>
<td class="colLast">
<div class="block">Protobuf enum <code>Rep</code></div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Common.TypedValue.html#org.apache.calcite.avatica.remote">Common.TypedValue</a></th>
<td class="colLast">
<div class="block">
Generic wrapper to support any SQL type.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/Common.TypedValue.Builder.html#org.apache.calcite.avatica.remote">Common.TypedValue.Builder</a></th>
<td class="colLast">
<div class="block">
Generic wrapper to support any SQL type.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Requests.PrepareAndExecuteBatchRequest.html#org.apache.calcite.avatica.remote">Requests.PrepareAndExecuteBatchRequest</a></th>
<td class="colLast">
<div class="block">
Request to prepare and execute a collection of sql statements.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="class-use/Requests.UpdateBatch.html#org.apache.calcite.avatica.remote">Requests.UpdateBatch</a></th>
<td class="colLast">
<div class="block">
Each command is a list of TypedValues</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="class-use/Responses.ErrorResponse.html#org.apache.calcite.avatica.remote">Responses.ErrorResponse</a></th>
<td class="colLast">
<div class="block">
Send contextual information about some error over the wire from the server.</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>