blob: 116716011cb9881cb8769308eb6bc9dcca63bde6 [file] [log] [blame]
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>org.apache.calcite.avatica (Apache Calcite Avatica API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
<script type="text/javascript" src="../../../../jquery/jszip/dist/jszip.min.js"></script>
<script type="text/javascript" src="../../../../jquery/jszip-utils/dist/jszip-utils.min.js"></script>
<!--[if IE]>
<script type="text/javascript" src="../../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script>
<![endif]-->
<script type="text/javascript" src="../../../../jquery/jquery-3.3.1.js"></script>
<script type="text/javascript" src="../../../../jquery/jquery-migrate-3.0.1.js"></script>
<script type="text/javascript" src="../../../../jquery/jquery-ui.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="org.apache.calcite.avatica (Apache Calcite Avatica API)";
}
}
catch(err) {
}
//-->
var pathtoroot = "../../../../";
var useModuleDirectories = true;
loadScripts(document, 'script');</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<header role="banner">
<nav role="navigation">
<div class="fixedNav">
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a id="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a id="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../index.html">Overview</a></li>
<li class="navBarCell1Rev">Package</li>
<li>Class</li>
<li><a href="package-use.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../allclasses.html">All&nbsp;Classes</a></li>
</ul>
<ul class="navListSearch">
<li><label for="search">SEARCH:</label>
<input type="text" id="search" value="search" disabled="disabled">
<input type="reset" id="reset" value="reset" disabled="disabled">
</li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
</div>
<a id="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
</div>
<div class="navPadding">&nbsp;</div>
<script type="text/javascript"><!--
$('.navPadding').css('padding-top', $('.fixedNav').css("height"));
//-->
</script>
</nav>
</header>
<main role="main">
<div class="header">
<h1 title="Package" class="title">Package&nbsp;org.apache.calcite.avatica</h1>
</div>
<div class="contentContainer">
<section role="region"><a id="package.description">
<!-- -->
</a>
<div class="block">Avatica JDBC framework.</div>
</section>
<ul class="blockList">
<li class="blockList">
<table class="typeSummary">
<caption><span>Interface Summary</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Interface</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="AvaticaConnection.CallableWithoutException.html" title="interface in org.apache.calcite.avatica">AvaticaConnection.CallableWithoutException</a>&lt;T&gt;</th>
<td class="colLast">
<div class="block">A Callable-like interface but without a "throws Exception".</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="AvaticaFactory.html" title="interface in org.apache.calcite.avatica">AvaticaFactory</a></th>
<td class="colLast">
<div class="block">Factory for JDBC objects.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="AvaticaSpecificDatabaseMetaData.html" title="interface in org.apache.calcite.avatica">AvaticaSpecificDatabaseMetaData</a></th>
<td class="colLast">
<div class="block">Avatica additions to the JDBC <code>DatabaseMetaData</code> interface.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ConnectionConfig.html" title="interface in org.apache.calcite.avatica">ConnectionConfig</a></th>
<td class="colLast">
<div class="block">Connection configuration.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ConnectionConfigImpl.Converter.html" title="interface in org.apache.calcite.avatica">ConnectionConfigImpl.Converter</a>&lt;T&gt;</th>
<td class="colLast">
<div class="block">Callback to parse a property from string to its native type.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ConnectionProperty.html" title="interface in org.apache.calcite.avatica">ConnectionProperty</a></th>
<td class="colLast">
<div class="block">Definition of a property that may be specified on the JDBC connect string.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="Handler.html" title="interface in org.apache.calcite.avatica">Handler</a></th>
<td class="colLast">
<div class="block">Called at various points in the JDBC lifecycle.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="Handler.ResultSink.html" title="interface in org.apache.calcite.avatica">Handler.ResultSink</a></th>
<td class="colLast">
<div class="block">Handler for temporary tables.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="Meta.html" title="interface in org.apache.calcite.avatica">Meta</a></th>
<td class="colLast">
<div class="block">Command handler for getting various metadata.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="Meta.ConnectionProperties.html" title="interface in org.apache.calcite.avatica">Meta.ConnectionProperties</a></th>
<td class="colLast">
<div class="block">A pojo containing various client-settable <code>Connection</code> properties.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="Meta.Factory.html" title="interface in org.apache.calcite.avatica">Meta.Factory</a></th>
<td class="colLast">
<div class="block">Factory to create instances of <a href="Meta.html" title="interface in org.apache.calcite.avatica"><code>Meta</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="Meta.PrepareCallback.html" title="interface in org.apache.calcite.avatica">Meta.PrepareCallback</a></th>
<td class="colLast">
<div class="block">API to put a result set into a statement, being careful to enforce
thread-safety and not to overwrite existing open result sets.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="MetaImpl.Named.html" title="interface in org.apache.calcite.avatica">MetaImpl.Named</a></th>
<td class="colLast">
<div class="block">An object that has a name.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table class="typeSummary">
<caption><span>Class Summary</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="AvaticaConnection.html" title="class in org.apache.calcite.avatica">AvaticaConnection</a></th>
<td class="colLast">
<div class="block">Implementation of JDBC connection
for the Avatica framework.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="AvaticaConnection.Trojan.html" title="class in org.apache.calcite.avatica">AvaticaConnection.Trojan</a></th>
<td class="colLast">
<div class="block">A way to call package-protected methods.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="AvaticaDatabaseMetaData.html" title="class in org.apache.calcite.avatica">AvaticaDatabaseMetaData</a></th>
<td class="colLast">
<div class="block">Implementation of <code>DatabaseMetaData</code>
for the Avatica engine.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="AvaticaParameter.html" title="class in org.apache.calcite.avatica">AvaticaParameter</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="AvaticaPreparedStatement.html" title="class in org.apache.calcite.avatica">AvaticaPreparedStatement</a></th>
<td class="colLast">
<div class="block">Implementation of <code>PreparedStatement</code>
for the Avatica engine.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="AvaticaResultSet.html" title="class in org.apache.calcite.avatica">AvaticaResultSet</a></th>
<td class="colLast">
<div class="block">Implementation of <code>ResultSet</code>
for the Avatica engine.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="AvaticaResultSetMetaData.html" title="class in org.apache.calcite.avatica">AvaticaResultSetMetaData</a></th>
<td class="colLast">
<div class="block">Implementation of <code>ResultSetMetaData</code>
for the Avatica framework.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="AvaticaSite.html" title="class in org.apache.calcite.avatica">AvaticaSite</a></th>
<td class="colLast">
<div class="block">A location that a value can be written to or read from.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="AvaticaStatement.html" title="class in org.apache.calcite.avatica">AvaticaStatement</a></th>
<td class="colLast">
<div class="block">Implementation of <code>Statement</code>
for the Avatica engine.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="AvaticaUtils.html" title="class in org.apache.calcite.avatica">AvaticaUtils</a></th>
<td class="colLast">
<div class="block">Avatica utilities.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ColumnMetaData.html" title="class in org.apache.calcite.avatica">ColumnMetaData</a></th>
<td class="colLast">
<div class="block">Metadata for a column.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ColumnMetaData.ArrayType.html" title="class in org.apache.calcite.avatica">ColumnMetaData.ArrayType</a></th>
<td class="colLast">
<div class="block">Array type.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ColumnMetaData.AvaticaType.html" title="class in org.apache.calcite.avatica">ColumnMetaData.AvaticaType</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="ColumnMetaData.ScalarType.html" title="class in org.apache.calcite.avatica">ColumnMetaData.ScalarType</a></th>
<td class="colLast">
<div class="block">Scalar type.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ColumnMetaData.StructType.html" title="class in org.apache.calcite.avatica">ColumnMetaData.StructType</a></th>
<td class="colLast">
<div class="block">Record type.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ConnectionConfigImpl.html" title="class in org.apache.calcite.avatica">ConnectionConfigImpl</a></th>
<td class="colLast">
<div class="block">Implementation of <a href="ConnectionConfig.html" title="interface in org.apache.calcite.avatica"><code>ConnectionConfig</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ConnectionConfigImpl.PropEnv.html" title="class in org.apache.calcite.avatica">ConnectionConfigImpl.PropEnv</a></th>
<td class="colLast">
<div class="block">The combination of a property definition and a map of property values.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ConnectionPropertiesImpl.html" title="class in org.apache.calcite.avatica">ConnectionPropertiesImpl</a></th>
<td class="colLast">
<div class="block">Concrete implementation of <a href="Meta.ConnectionProperties.html" title="interface in org.apache.calcite.avatica"><code>Meta.ConnectionProperties</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ConnectStringParser.html" title="class in org.apache.calcite.avatica">ConnectStringParser</a></th>
<td class="colLast">
<div class="block">ConnectStringParser is a utility class that parses or creates a JDBC connect
string according to the
<a href="https://msdn.microsoft.com/en-us/library/windows/desktop/ms722656(v=vs.85).aspx">
OLE DB Connection String Syntax</a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="DriverVersion.html" title="class in org.apache.calcite.avatica">DriverVersion</a></th>
<td class="colLast">
<div class="block">Driver version information.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="HandlerImpl.html" title="class in org.apache.calcite.avatica">HandlerImpl</a></th>
<td class="colLast">
<div class="block">Implementation of <a href="Handler.html" title="interface in org.apache.calcite.avatica"><code>Handler</code></a> that does nothing for each callback.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="Helper.html" title="class in org.apache.calcite.avatica">Helper</a></th>
<td class="colLast">
<div class="block">Utility methods, mainly concerning error-handling.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a></th>
<td class="colLast">
<div class="block">Connection handle.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="Meta.CursorFactory.html" title="class in org.apache.calcite.avatica">Meta.CursorFactory</a></th>
<td class="colLast">
<div class="block">Information necessary to convert an <code>Iterable</code> into a
<a href="util/Cursor.html" title="interface in org.apache.calcite.avatica.util"><code>Cursor</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="Meta.ExecuteBatchResult.html" title="class in org.apache.calcite.avatica">Meta.ExecuteBatchResult</a></th>
<td class="colLast">
<div class="block">Response from a collection of SQL commands or parameter values in a single batch.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="Meta.ExecuteResult.html" title="class in org.apache.calcite.avatica">Meta.ExecuteResult</a></th>
<td class="colLast">
<div class="block">Response from execute.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="Meta.Frame.html" title="class in org.apache.calcite.avatica">Meta.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="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a></th>
<td class="colLast">
<div class="block">Meta data from which a result set can be constructed.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="Meta.Pat.html" title="class in org.apache.calcite.avatica">Meta.Pat</a></th>
<td class="colLast">
<div class="block">Wrapper to remind API calls that a parameter is a pattern (allows '%' and
'_' wildcards, per the JDBC spec) rather than a string to be matched
exactly.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="Meta.Signature.html" title="class in org.apache.calcite.avatica">Meta.Signature</a></th>
<td class="colLast">
<div class="block">Result of preparing a statement.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="Meta.StatementHandle.html" title="class in org.apache.calcite.avatica">Meta.StatementHandle</a></th>
<td class="colLast">
<div class="block">Statement handle.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="MetaImpl.html" title="class in org.apache.calcite.avatica">MetaImpl</a></th>
<td class="colLast">
<div class="block">Basic implementation of <a href="Meta.html" title="interface in org.apache.calcite.avatica"><code>Meta</code></a>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="MetaImpl.MetaAttribute.html" title="class in org.apache.calcite.avatica">MetaImpl.MetaAttribute</a></th>
<td class="colLast">
<div class="block">Metadata describing an attribute.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="MetaImpl.MetaBestRowIdentifier.html" title="class in org.apache.calcite.avatica">MetaImpl.MetaBestRowIdentifier</a></th>
<td class="colLast">
<div class="block">Metadata describing the best identifier for a row.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="MetaImpl.MetaCatalog.html" title="class in org.apache.calcite.avatica">MetaImpl.MetaCatalog</a></th>
<td class="colLast">
<div class="block">Metadata describing a catalog.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="MetaImpl.MetaClientInfoProperty.html" title="class in org.apache.calcite.avatica">MetaImpl.MetaClientInfoProperty</a></th>
<td class="colLast">
<div class="block">Metadata describing a client info property.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="MetaImpl.MetaColumn.html" title="class in org.apache.calcite.avatica">MetaImpl.MetaColumn</a></th>
<td class="colLast">
<div class="block">Metadata describing a column.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="MetaImpl.MetaColumnPrivilege.html" title="class in org.apache.calcite.avatica">MetaImpl.MetaColumnPrivilege</a></th>
<td class="colLast">
<div class="block">Metadata describing a column privilege.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="MetaImpl.MetaCrossReference.html" title="class in org.apache.calcite.avatica">MetaImpl.MetaCrossReference</a></th>
<td class="colLast">
<div class="block">Metadata describing a cross reference.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="MetaImpl.MetaExportedKey.html" title="class in org.apache.calcite.avatica">MetaImpl.MetaExportedKey</a></th>
<td class="colLast">
<div class="block">Metadata describing an exported key.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="MetaImpl.MetaFunction.html" title="class in org.apache.calcite.avatica">MetaImpl.MetaFunction</a></th>
<td class="colLast">
<div class="block">Metadata describing a function.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="MetaImpl.MetaFunctionColumn.html" title="class in org.apache.calcite.avatica">MetaImpl.MetaFunctionColumn</a></th>
<td class="colLast">
<div class="block">Metadata describing a function column.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="MetaImpl.MetaImportedKey.html" title="class in org.apache.calcite.avatica">MetaImpl.MetaImportedKey</a></th>
<td class="colLast">
<div class="block">Metadata describing an imported key.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="MetaImpl.MetaIndexInfo.html" title="class in org.apache.calcite.avatica">MetaImpl.MetaIndexInfo</a></th>
<td class="colLast">
<div class="block">Metadata describing index info.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="MetaImpl.MetaPrimaryKey.html" title="class in org.apache.calcite.avatica">MetaImpl.MetaPrimaryKey</a></th>
<td class="colLast">
<div class="block">Metadata describing a primary key.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="MetaImpl.MetaProcedure.html" title="class in org.apache.calcite.avatica">MetaImpl.MetaProcedure</a></th>
<td class="colLast">
<div class="block">Metadata describing a procedure.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="MetaImpl.MetaProcedureColumn.html" title="class in org.apache.calcite.avatica">MetaImpl.MetaProcedureColumn</a></th>
<td class="colLast">
<div class="block">Metadata describing a procedure column.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="MetaImpl.MetaPseudoColumn.html" title="class in org.apache.calcite.avatica">MetaImpl.MetaPseudoColumn</a></th>
<td class="colLast">
<div class="block">Metadata describing a pseudo column.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="MetaImpl.MetaSchema.html" title="class in org.apache.calcite.avatica">MetaImpl.MetaSchema</a></th>
<td class="colLast">
<div class="block">Metadata describing a schema.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="MetaImpl.MetaSuperTable.html" title="class in org.apache.calcite.avatica">MetaImpl.MetaSuperTable</a></th>
<td class="colLast">
<div class="block">Metadata describing a super-table.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="MetaImpl.MetaSuperType.html" title="class in org.apache.calcite.avatica">MetaImpl.MetaSuperType</a></th>
<td class="colLast">
<div class="block">Metadata describing a super-type.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="MetaImpl.MetaTable.html" title="class in org.apache.calcite.avatica">MetaImpl.MetaTable</a></th>
<td class="colLast">
<div class="block">Metadata describing a table.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="MetaImpl.MetaTablePrivilege.html" title="class in org.apache.calcite.avatica">MetaImpl.MetaTablePrivilege</a></th>
<td class="colLast">
<div class="block">Metadata describing a table privilege.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="MetaImpl.MetaTableType.html" title="class in org.apache.calcite.avatica">MetaImpl.MetaTableType</a></th>
<td class="colLast">
<div class="block">Metadata describing a table type.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="MetaImpl.MetaTypeInfo.html" title="class in org.apache.calcite.avatica">MetaImpl.MetaTypeInfo</a></th>
<td class="colLast">
<div class="block">Metadata describing type info.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="MetaImpl.MetaUdt.html" title="class in org.apache.calcite.avatica">MetaImpl.MetaUdt</a></th>
<td class="colLast">
<div class="block">Metadata describing a user-defined type.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="MetaImpl.MetaVersionColumn.html" title="class in org.apache.calcite.avatica">MetaImpl.MetaVersionColumn</a></th>
<td class="colLast">
<div class="block">Metadata describing a version column.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="QueryState.html" title="class in org.apache.calcite.avatica">QueryState</a></th>
<td class="colLast">
<div class="block">A struct used to encapsulate the necessary information to reconstitute a ResultSet in the
Avatica server.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="UnregisteredDriver.html" title="class in org.apache.calcite.avatica">UnregisteredDriver</a></th>
<td class="colLast">
<div class="block">Implementation of JDBC driver that does not register itself.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table class="typeSummary">
<caption><span>Enum Summary</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Enum</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="AvaticaSeverity.html" title="enum in org.apache.calcite.avatica">AvaticaSeverity</a></th>
<td class="colLast">
<div class="block">An enumeration that denotes the severity of a given unexpected state.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="BuiltInConnectionProperty.html" title="enum in org.apache.calcite.avatica">BuiltInConnectionProperty</a></th>
<td class="colLast">
<div class="block">Enumeration of Avatica's built-in connection properties.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ColumnMetaData.Rep.html" title="enum in org.apache.calcite.avatica">ColumnMetaData.Rep</a></th>
<td class="colLast">
<div class="block">Description of the type used to internally represent a value.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ConnectionProperty.Type.html" title="enum in org.apache.calcite.avatica">ConnectionProperty.Type</a></th>
<td class="colLast">
<div class="block">Data type of property.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="InternalProperty.html" title="enum in org.apache.calcite.avatica">InternalProperty</a></th>
<td class="colLast">
<div class="block">Definitions of properties that drive the behavior of
<a href="AvaticaDatabaseMetaData.html" title="class in org.apache.calcite.avatica"><code>AvaticaDatabaseMetaData</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="Meta.DatabaseProperty.html" title="enum in org.apache.calcite.avatica">Meta.DatabaseProperty</a></th>
<td class="colLast">
<div class="block">Database property.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="Meta.StatementType.html" title="enum in org.apache.calcite.avatica">Meta.StatementType</a></th>
<td class="colLast">
<div class="block">Type of statement.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="Meta.Style.html" title="enum in org.apache.calcite.avatica">Meta.Style</a></th>
<td class="colLast">
<div class="block">How logical fields are represented in the objects returned by the
iterator.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="QueryState.StateType.html" title="enum in org.apache.calcite.avatica">QueryState.StateType</a></th>
<td class="colLast">
<div class="block">An enumeration that represents how a ResultSet was created.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="SqlState.html" title="enum in org.apache.calcite.avatica">SqlState</a></th>
<td class="colLast">
<div class="block">SQL error codes.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="SqlType.html" title="enum in org.apache.calcite.avatica">SqlType</a></th>
<td class="colLast">
<div class="block">Extends the information in <code>Types</code>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="SqlType.Method.html" title="enum in org.apache.calcite.avatica">SqlType.Method</a></th>
<td class="colLast">
<div class="block">Getter methods in <code>ResultSet</code>.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="UnregisteredDriver.JdbcVersion.html" title="enum in org.apache.calcite.avatica">UnregisteredDriver.JdbcVersion</a></th>
<td class="colLast">
<div class="block">JDBC version.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table class="typeSummary">
<caption><span>Exception Summary</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Exception</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="AvaticaClientRuntimeException.html" title="class in org.apache.calcite.avatica">AvaticaClientRuntimeException</a></th>
<td class="colLast">
<div class="block">The client-side representation of <a href="remote/AvaticaRuntimeException.html" title="class in org.apache.calcite.avatica.remote"><code>AvaticaRuntimeException</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="AvaticaSqlException.html" title="class in org.apache.calcite.avatica">AvaticaSqlException</a></th>
<td class="colLast">
<div class="block">A client-facing <code>SQLException</code> which encapsulates errors from the remote Avatica server.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="MissingResultsException.html" title="class in org.apache.calcite.avatica">MissingResultsException</a></th>
<td class="colLast">
<div class="block">An Exception which denotes that a cached Statement is present but has no <code>ResultSet</code>.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="NoSuchConnectionException.html" title="class in org.apache.calcite.avatica">NoSuchConnectionException</a></th>
<td class="colLast">
<div class="block">An Exception that denotes that the given Connection is not cached.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="NoSuchStatementException.html" title="class in org.apache.calcite.avatica">NoSuchStatementException</a></th>
<td class="colLast">
<div class="block">An Exception that denotes that the given Statement is not cached.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table class="typeSummary">
<caption><span>Annotation Types Summary</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Annotation Type</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="MetaImpl.ColumnNoNulls.html" title="annotation in org.apache.calcite.avatica">MetaImpl.ColumnNoNulls</a></th>
<td class="colLast">
<div class="block">Annotation that indicates that a meta field may not contain null
values.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="MetaImpl.ColumnNullable.html" title="annotation in org.apache.calcite.avatica">MetaImpl.ColumnNullable</a></th>
<td class="colLast">
<div class="block">Annotation that indicates that a meta field may contain null values.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="MetaImpl.ColumnNullableUnknown.html" title="annotation in org.apache.calcite.avatica">MetaImpl.ColumnNullableUnknown</a></th>
<td class="colLast">
<div class="block">Annotation that indicates that it is unknown whether a meta field may contain
null values.</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</div>
</main>
<footer role="contentinfo">
<nav role="navigation">
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a id="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a id="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../index.html">Overview</a></li>
<li class="navBarCell1Rev">Package</li>
<li>Class</li>
<li><a href="package-use.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../allclasses.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
</div>
<a id="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</nav>
<p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2019 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
</footer>
</body>
</html>