blob: 30bfe54ea6707bc42f5949c8aaf7f9539bfcb857 [file] [log] [blame]
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (17) -->
<title>MetaImpl (Apache Calcite Avatica API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="description" content="declaration: package: org.apache.calcite.avatica, class: MetaImpl">
<meta name="generator" content="javadoc/ClassWriterImpl">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../script-dir/jquery-ui.min.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../jquery-ui.overrides.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
<script type="text/javascript" src="../../../../script-dir/jquery-3.5.1.min.js"></script>
<script type="text/javascript" src="../../../../script-dir/jquery-ui.min.js"></script>
</head>
<body class="class-declaration-page">
<script type="text/javascript">var evenRowColor = "even-row-color";
var oddRowColor = "odd-row-color";
var tableTab = "table-tab";
var activeTableTab = "active-table-tab";
var pathtoroot = "../../../../";
loadScripts(document, 'script');</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<div class="flex-box">
<header role="banner" class="flex-header">
<nav role="navigation">
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="top-nav" id="navbar-top">
<div class="skip-nav"><a href="#skip-navbar-top" title="Skip navigation links">Skip navigation links</a></div>
<div class="about-language"><b>Apache Calcite Avatica</b></div>
<ul id="navbar-top-firstrow" class="nav-list" title="Navigation">
<li><a href="../../../../index.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="nav-bar-cell1-rev">Class</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#class">Help</a></li>
</ul>
</div>
<div class="sub-nav">
<div>
<ul class="sub-nav-list">
<li>Summary:&nbsp;</li>
<li><a href="#nested-class-summary">Nested</a>&nbsp;|&nbsp;</li>
<li><a href="#field-summary">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor-summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method-summary">Method</a></li>
</ul>
<ul class="sub-nav-list">
<li>Detail:&nbsp;</li>
<li><a href="#field-detail">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor-detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method-detail">Method</a></li>
</ul>
</div>
<div class="nav-list-search"><label for="search-input">SEARCH:</label>
<input type="text" id="search-input" value="search" disabled="disabled">
<input type="reset" id="reset-button" value="reset" disabled="disabled">
</div>
</div>
<!-- ========= END OF TOP NAVBAR ========= -->
<span class="skip-nav" id="skip-navbar-top"></span></nav>
</header>
<div class="flex-content">
<main role="main">
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="sub-title"><span class="package-label-in-type">Package</span>&nbsp;<a href="package-summary.html">org.apache.calcite.avatica</a></div>
<h1 title="Class MetaImpl" class="title">Class MetaImpl</h1>
</div>
<div class="inheritance" title="Inheritance Tree"><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html" title="class or interface in java.lang" class="external-link">java.lang.Object</a>
<div class="inheritance">org.apache.calcite.avatica.MetaImpl</div>
</div>
<section class="class-description" id="class-description">
<dl class="notes">
<dt>All Implemented Interfaces:</dt>
<dd><code><a href="Meta.html" title="interface in org.apache.calcite.avatica">Meta</a></code></dd>
</dl>
<hr>
<div class="type-signature"><span class="modifiers">public abstract class </span><span class="element-name type-name-label">MetaImpl</span>
<span class="extends-implements">extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a>
implements <a href="Meta.html" title="interface in org.apache.calcite.avatica">Meta</a></span></div>
<div class="block">Basic implementation of <a href="Meta.html" title="interface in org.apache.calcite.avatica"><code>Meta</code></a>.
<p>Each sub-class must implement the two remaining abstract methods,
<a href="Meta.html#prepare(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,long)"><code>Meta.prepare(org.apache.calcite.avatica.Meta.ConnectionHandle, java.lang.String, long)</code></a> and
<a href="Meta.html#prepareAndExecute(org.apache.calcite.avatica.Meta.StatementHandle,java.lang.String,long,org.apache.calcite.avatica.Meta.PrepareCallback)"><code>Meta.prepareAndExecute(org.apache.calcite.avatica.Meta.StatementHandle, java.lang.String, long, org.apache.calcite.avatica.Meta.PrepareCallback)</code></a>.
It should also override metadata methods such as <a href="#getCatalogs(org.apache.calcite.avatica.Meta.ConnectionHandle)"><code>getCatalogs(Meta.ConnectionHandle)</code></a> and
<a href="#getTables(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,org.apache.calcite.avatica.Meta.Pat,org.apache.calcite.avatica.Meta.Pat,java.util.List)"><code>getTables(org.apache.calcite.avatica.Meta.ConnectionHandle, java.lang.String, org.apache.calcite.avatica.Meta.Pat, org.apache.calcite.avatica.Meta.Pat, java.util.List&lt;java.lang.String&gt;)</code></a> for the element types for which it has instances; the
default metadata methods return empty collections.</div>
</section>
<section class="summary">
<ul class="summary-list">
<!-- ======== NESTED CLASS SUMMARY ======== -->
<li>
<section class="nested-class-summary" id="nested-class-summary">
<h2>Nested Class Summary</h2>
<div class="caption"><span>Nested Classes</span></div>
<div class="summary-table three-column-summary">
<div class="table-header col-first">Modifier and Type</div>
<div class="table-header col-second">Class</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color"><code>static @interface&nbsp;</code></div>
<div class="col-second even-row-color"><code><a href="MetaImpl.ColumnNoNulls.html" class="type-name-link" title="annotation in org.apache.calcite.avatica">MetaImpl.ColumnNoNulls</a></code></div>
<div class="col-last even-row-color">
<div class="block">Annotation that indicates that a meta field may not contain null
values.</div>
</div>
<div class="col-first odd-row-color"><code>static @interface&nbsp;</code></div>
<div class="col-second odd-row-color"><code><a href="MetaImpl.ColumnNullable.html" class="type-name-link" title="annotation in org.apache.calcite.avatica">MetaImpl.ColumnNullable</a></code></div>
<div class="col-last odd-row-color">
<div class="block">Annotation that indicates that a meta field may contain null values.</div>
</div>
<div class="col-first even-row-color"><code>static @interface&nbsp;</code></div>
<div class="col-second even-row-color"><code><a href="MetaImpl.ColumnNullableUnknown.html" class="type-name-link" title="annotation in org.apache.calcite.avatica">MetaImpl.ColumnNullableUnknown</a></code></div>
<div class="col-last even-row-color">
<div class="block">Annotation that indicates that it is unknown whether a meta field may contain
null values.</div>
</div>
<div class="col-first odd-row-color"><code>static class&nbsp;</code></div>
<div class="col-second odd-row-color"><code><a href="MetaImpl.MetaAttribute.html" class="type-name-link" title="class in org.apache.calcite.avatica">MetaImpl.MetaAttribute</a></code></div>
<div class="col-last odd-row-color">
<div class="block">Metadata describing an attribute.</div>
</div>
<div class="col-first even-row-color"><code>static class&nbsp;</code></div>
<div class="col-second even-row-color"><code><a href="MetaImpl.MetaBestRowIdentifier.html" class="type-name-link" title="class in org.apache.calcite.avatica">MetaImpl.MetaBestRowIdentifier</a></code></div>
<div class="col-last even-row-color">
<div class="block">Metadata describing the best identifier for a row.</div>
</div>
<div class="col-first odd-row-color"><code>static class&nbsp;</code></div>
<div class="col-second odd-row-color"><code><a href="MetaImpl.MetaCatalog.html" class="type-name-link" title="class in org.apache.calcite.avatica">MetaImpl.MetaCatalog</a></code></div>
<div class="col-last odd-row-color">
<div class="block">Metadata describing a catalog.</div>
</div>
<div class="col-first even-row-color"><code>static class&nbsp;</code></div>
<div class="col-second even-row-color"><code><a href="MetaImpl.MetaClientInfoProperty.html" class="type-name-link" title="class in org.apache.calcite.avatica">MetaImpl.MetaClientInfoProperty</a></code></div>
<div class="col-last even-row-color">
<div class="block">Metadata describing a client info property.</div>
</div>
<div class="col-first odd-row-color"><code>static class&nbsp;</code></div>
<div class="col-second odd-row-color"><code><a href="MetaImpl.MetaColumn.html" class="type-name-link" title="class in org.apache.calcite.avatica">MetaImpl.MetaColumn</a></code></div>
<div class="col-last odd-row-color">
<div class="block">Metadata describing a column.</div>
</div>
<div class="col-first even-row-color"><code>static class&nbsp;</code></div>
<div class="col-second even-row-color"><code><a href="MetaImpl.MetaColumnPrivilege.html" class="type-name-link" title="class in org.apache.calcite.avatica">MetaImpl.MetaColumnPrivilege</a></code></div>
<div class="col-last even-row-color">
<div class="block">Metadata describing a column privilege.</div>
</div>
<div class="col-first odd-row-color"><code>static class&nbsp;</code></div>
<div class="col-second odd-row-color"><code><a href="MetaImpl.MetaCrossReference.html" class="type-name-link" title="class in org.apache.calcite.avatica">MetaImpl.MetaCrossReference</a></code></div>
<div class="col-last odd-row-color">
<div class="block">Metadata describing a cross reference.</div>
</div>
<div class="col-first even-row-color"><code>static class&nbsp;</code></div>
<div class="col-second even-row-color"><code><a href="MetaImpl.MetaExportedKey.html" class="type-name-link" title="class in org.apache.calcite.avatica">MetaImpl.MetaExportedKey</a></code></div>
<div class="col-last even-row-color">
<div class="block">Metadata describing an exported key.</div>
</div>
<div class="col-first odd-row-color"><code>static class&nbsp;</code></div>
<div class="col-second odd-row-color"><code><a href="MetaImpl.MetaFunction.html" class="type-name-link" title="class in org.apache.calcite.avatica">MetaImpl.MetaFunction</a></code></div>
<div class="col-last odd-row-color">
<div class="block">Metadata describing a function.</div>
</div>
<div class="col-first even-row-color"><code>static class&nbsp;</code></div>
<div class="col-second even-row-color"><code><a href="MetaImpl.MetaFunctionColumn.html" class="type-name-link" title="class in org.apache.calcite.avatica">MetaImpl.MetaFunctionColumn</a></code></div>
<div class="col-last even-row-color">
<div class="block">Metadata describing a function column.</div>
</div>
<div class="col-first odd-row-color"><code>static class&nbsp;</code></div>
<div class="col-second odd-row-color"><code><a href="MetaImpl.MetaImportedKey.html" class="type-name-link" title="class in org.apache.calcite.avatica">MetaImpl.MetaImportedKey</a></code></div>
<div class="col-last odd-row-color">
<div class="block">Metadata describing an imported key.</div>
</div>
<div class="col-first even-row-color"><code>static class&nbsp;</code></div>
<div class="col-second even-row-color"><code><a href="MetaImpl.MetaIndexInfo.html" class="type-name-link" title="class in org.apache.calcite.avatica">MetaImpl.MetaIndexInfo</a></code></div>
<div class="col-last even-row-color">
<div class="block">Metadata describing index info.</div>
</div>
<div class="col-first odd-row-color"><code>static class&nbsp;</code></div>
<div class="col-second odd-row-color"><code><a href="MetaImpl.MetaPrimaryKey.html" class="type-name-link" title="class in org.apache.calcite.avatica">MetaImpl.MetaPrimaryKey</a></code></div>
<div class="col-last odd-row-color">
<div class="block">Metadata describing a primary key.</div>
</div>
<div class="col-first even-row-color"><code>static class&nbsp;</code></div>
<div class="col-second even-row-color"><code><a href="MetaImpl.MetaProcedure.html" class="type-name-link" title="class in org.apache.calcite.avatica">MetaImpl.MetaProcedure</a></code></div>
<div class="col-last even-row-color">
<div class="block">Metadata describing a procedure.</div>
</div>
<div class="col-first odd-row-color"><code>static class&nbsp;</code></div>
<div class="col-second odd-row-color"><code><a href="MetaImpl.MetaProcedureColumn.html" class="type-name-link" title="class in org.apache.calcite.avatica">MetaImpl.MetaProcedureColumn</a></code></div>
<div class="col-last odd-row-color">
<div class="block">Metadata describing a procedure column.</div>
</div>
<div class="col-first even-row-color"><code>static class&nbsp;</code></div>
<div class="col-second even-row-color"><code><a href="MetaImpl.MetaPseudoColumn.html" class="type-name-link" title="class in org.apache.calcite.avatica">MetaImpl.MetaPseudoColumn</a></code></div>
<div class="col-last even-row-color">
<div class="block">Metadata describing a pseudo column.</div>
</div>
<div class="col-first odd-row-color"><code>static class&nbsp;</code></div>
<div class="col-second odd-row-color"><code><a href="MetaImpl.MetaSchema.html" class="type-name-link" title="class in org.apache.calcite.avatica">MetaImpl.MetaSchema</a></code></div>
<div class="col-last odd-row-color">
<div class="block">Metadata describing a schema.</div>
</div>
<div class="col-first even-row-color"><code>static class&nbsp;</code></div>
<div class="col-second even-row-color"><code><a href="MetaImpl.MetaSuperTable.html" class="type-name-link" title="class in org.apache.calcite.avatica">MetaImpl.MetaSuperTable</a></code></div>
<div class="col-last even-row-color">
<div class="block">Metadata describing a super-table.</div>
</div>
<div class="col-first odd-row-color"><code>static class&nbsp;</code></div>
<div class="col-second odd-row-color"><code><a href="MetaImpl.MetaSuperType.html" class="type-name-link" title="class in org.apache.calcite.avatica">MetaImpl.MetaSuperType</a></code></div>
<div class="col-last odd-row-color">
<div class="block">Metadata describing a super-type.</div>
</div>
<div class="col-first even-row-color"><code>static class&nbsp;</code></div>
<div class="col-second even-row-color"><code><a href="MetaImpl.MetaTable.html" class="type-name-link" title="class in org.apache.calcite.avatica">MetaImpl.MetaTable</a></code></div>
<div class="col-last even-row-color">
<div class="block">Metadata describing a table.</div>
</div>
<div class="col-first odd-row-color"><code>static class&nbsp;</code></div>
<div class="col-second odd-row-color"><code><a href="MetaImpl.MetaTablePrivilege.html" class="type-name-link" title="class in org.apache.calcite.avatica">MetaImpl.MetaTablePrivilege</a></code></div>
<div class="col-last odd-row-color">
<div class="block">Metadata describing a table privilege.</div>
</div>
<div class="col-first even-row-color"><code>static class&nbsp;</code></div>
<div class="col-second even-row-color"><code><a href="MetaImpl.MetaTableType.html" class="type-name-link" title="class in org.apache.calcite.avatica">MetaImpl.MetaTableType</a></code></div>
<div class="col-last even-row-color">
<div class="block">Metadata describing a table type.</div>
</div>
<div class="col-first odd-row-color"><code>static class&nbsp;</code></div>
<div class="col-second odd-row-color"><code><a href="MetaImpl.MetaTypeInfo.html" class="type-name-link" title="class in org.apache.calcite.avatica">MetaImpl.MetaTypeInfo</a></code></div>
<div class="col-last odd-row-color">
<div class="block">Metadata describing type info.</div>
</div>
<div class="col-first even-row-color"><code>static class&nbsp;</code></div>
<div class="col-second even-row-color"><code><a href="MetaImpl.MetaUdt.html" class="type-name-link" title="class in org.apache.calcite.avatica">MetaImpl.MetaUdt</a></code></div>
<div class="col-last even-row-color">
<div class="block">Metadata describing a user-defined type.</div>
</div>
<div class="col-first odd-row-color"><code>static class&nbsp;</code></div>
<div class="col-second odd-row-color"><code><a href="MetaImpl.MetaVersionColumn.html" class="type-name-link" title="class in org.apache.calcite.avatica">MetaImpl.MetaVersionColumn</a></code></div>
<div class="col-last odd-row-color">
<div class="block">Metadata describing a version column.</div>
</div>
<div class="col-first even-row-color"><code>static interface&nbsp;</code></div>
<div class="col-second even-row-color"><code><a href="MetaImpl.Named.html" class="type-name-link" title="interface in org.apache.calcite.avatica">MetaImpl.Named</a></code></div>
<div class="col-last even-row-color">
<div class="block">An object that has a name.</div>
</div>
</div>
<div class="inherited-list">
<h2 id="nested-classes-inherited-from-class-org.apache.calcite.avatica.Meta">Nested classes/interfaces inherited from interface&nbsp;org.apache.calcite.avatica.<a href="Meta.html" title="interface in org.apache.calcite.avatica">Meta</a></h2>
<code><a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>, <a href="Meta.ConnectionProperties.html" title="interface in org.apache.calcite.avatica">Meta.ConnectionProperties</a>, <a href="Meta.CursorFactory.html" title="class in org.apache.calcite.avatica">Meta.CursorFactory</a>, <a href="Meta.DatabaseProperty.html" title="enum in org.apache.calcite.avatica">Meta.DatabaseProperty</a>, <a href="Meta.ExecuteBatchResult.html" title="class in org.apache.calcite.avatica">Meta.ExecuteBatchResult</a>, <a href="Meta.ExecuteResult.html" title="class in org.apache.calcite.avatica">Meta.ExecuteResult</a>, <a href="Meta.Factory.html" title="interface in org.apache.calcite.avatica">Meta.Factory</a>, <a href="Meta.Frame.html" title="class in org.apache.calcite.avatica">Meta.Frame</a>, <a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a>, <a href="Meta.Pat.html" title="class in org.apache.calcite.avatica">Meta.Pat</a>, <a href="Meta.PrepareCallback.html" title="interface in org.apache.calcite.avatica">Meta.PrepareCallback</a>, <a href="Meta.Signature.html" title="class in org.apache.calcite.avatica">Meta.Signature</a>, <a href="Meta.StatementHandle.html" title="class in org.apache.calcite.avatica">Meta.StatementHandle</a>, <a href="Meta.StatementType.html" title="enum in org.apache.calcite.avatica">Meta.StatementType</a>, <a href="Meta.Style.html" title="enum in org.apache.calcite.avatica">Meta.Style</a></code></div>
</section>
</li>
<!-- =========== FIELD SUMMARY =========== -->
<li>
<section class="field-summary" id="field-summary">
<h2>Field Summary</h2>
<div class="caption"><span>Fields</span></div>
<div class="summary-table three-column-summary">
<div class="table-header col-first">Modifier and Type</div>
<div class="table-header col-second">Field</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color"><code>protected final <a href="AvaticaConnection.html" title="class in org.apache.calcite.avatica">AvaticaConnection</a></code></div>
<div class="col-second even-row-color"><code><a href="#connection" class="member-name-link">connection</a></code></div>
<div class="col-last even-row-color">
<div class="block">The <a href="AvaticaConnection.html" title="class in org.apache.calcite.avatica"><code>AvaticaConnection</code></a> backing <code>this</code>.</div>
</div>
<div class="col-first odd-row-color"><code>protected final <a href="ConnectionPropertiesImpl.html" title="class in org.apache.calcite.avatica">ConnectionPropertiesImpl</a></code></div>
<div class="col-second odd-row-color"><code><a href="#connProps" class="member-name-link">connProps</a></code></div>
<div class="col-last odd-row-color">
<div class="block">Represents the various states specific to <a href="#connection"><code>connection</code></a>.</div>
</div>
</div>
</section>
</li>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<li>
<section class="constructor-summary" id="constructor-summary">
<h2>Constructor Summary</h2>
<div class="caption"><span>Constructors</span></div>
<div class="summary-table two-column-summary">
<div class="table-header col-first">Constructor</div>
<div class="table-header col-last">Description</div>
<div class="col-constructor-name even-row-color"><code><a href="#%3Cinit%3E(org.apache.calcite.avatica.AvaticaConnection)" class="member-name-link">MetaImpl</a><wbr>(<a href="AvaticaConnection.html" title="class in org.apache.calcite.avatica">AvaticaConnection</a>&nbsp;connection)</code></div>
<div class="col-last even-row-color">&nbsp;</div>
</div>
</section>
</li>
<!-- ========== METHOD SUMMARY =========== -->
<li>
<section class="method-summary" id="method-summary">
<h2>Method Summary</h2>
<div id="method-summary-table">
<div class="table-tabs" role="tablist" aria-orientation="horizontal"><button id="method-summary-table-tab0" role="tab" aria-selected="true" aria-controls="method-summary-table.tabpanel" tabindex="0" onkeydown="switchTab(event)" onclick="show('method-summary-table', 'method-summary-table', 3)" class="active-table-tab">All Methods</button><button id="method-summary-table-tab1" role="tab" aria-selected="false" aria-controls="method-summary-table.tabpanel" tabindex="-1" onkeydown="switchTab(event)" onclick="show('method-summary-table', 'method-summary-table-tab1', 3)" class="table-tab">Static Methods</button><button id="method-summary-table-tab2" role="tab" aria-selected="false" aria-controls="method-summary-table.tabpanel" tabindex="-1" onkeydown="switchTab(event)" onclick="show('method-summary-table', 'method-summary-table-tab2', 3)" class="table-tab">Instance Methods</button><button id="method-summary-table-tab4" role="tab" aria-selected="false" aria-controls="method-summary-table.tabpanel" tabindex="-1" onkeydown="switchTab(event)" onclick="show('method-summary-table', 'method-summary-table-tab4', 3)" class="table-tab">Concrete Methods</button></div>
<div id="method-summary-table.tabpanel" role="tabpanel">
<div class="summary-table three-column-summary" aria-labelledby="method-summary-table-tab0">
<div class="table-header col-first">Modifier and Type</div>
<div class="table-header col-second">Method</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static boolean</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#checkParameterValueHasNull(java.util.List)" class="member-name-link">checkParameterValueHasNull</a><wbr>(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html" title="class or interface in java.util" class="external-link">List</a>&lt;<a href="remote/TypedValue.html" title="class in org.apache.calcite.avatica.remote">TypedValue</a>&gt;&nbsp;parameterValues)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Returns whether a list of parameter values has any null elements.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>void</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#closeConnection(org.apache.calcite.avatica.Meta.ConnectionHandle)" class="member-name-link">closeConnection</a><wbr>(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="block">Closes a connection</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html" title="class or interface in java.util" class="external-link">List</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html" title="class or interface in java.util" class="external-link">List</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a>&gt;&gt;</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#collect(org.apache.calcite.avatica.Meta.CursorFactory,java.lang.Iterable,java.util.List)" class="member-name-link">collect</a><wbr>(<a href="Meta.CursorFactory.html" title="class in org.apache.calcite.avatica">Meta.CursorFactory</a>&nbsp;cursorFactory,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html" title="class or interface in java.lang" class="external-link">Iterable</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a>&gt;&nbsp;iterable,
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html" title="class or interface in java.util" class="external-link">List</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html" title="class or interface in java.util" class="external-link">List</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a>&gt;&gt;&nbsp;list)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">&nbsp;</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html" title="class or interface in java.util" class="external-link">List</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html" title="class or interface in java.util" class="external-link">List</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a>&gt;&gt;</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#collect(org.apache.calcite.avatica.Meta.CursorFactory,java.util.Iterator,java.util.List)" class="member-name-link">collect</a><wbr>(<a href="Meta.CursorFactory.html" title="class in org.apache.calcite.avatica">Meta.CursorFactory</a>&nbsp;cursorFactory,
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html" title="class or interface in java.util" class="external-link">Iterator</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a>&gt;&nbsp;iterator,
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html" title="class or interface in java.util" class="external-link">List</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html" title="class or interface in java.util" class="external-link">List</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a>&gt;&gt;&nbsp;list)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">&nbsp;</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="ColumnMetaData.html" title="class in org.apache.calcite.avatica">ColumnMetaData</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#columnMetaData(java.lang.String,int,java.lang.Class,boolean)" class="member-name-link">columnMetaData</a><wbr>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;name,
int&nbsp;index,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html" title="class or interface in java.lang" class="external-link">Class</a>&lt;?&gt;&nbsp;type,
boolean&nbsp;columnNullable)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">&nbsp;</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="ColumnMetaData.html" title="class in org.apache.calcite.avatica">ColumnMetaData</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#columnMetaData(java.lang.String,int,java.lang.Class,int)" class="member-name-link">columnMetaData</a><wbr>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;name,
int&nbsp;index,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html" title="class or interface in java.lang" class="external-link">Class</a>&lt;?&gt;&nbsp;type,
int&nbsp;columnNullable)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">&nbsp;</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="ColumnMetaData.html" title="class in org.apache.calcite.avatica">ColumnMetaData</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#columnMetaData(java.lang.String,int,org.apache.calcite.avatica.ColumnMetaData.AvaticaType,boolean)" class="member-name-link">columnMetaData</a><wbr>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;name,
int&nbsp;index,
<a href="ColumnMetaData.AvaticaType.html" title="class in org.apache.calcite.avatica">ColumnMetaData.AvaticaType</a>&nbsp;type,
boolean&nbsp;columnNullable)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">&nbsp;</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="ColumnMetaData.html" title="class in org.apache.calcite.avatica">ColumnMetaData</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#columnMetaData(java.lang.String,int,org.apache.calcite.avatica.ColumnMetaData.AvaticaType,int)" class="member-name-link">columnMetaData</a><wbr>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;name,
int&nbsp;index,
<a href="ColumnMetaData.AvaticaType.html" title="class in org.apache.calcite.avatica">ColumnMetaData.AvaticaType</a>&nbsp;type,
int&nbsp;columnNullable)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">&nbsp;</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="Meta.ConnectionProperties.html" title="interface in org.apache.calcite.avatica">Meta.ConnectionProperties</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#connectionSync(org.apache.calcite.avatica.Meta.ConnectionHandle,org.apache.calcite.avatica.Meta.ConnectionProperties)" class="member-name-link">connectionSync</a><wbr>(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch,
<a href="Meta.ConnectionProperties.html" title="interface in org.apache.calcite.avatica">Meta.ConnectionProperties</a>&nbsp;connProps)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="block">Synchronizes client and server view of connection properties.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>static <a href="util/Cursor.html" title="interface in org.apache.calcite.avatica.util">Cursor</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#createCursor(org.apache.calcite.avatica.Meta.CursorFactory,java.lang.Iterable)" class="member-name-link">createCursor</a><wbr>(<a href="Meta.CursorFactory.html" title="class in org.apache.calcite.avatica">Meta.CursorFactory</a>&nbsp;cursorFactory,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html" title="class or interface in java.lang" class="external-link">Iterable</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a>&gt;&nbsp;iterable)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">
<div class="block">Uses a <a href="Meta.CursorFactory.html" title="class in org.apache.calcite.avatica"><code>Meta.CursorFactory</code></a> to convert
an <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html" title="class or interface in java.lang" class="external-link"><code>Iterable</code></a> into a
<a href="util/Cursor.html" title="interface in org.apache.calcite.avatica.util"><code>Cursor</code></a>.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>protected &lt;E&gt;&nbsp;<a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#createEmptyResultSet(java.lang.Class)" class="member-name-link">createEmptyResultSet</a><wbr>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html" title="class or interface in java.lang" class="external-link">Class</a>&lt;E&gt;&nbsp;clazz)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="block">Creates an empty result set.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html" title="class or interface in java.lang" class="external-link">Iterable</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a>&gt;</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#createIterable(org.apache.calcite.avatica.Meta.StatementHandle,org.apache.calcite.avatica.QueryState,org.apache.calcite.avatica.Meta.Signature,java.util.List,org.apache.calcite.avatica.Meta.Frame)" class="member-name-link">createIterable</a><wbr>(<a href="Meta.StatementHandle.html" title="class in org.apache.calcite.avatica">Meta.StatementHandle</a>&nbsp;handle,
<a href="QueryState.html" title="class in org.apache.calcite.avatica">QueryState</a>&nbsp;state,
<a href="Meta.Signature.html" title="class in org.apache.calcite.avatica">Meta.Signature</a>&nbsp;signature,
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html" title="class or interface in java.util" class="external-link">List</a>&lt;<a href="remote/TypedValue.html" title="class in org.apache.calcite.avatica.remote">TypedValue</a>&gt;&nbsp;parameterValues,
<a href="Meta.Frame.html" title="class in org.apache.calcite.avatica">Meta.Frame</a>&nbsp;firstFrame)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="block">Creates an iterable for a result set.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>protected <a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#createResultSet(java.util.Map,java.util.List,org.apache.calcite.avatica.Meta.CursorFactory,org.apache.calcite.avatica.Meta.Frame)" class="member-name-link">createResultSet</a><wbr>(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html" title="class or interface in java.util" class="external-link">Map</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>,<wbr><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a>&gt;&nbsp;internalParameters,
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html" title="class or interface in java.util" class="external-link">List</a>&lt;<a href="ColumnMetaData.html" title="class in org.apache.calcite.avatica">ColumnMetaData</a>&gt;&nbsp;columns,
<a href="Meta.CursorFactory.html" title="class in org.apache.calcite.avatica">Meta.CursorFactory</a>&nbsp;cursorFactory,
<a href="Meta.Frame.html" title="class in org.apache.calcite.avatica">Meta.Frame</a>&nbsp;firstFrame)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="Meta.StatementHandle.html" title="class in org.apache.calcite.avatica">Meta.StatementHandle</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#createStatement(org.apache.calcite.avatica.Meta.ConnectionHandle)" class="member-name-link">createStatement</a><wbr>(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="block">Called during the creation of a statement to allocate a new handle.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="Meta.Frame.html" title="class in org.apache.calcite.avatica">Meta.Frame</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#fetch(org.apache.calcite.avatica.AvaticaStatement,java.util.List,long,int)" class="member-name-link">fetch</a><wbr>(<a href="AvaticaStatement.html" title="class in org.apache.calcite.avatica">AvaticaStatement</a>&nbsp;stmt,
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html" title="class or interface in java.util" class="external-link">List</a>&lt;<a href="remote/TypedValue.html" title="class in org.apache.calcite.avatica.remote">TypedValue</a>&gt;&nbsp;parameterValues,
long&nbsp;offset,
int&nbsp;fetchMaxRowCount)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>protected static <a href="ColumnMetaData.StructType.html" title="class in org.apache.calcite.avatica">ColumnMetaData.StructType</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#fieldMetaData(java.lang.Class)" class="member-name-link">fieldMetaData</a><wbr>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html" title="class or interface in java.lang" class="external-link">Class</a>&lt;?&gt;&nbsp;clazz)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">&nbsp;</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getAttributes(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,org.apache.calcite.avatica.Meta.Pat,org.apache.calcite.avatica.Meta.Pat,org.apache.calcite.avatica.Meta.Pat)" class="member-name-link">getAttributes</a><wbr>(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;catalog,
<a href="Meta.Pat.html" title="class in org.apache.calcite.avatica">Meta.Pat</a>&nbsp;schemaPattern,
<a href="Meta.Pat.html" title="class in org.apache.calcite.avatica">Meta.Pat</a>&nbsp;typeNamePattern,
<a href="Meta.Pat.html" title="class in org.apache.calcite.avatica">Meta.Pat</a>&nbsp;attributeNamePattern)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="block">Per <a href="https://docs.oracle.com/javase/8/docs/api/java/sql/DatabaseMetaData.html#getAttributes(java.lang.String,java.lang.String,java.lang.String,java.lang.String)" title="class or interface in java.sql" class="external-link"><code>DatabaseMetaData.getAttributes(String, String, String, String)</code></a>.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getBestRowIdentifier(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,java.lang.String,java.lang.String,int,boolean)" class="member-name-link">getBestRowIdentifier</a><wbr>(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;catalog,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;schema,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;table,
int&nbsp;scope,
boolean&nbsp;nullable)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="block">Per
<a href="https://docs.oracle.com/javase/8/docs/api/java/sql/DatabaseMetaData.html#getBestRowIdentifier(java.lang.String,java.lang.String,java.lang.String,int,boolean)" title="class or interface in java.sql" class="external-link"><code>DatabaseMetaData.getBestRowIdentifier(String, String, String, int, boolean)</code></a>.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getCatalogs(org.apache.calcite.avatica.Meta.ConnectionHandle)" class="member-name-link">getCatalogs</a><wbr>(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="block">Per <a href="https://docs.oracle.com/javase/8/docs/api/java/sql/DatabaseMetaData.html#getCatalogs()" title="class or interface in java.sql" class="external-link"><code>DatabaseMetaData.getCatalogs()</code></a>.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getClientInfoProperties(org.apache.calcite.avatica.Meta.ConnectionHandle)" class="member-name-link">getClientInfoProperties</a><wbr>(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="block">Per <a href="https://docs.oracle.com/javase/8/docs/api/java/sql/DatabaseMetaData.html#getClientInfoProperties()" title="class or interface in java.sql" class="external-link"><code>DatabaseMetaData.getClientInfoProperties()</code></a>.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code>protected static int</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4"><code><a href="#getColumnNullability(java.lang.reflect.Field)" class="member-name-link">getColumnNullability</a><wbr>(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/reflect/Field.html" title="class or interface in java.lang.reflect" class="external-link">Field</a>&nbsp;field)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab1 method-summary-table-tab4">&nbsp;</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getColumnPrivileges(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,java.lang.String,java.lang.String,org.apache.calcite.avatica.Meta.Pat)" class="member-name-link">getColumnPrivileges</a><wbr>(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;catalog,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;schema,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;table,
<a href="Meta.Pat.html" title="class in org.apache.calcite.avatica">Meta.Pat</a>&nbsp;columnNamePattern)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="block">Per <a href="https://docs.oracle.com/javase/8/docs/api/java/sql/DatabaseMetaData.html#getColumnPrivileges(java.lang.String,java.lang.String,java.lang.String,java.lang.String)" title="class or interface in java.sql" class="external-link"><code>DatabaseMetaData.getColumnPrivileges(String, String, String, String)</code></a>.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getColumns(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,org.apache.calcite.avatica.Meta.Pat,org.apache.calcite.avatica.Meta.Pat,org.apache.calcite.avatica.Meta.Pat)" class="member-name-link">getColumns</a><wbr>(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;catalog,
<a href="Meta.Pat.html" title="class in org.apache.calcite.avatica">Meta.Pat</a>&nbsp;schemaPattern,
<a href="Meta.Pat.html" title="class in org.apache.calcite.avatica">Meta.Pat</a>&nbsp;tableNamePattern,
<a href="Meta.Pat.html" title="class in org.apache.calcite.avatica">Meta.Pat</a>&nbsp;columnNamePattern)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="block">Per <a href="https://docs.oracle.com/javase/8/docs/api/java/sql/DatabaseMetaData.html#getColumns(java.lang.String,java.lang.String,java.lang.String,java.lang.String)" title="class or interface in java.sql" class="external-link"><code>DatabaseMetaData.getColumns(String, String, String, String)</code></a>.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getCrossReference(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String)" class="member-name-link">getCrossReference</a><wbr>(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;parentCatalog,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;parentSchema,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;parentTable,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;foreignCatalog,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;foreignSchema,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;foreignTable)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="block">Per
<a href="https://docs.oracle.com/javase/8/docs/api/java/sql/DatabaseMetaData.html#getCrossReference(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String)" title="class or interface in java.sql" class="external-link"><code>DatabaseMetaData.getCrossReference(String, String, String, String, String, String)</code></a>.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html" title="class or interface in java.util" class="external-link">Map</a>&lt;<a href="Meta.DatabaseProperty.html" title="enum in org.apache.calcite.avatica">Meta.DatabaseProperty</a>,<wbr><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a>&gt;</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getDatabaseProperties(org.apache.calcite.avatica.Meta.ConnectionHandle)" class="member-name-link">getDatabaseProperties</a><wbr>(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="block">Returns a map of static database properties.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getExportedKeys(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,java.lang.String,java.lang.String)" class="member-name-link">getExportedKeys</a><wbr>(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;catalog,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;schema,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;table)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="block">Per <a href="https://docs.oracle.com/javase/8/docs/api/java/sql/DatabaseMetaData.html#getExportedKeys(java.lang.String,java.lang.String,java.lang.String)" title="class or interface in java.sql" class="external-link"><code>DatabaseMetaData.getExportedKeys(String, String, String)</code></a>.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getFunctionColumns(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,org.apache.calcite.avatica.Meta.Pat,org.apache.calcite.avatica.Meta.Pat,org.apache.calcite.avatica.Meta.Pat)" class="member-name-link">getFunctionColumns</a><wbr>(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;catalog,
<a href="Meta.Pat.html" title="class in org.apache.calcite.avatica">Meta.Pat</a>&nbsp;schemaPattern,
<a href="Meta.Pat.html" title="class in org.apache.calcite.avatica">Meta.Pat</a>&nbsp;functionNamePattern,
<a href="Meta.Pat.html" title="class in org.apache.calcite.avatica">Meta.Pat</a>&nbsp;columnNamePattern)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="block">Per <a href="https://docs.oracle.com/javase/8/docs/api/java/sql/DatabaseMetaData.html#getFunctionColumns(java.lang.String,java.lang.String,java.lang.String,java.lang.String)" title="class or interface in java.sql" class="external-link"><code>DatabaseMetaData.getFunctionColumns(String, String, String, String)</code></a>.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getFunctions(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,org.apache.calcite.avatica.Meta.Pat,org.apache.calcite.avatica.Meta.Pat)" class="member-name-link">getFunctions</a><wbr>(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;catalog,
<a href="Meta.Pat.html" title="class in org.apache.calcite.avatica">Meta.Pat</a>&nbsp;schemaPattern,
<a href="Meta.Pat.html" title="class in org.apache.calcite.avatica">Meta.Pat</a>&nbsp;functionNamePattern)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="block">Per <a href="https://docs.oracle.com/javase/8/docs/api/java/sql/DatabaseMetaData.html#getFunctions(java.lang.String,java.lang.String,java.lang.String)" title="class or interface in java.sql" class="external-link"><code>DatabaseMetaData.getFunctions(String, String, String)</code></a>.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getImportedKeys(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,java.lang.String,java.lang.String)" class="member-name-link">getImportedKeys</a><wbr>(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;catalog,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;schema,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;table)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="block">Per <a href="https://docs.oracle.com/javase/8/docs/api/java/sql/DatabaseMetaData.html#getImportedKeys(java.lang.String,java.lang.String,java.lang.String)" title="class or interface in java.sql" class="external-link"><code>DatabaseMetaData.getImportedKeys(String, String, String)</code></a>.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getIndexInfo(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,java.lang.String,java.lang.String,boolean,boolean)" class="member-name-link">getIndexInfo</a><wbr>(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;catalog,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;schema,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;table,
boolean&nbsp;unique,
boolean&nbsp;approximate)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="block">Per <a href="https://docs.oracle.com/javase/8/docs/api/java/sql/DatabaseMetaData.html#getIndexInfo(java.lang.String,java.lang.String,java.lang.String,boolean,boolean)" title="class or interface in java.sql" class="external-link"><code>DatabaseMetaData.getIndexInfo(String, String, String, boolean, boolean)</code></a>.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getPrimaryKeys(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,java.lang.String,java.lang.String)" class="member-name-link">getPrimaryKeys</a><wbr>(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;catalog,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;schema,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;table)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="block">Per <a href="https://docs.oracle.com/javase/8/docs/api/java/sql/DatabaseMetaData.html#getPrimaryKeys(java.lang.String,java.lang.String,java.lang.String)" title="class or interface in java.sql" class="external-link"><code>DatabaseMetaData.getPrimaryKeys(String, String, String)</code></a>.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getProcedureColumns(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,org.apache.calcite.avatica.Meta.Pat,org.apache.calcite.avatica.Meta.Pat,org.apache.calcite.avatica.Meta.Pat)" class="member-name-link">getProcedureColumns</a><wbr>(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;catalog,
<a href="Meta.Pat.html" title="class in org.apache.calcite.avatica">Meta.Pat</a>&nbsp;schemaPattern,
<a href="Meta.Pat.html" title="class in org.apache.calcite.avatica">Meta.Pat</a>&nbsp;procedureNamePattern,
<a href="Meta.Pat.html" title="class in org.apache.calcite.avatica">Meta.Pat</a>&nbsp;columnNamePattern)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="block">Per <a href="https://docs.oracle.com/javase/8/docs/api/java/sql/DatabaseMetaData.html#getProcedureColumns(java.lang.String,java.lang.String,java.lang.String,java.lang.String)" title="class or interface in java.sql" class="external-link"><code>DatabaseMetaData.getProcedureColumns(String, String, String, String)</code></a>.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getProcedures(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,org.apache.calcite.avatica.Meta.Pat,org.apache.calcite.avatica.Meta.Pat)" class="member-name-link">getProcedures</a><wbr>(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;catalog,
<a href="Meta.Pat.html" title="class in org.apache.calcite.avatica">Meta.Pat</a>&nbsp;schemaPattern,
<a href="Meta.Pat.html" title="class in org.apache.calcite.avatica">Meta.Pat</a>&nbsp;procedureNamePattern)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="block">Per <a href="https://docs.oracle.com/javase/8/docs/api/java/sql/DatabaseMetaData.html#getProcedures(java.lang.String,java.lang.String,java.lang.String)" title="class or interface in java.sql" class="external-link"><code>DatabaseMetaData.getProcedures(String, String, String)</code></a>.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getPseudoColumns(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,org.apache.calcite.avatica.Meta.Pat,org.apache.calcite.avatica.Meta.Pat,org.apache.calcite.avatica.Meta.Pat)" class="member-name-link">getPseudoColumns</a><wbr>(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;catalog,
<a href="Meta.Pat.html" title="class in org.apache.calcite.avatica">Meta.Pat</a>&nbsp;schemaPattern,
<a href="Meta.Pat.html" title="class in org.apache.calcite.avatica">Meta.Pat</a>&nbsp;tableNamePattern,
<a href="Meta.Pat.html" title="class in org.apache.calcite.avatica">Meta.Pat</a>&nbsp;columnNamePattern)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="block">Per <a href="https://docs.oracle.com/javase/8/docs/api/java/sql/DatabaseMetaData.html#getPseudoColumns(java.lang.String,java.lang.String,java.lang.String,java.lang.String)" title="class or interface in java.sql" class="external-link"><code>DatabaseMetaData.getPseudoColumns(String, String, String, String)</code></a>.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getSchemas(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,org.apache.calcite.avatica.Meta.Pat)" class="member-name-link">getSchemas</a><wbr>(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;catalog,
<a href="Meta.Pat.html" title="class in org.apache.calcite.avatica">Meta.Pat</a>&nbsp;schemaPattern)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">&nbsp;</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getSuperTables(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,org.apache.calcite.avatica.Meta.Pat,org.apache.calcite.avatica.Meta.Pat)" class="member-name-link">getSuperTables</a><wbr>(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;catalog,
<a href="Meta.Pat.html" title="class in org.apache.calcite.avatica">Meta.Pat</a>&nbsp;schemaPattern,
<a href="Meta.Pat.html" title="class in org.apache.calcite.avatica">Meta.Pat</a>&nbsp;tableNamePattern)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="block">Per <a href="https://docs.oracle.com/javase/8/docs/api/java/sql/DatabaseMetaData.html#getSuperTables(java.lang.String,java.lang.String,java.lang.String)" title="class or interface in java.sql" class="external-link"><code>DatabaseMetaData.getSuperTables(String, String, String)</code></a>.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getSuperTypes(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,org.apache.calcite.avatica.Meta.Pat,org.apache.calcite.avatica.Meta.Pat)" class="member-name-link">getSuperTypes</a><wbr>(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;catalog,
<a href="Meta.Pat.html" title="class in org.apache.calcite.avatica">Meta.Pat</a>&nbsp;schemaPattern,
<a href="Meta.Pat.html" title="class in org.apache.calcite.avatica">Meta.Pat</a>&nbsp;typeNamePattern)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="block">Per <a href="https://docs.oracle.com/javase/8/docs/api/java/sql/DatabaseMetaData.html#getSuperTypes(java.lang.String,java.lang.String,java.lang.String)" title="class or interface in java.sql" class="external-link"><code>DatabaseMetaData.getSuperTypes(String, String, String)</code></a>.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getTablePrivileges(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,org.apache.calcite.avatica.Meta.Pat,org.apache.calcite.avatica.Meta.Pat)" class="member-name-link">getTablePrivileges</a><wbr>(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;catalog,
<a href="Meta.Pat.html" title="class in org.apache.calcite.avatica">Meta.Pat</a>&nbsp;schemaPattern,
<a href="Meta.Pat.html" title="class in org.apache.calcite.avatica">Meta.Pat</a>&nbsp;tableNamePattern)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="block">Per <a href="https://docs.oracle.com/javase/8/docs/api/java/sql/DatabaseMetaData.html#getTablePrivileges(java.lang.String,java.lang.String,java.lang.String)" title="class or interface in java.sql" class="external-link"><code>DatabaseMetaData.getTablePrivileges(String, String, String)</code></a>.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getTables(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,org.apache.calcite.avatica.Meta.Pat,org.apache.calcite.avatica.Meta.Pat,java.util.List)" class="member-name-link">getTables</a><wbr>(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;catalog,
<a href="Meta.Pat.html" title="class in org.apache.calcite.avatica">Meta.Pat</a>&nbsp;schemaPattern,
<a href="Meta.Pat.html" title="class in org.apache.calcite.avatica">Meta.Pat</a>&nbsp;tableNamePattern,
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html" title="class or interface in java.util" class="external-link">List</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&gt;&nbsp;typeList)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="block">Per <a href="https://docs.oracle.com/javase/8/docs/api/java/sql/DatabaseMetaData.html#getTables(java.lang.String,java.lang.String,java.lang.String,java.lang.String%5B%5D)" title="class or interface in java.sql" class="external-link"><code>DatabaseMetaData.getTables(String, String, String, String[])</code></a>.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getTableTypes(org.apache.calcite.avatica.Meta.ConnectionHandle)" class="member-name-link">getTableTypes</a><wbr>(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="block">Per <a href="https://docs.oracle.com/javase/8/docs/api/java/sql/DatabaseMetaData.html#getTableTypes()" title="class or interface in java.sql" class="external-link"><code>DatabaseMetaData.getTableTypes()</code></a>.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getTypeInfo(org.apache.calcite.avatica.Meta.ConnectionHandle)" class="member-name-link">getTypeInfo</a><wbr>(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="block">Per <a href="https://docs.oracle.com/javase/8/docs/api/java/sql/DatabaseMetaData.html#getTypeInfo()" title="class or interface in java.sql" class="external-link"><code>DatabaseMetaData.getTypeInfo()</code></a>.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getUDTs(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,org.apache.calcite.avatica.Meta.Pat,org.apache.calcite.avatica.Meta.Pat,int%5B%5D)" class="member-name-link">getUDTs</a><wbr>(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;catalog,
<a href="Meta.Pat.html" title="class in org.apache.calcite.avatica">Meta.Pat</a>&nbsp;schemaPattern,
<a href="Meta.Pat.html" title="class in org.apache.calcite.avatica">Meta.Pat</a>&nbsp;typeNamePattern,
int[]&nbsp;types)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="block">Per <a href="https://docs.oracle.com/javase/8/docs/api/java/sql/DatabaseMetaData.html#getUDTs(java.lang.String,java.lang.String,java.lang.String,int%5B%5D)" title="class or interface in java.sql" class="external-link"><code>DatabaseMetaData.getUDTs(String, String, String, int[])</code></a>.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#getVersionColumns(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,java.lang.String,java.lang.String)" class="member-name-link">getVersionColumns</a><wbr>(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;catalog,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;schema,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;table)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="block">Per <a href="https://docs.oracle.com/javase/8/docs/api/java/sql/DatabaseMetaData.html#getVersionColumns(java.lang.String,java.lang.String,java.lang.String)" title="class or interface in java.sql" class="external-link"><code>DatabaseMetaData.getVersionColumns(String, String, String)</code></a>.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code>void</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4"><code><a href="#openConnection(org.apache.calcite.avatica.Meta.ConnectionHandle,java.util.Map)" class="member-name-link">openConnection</a><wbr>(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch,
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html" title="class or interface in java.util" class="external-link">Map</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>,<wbr><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&gt;&nbsp;info)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab4">
<div class="block">Opens (creates) a connection.</div>
</div>
</div>
</div>
</div>
<div class="inherited-list">
<h3 id="methods-inherited-from-class-java.lang.Object">Methods inherited from class&nbsp;java.lang.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a></h3>
<code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone()" title="class or interface in java.lang" class="external-link">clone</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals(java.lang.Object)" title="class or interface in java.lang" class="external-link">equals</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize()" title="class or interface in java.lang" class="external-link">finalize</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass()" title="class or interface in java.lang" class="external-link">getClass</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode()" title="class or interface in java.lang" class="external-link">hashCode</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify()" title="class or interface in java.lang" class="external-link">notify</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll()" title="class or interface in java.lang" class="external-link">notifyAll</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString()" title="class or interface in java.lang" class="external-link">toString</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait()" title="class or interface in java.lang" class="external-link">wait</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait(long)" title="class or interface in java.lang" class="external-link">wait</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait(long,int)" title="class or interface in java.lang" class="external-link">wait</a></code></div>
<div class="inherited-list">
<h3 id="methods-inherited-from-class-org.apache.calcite.avatica.Meta">Methods inherited from interface&nbsp;org.apache.calcite.avatica.<a href="Meta.html" title="interface in org.apache.calcite.avatica">Meta</a></h3>
<code><a href="Meta.html#closeStatement(org.apache.calcite.avatica.Meta.StatementHandle)">closeStatement</a>, <a href="Meta.html#commit(org.apache.calcite.avatica.Meta.ConnectionHandle)">commit</a>, <a href="Meta.html#execute(org.apache.calcite.avatica.Meta.StatementHandle,java.util.List,int)">execute</a>, <a href="Meta.html#execute(org.apache.calcite.avatica.Meta.StatementHandle,java.util.List,long)">execute</a>, <a href="Meta.html#executeBatch(org.apache.calcite.avatica.Meta.StatementHandle,java.util.List)">executeBatch</a>, <a href="Meta.html#fetch(org.apache.calcite.avatica.Meta.StatementHandle,long,int)">fetch</a>, <a href="Meta.html#prepare(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,long)">prepare</a>, <a href="Meta.html#prepareAndExecute(org.apache.calcite.avatica.Meta.StatementHandle,java.lang.String,long,int,org.apache.calcite.avatica.Meta.PrepareCallback)">prepareAndExecute</a>, <a href="Meta.html#prepareAndExecute(org.apache.calcite.avatica.Meta.StatementHandle,java.lang.String,long,org.apache.calcite.avatica.Meta.PrepareCallback)">prepareAndExecute</a>, <a href="Meta.html#prepareAndExecuteBatch(org.apache.calcite.avatica.Meta.StatementHandle,java.util.List)">prepareAndExecuteBatch</a>, <a href="Meta.html#rollback(org.apache.calcite.avatica.Meta.ConnectionHandle)">rollback</a>, <a href="Meta.html#syncResults(org.apache.calcite.avatica.Meta.StatementHandle,org.apache.calcite.avatica.QueryState,long)">syncResults</a></code></div>
</section>
</li>
</ul>
</section>
<section class="details">
<ul class="details-list">
<!-- ============ FIELD DETAIL =========== -->
<li>
<section class="field-details" id="field-detail">
<h2>Field Details</h2>
<ul class="member-list">
<li>
<section class="detail" id="connection">
<h3>connection</h3>
<div class="member-signature"><span class="modifiers">protected final</span>&nbsp;<span class="return-type"><a href="AvaticaConnection.html" title="class in org.apache.calcite.avatica">AvaticaConnection</a></span>&nbsp;<span class="element-name">connection</span></div>
<div class="block">The <a href="AvaticaConnection.html" title="class in org.apache.calcite.avatica"><code>AvaticaConnection</code></a> backing <code>this</code>.</div>
</section>
</li>
<li>
<section class="detail" id="connProps">
<h3>connProps</h3>
<div class="member-signature"><span class="modifiers">protected final</span>&nbsp;<span class="return-type"><a href="ConnectionPropertiesImpl.html" title="class in org.apache.calcite.avatica">ConnectionPropertiesImpl</a></span>&nbsp;<span class="element-name">connProps</span></div>
<div class="block">Represents the various states specific to <a href="#connection"><code>connection</code></a>.
<p>Note: this instance is used recursively with <a href="#connection"><code>connection</code></a>'s getter and setter
methods.</p></div>
</section>
</li>
</ul>
</section>
</li>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<li>
<section class="constructor-details" id="constructor-detail">
<h2>Constructor Details</h2>
<ul class="member-list">
<li>
<section class="detail" id="&lt;init&gt;(org.apache.calcite.avatica.AvaticaConnection)">
<h3>MetaImpl</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="element-name">MetaImpl</span><wbr><span class="parameters">(<a href="AvaticaConnection.html" title="class in org.apache.calcite.avatica">AvaticaConnection</a>&nbsp;connection)</span></div>
</section>
</li>
</ul>
</section>
</li>
<!-- ============ METHOD DETAIL ========== -->
<li>
<section class="method-details" id="method-detail">
<h2>Method Details</h2>
<ul class="member-list">
<li>
<section class="detail" id="createCursor(org.apache.calcite.avatica.Meta.CursorFactory,java.lang.Iterable)">
<h3>createCursor</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="util/Cursor.html" title="interface in org.apache.calcite.avatica.util">Cursor</a></span>&nbsp;<span class="element-name">createCursor</span><wbr><span class="parameters">(<a href="Meta.CursorFactory.html" title="class in org.apache.calcite.avatica">Meta.CursorFactory</a>&nbsp;cursorFactory,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html" title="class or interface in java.lang" class="external-link">Iterable</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a>&gt;&nbsp;iterable)</span></div>
<div class="block">Uses a <a href="Meta.CursorFactory.html" title="class in org.apache.calcite.avatica"><code>Meta.CursorFactory</code></a> to convert
an <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html" title="class or interface in java.lang" class="external-link"><code>Iterable</code></a> into a
<a href="util/Cursor.html" title="interface in org.apache.calcite.avatica.util"><code>Cursor</code></a>.</div>
</section>
</li>
<li>
<section class="detail" id="collect(org.apache.calcite.avatica.Meta.CursorFactory,java.util.Iterator,java.util.List)">
<h3>collect</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html" title="class or interface in java.util" class="external-link">List</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html" title="class or interface in java.util" class="external-link">List</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a>&gt;&gt;</span>&nbsp;<span class="element-name">collect</span><wbr><span class="parameters">(<a href="Meta.CursorFactory.html" title="class in org.apache.calcite.avatica">Meta.CursorFactory</a>&nbsp;cursorFactory,
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html" title="class or interface in java.util" class="external-link">Iterator</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a>&gt;&nbsp;iterator,
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html" title="class or interface in java.util" class="external-link">List</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html" title="class or interface in java.util" class="external-link">List</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a>&gt;&gt;&nbsp;list)</span></div>
</section>
</li>
<li>
<section class="detail" id="collect(org.apache.calcite.avatica.Meta.CursorFactory,java.lang.Iterable,java.util.List)">
<h3>collect</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html" title="class or interface in java.util" class="external-link">List</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html" title="class or interface in java.util" class="external-link">List</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a>&gt;&gt;</span>&nbsp;<span class="element-name">collect</span><wbr><span class="parameters">(<a href="Meta.CursorFactory.html" title="class in org.apache.calcite.avatica">Meta.CursorFactory</a>&nbsp;cursorFactory,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html" title="class or interface in java.lang" class="external-link">Iterable</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a>&gt;&nbsp;iterable,
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html" title="class or interface in java.util" class="external-link">List</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html" title="class or interface in java.util" class="external-link">List</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a>&gt;&gt;&nbsp;list)</span></div>
</section>
</li>
<li>
<section class="detail" id="openConnection(org.apache.calcite.avatica.Meta.ConnectionHandle,java.util.Map)">
<h3>openConnection</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type">void</span>&nbsp;<span class="element-name">openConnection</span><wbr><span class="parameters">(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch,
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html" title="class or interface in java.util" class="external-link">Map</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>,<wbr><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&gt;&nbsp;info)</span></div>
<div class="block"><span class="descfrm-type-label">Description copied from interface:&nbsp;<code><a href="Meta.html#openConnection(org.apache.calcite.avatica.Meta.ConnectionHandle,java.util.Map)">Meta</a></code></span></div>
<div class="block">Opens (creates) a connection. The client allocates its own connection ID which the server is
then made aware of through the <a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica"><code>Meta.ConnectionHandle</code></a>. The Map <code>info</code> argument is
analogous to the <a href="https://docs.oracle.com/javase/8/docs/api/java/util/Properties.html" title="class or interface in java.util" class="external-link"><code>Properties</code></a> typically passed to a "normal" JDBC Driver. Avatica
specific properties should not be included -- only properties for the underlying driver.</div>
<dl class="notes">
<dt>Specified by:</dt>
<dd><code><a href="Meta.html#openConnection(org.apache.calcite.avatica.Meta.ConnectionHandle,java.util.Map)">openConnection</a></code>&nbsp;in interface&nbsp;<code><a href="Meta.html" title="interface in org.apache.calcite.avatica">Meta</a></code></dd>
<dt>Parameters:</dt>
<dd><code>ch</code> - A ConnectionHandle encapsulates information about the connection to be opened
as provided by the client.</dd>
<dd><code>info</code> - A Map corresponding to the Properties typically passed to a JDBC Driver.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="closeConnection(org.apache.calcite.avatica.Meta.ConnectionHandle)">
<h3>closeConnection</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type">void</span>&nbsp;<span class="element-name">closeConnection</span><wbr><span class="parameters">(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch)</span></div>
<div class="block"><span class="descfrm-type-label">Description copied from interface:&nbsp;<code><a href="Meta.html#closeConnection(org.apache.calcite.avatica.Meta.ConnectionHandle)">Meta</a></code></span></div>
<div class="block">Closes a connection</div>
<dl class="notes">
<dt>Specified by:</dt>
<dd><code><a href="Meta.html#closeConnection(org.apache.calcite.avatica.Meta.ConnectionHandle)">closeConnection</a></code>&nbsp;in interface&nbsp;<code><a href="Meta.html" title="interface in org.apache.calcite.avatica">Meta</a></code></dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="connectionSync(org.apache.calcite.avatica.Meta.ConnectionHandle,org.apache.calcite.avatica.Meta.ConnectionProperties)">
<h3>connectionSync</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type"><a href="Meta.ConnectionProperties.html" title="interface in org.apache.calcite.avatica">Meta.ConnectionProperties</a></span>&nbsp;<span class="element-name">connectionSync</span><wbr><span class="parameters">(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch,
<a href="Meta.ConnectionProperties.html" title="interface in org.apache.calcite.avatica">Meta.ConnectionProperties</a>&nbsp;connProps)</span></div>
<div class="block"><span class="descfrm-type-label">Description copied from interface:&nbsp;<code><a href="Meta.html#connectionSync(org.apache.calcite.avatica.Meta.ConnectionHandle,org.apache.calcite.avatica.Meta.ConnectionProperties)">Meta</a></code></span></div>
<div class="block">Synchronizes client and server view of connection properties.
<p>Note: this interface is considered "experimental" and may undergo further changes as this
functionality is extended to other aspects of state management for
<a href="https://docs.oracle.com/javase/8/docs/api/java/sql/Connection.html" title="class or interface in java.sql" class="external-link"><code>Connection</code></a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/sql/Statement.html" title="class or interface in java.sql" class="external-link"><code>Statement</code></a>, and <a href="https://docs.oracle.com/javase/8/docs/api/java/sql/ResultSet.html" title="class or interface in java.sql" class="external-link"><code>ResultSet</code></a>.</p></div>
<dl class="notes">
<dt>Specified by:</dt>
<dd><code><a href="Meta.html#connectionSync(org.apache.calcite.avatica.Meta.ConnectionHandle,org.apache.calcite.avatica.Meta.ConnectionProperties)">connectionSync</a></code>&nbsp;in interface&nbsp;<code><a href="Meta.html" title="interface in org.apache.calcite.avatica">Meta</a></code></dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="createStatement(org.apache.calcite.avatica.Meta.ConnectionHandle)">
<h3>createStatement</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type"><a href="Meta.StatementHandle.html" title="class in org.apache.calcite.avatica">Meta.StatementHandle</a></span>&nbsp;<span class="element-name">createStatement</span><wbr><span class="parameters">(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch)</span></div>
<div class="block"><span class="descfrm-type-label">Description copied from interface:&nbsp;<code><a href="Meta.html#createStatement(org.apache.calcite.avatica.Meta.ConnectionHandle)">Meta</a></code></span></div>
<div class="block">Called during the creation of a statement to allocate a new handle.</div>
<dl class="notes">
<dt>Specified by:</dt>
<dd><code><a href="Meta.html#createStatement(org.apache.calcite.avatica.Meta.ConnectionHandle)">createStatement</a></code>&nbsp;in interface&nbsp;<code><a href="Meta.html" title="interface in org.apache.calcite.avatica">Meta</a></code></dd>
<dt>Parameters:</dt>
<dd><code>ch</code> - Connection handle</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="createEmptyResultSet(java.lang.Class)">
<h3>createEmptyResultSet</h3>
<div class="member-signature"><span class="modifiers">protected</span>&nbsp;<span class="type-parameters">&lt;E&gt;</span>&nbsp;<span class="return-type"><a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a></span>&nbsp;<span class="element-name">createEmptyResultSet</span><wbr><span class="parameters">(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html" title="class or interface in java.lang" class="external-link">Class</a>&lt;E&gt;&nbsp;clazz)</span></div>
<div class="block">Creates an empty result set. Useful for JDBC metadata methods that are
not implemented or which query entities that are not supported (e.g.
triggers in Lingual).</div>
</section>
</li>
<li>
<section class="detail" id="columnMetaData(java.lang.String,int,java.lang.Class,boolean)">
<h3>columnMetaData</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="ColumnMetaData.html" title="class in org.apache.calcite.avatica">ColumnMetaData</a></span>&nbsp;<span class="element-name">columnMetaData</span><wbr><span class="parameters">(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;name,
int&nbsp;index,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html" title="class or interface in java.lang" class="external-link">Class</a>&lt;?&gt;&nbsp;type,
boolean&nbsp;columnNullable)</span></div>
</section>
</li>
<li>
<section class="detail" id="columnMetaData(java.lang.String,int,org.apache.calcite.avatica.ColumnMetaData.AvaticaType,boolean)">
<h3>columnMetaData</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="ColumnMetaData.html" title="class in org.apache.calcite.avatica">ColumnMetaData</a></span>&nbsp;<span class="element-name">columnMetaData</span><wbr><span class="parameters">(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;name,
int&nbsp;index,
<a href="ColumnMetaData.AvaticaType.html" title="class in org.apache.calcite.avatica">ColumnMetaData.AvaticaType</a>&nbsp;type,
boolean&nbsp;columnNullable)</span></div>
</section>
</li>
<li>
<section class="detail" id="columnMetaData(java.lang.String,int,java.lang.Class,int)">
<h3>columnMetaData</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="ColumnMetaData.html" title="class in org.apache.calcite.avatica">ColumnMetaData</a></span>&nbsp;<span class="element-name">columnMetaData</span><wbr><span class="parameters">(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;name,
int&nbsp;index,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html" title="class or interface in java.lang" class="external-link">Class</a>&lt;?&gt;&nbsp;type,
int&nbsp;columnNullable)</span></div>
</section>
</li>
<li>
<section class="detail" id="columnMetaData(java.lang.String,int,org.apache.calcite.avatica.ColumnMetaData.AvaticaType,int)">
<h3>columnMetaData</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type"><a href="ColumnMetaData.html" title="class in org.apache.calcite.avatica">ColumnMetaData</a></span>&nbsp;<span class="element-name">columnMetaData</span><wbr><span class="parameters">(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;name,
int&nbsp;index,
<a href="ColumnMetaData.AvaticaType.html" title="class in org.apache.calcite.avatica">ColumnMetaData.AvaticaType</a>&nbsp;type,
int&nbsp;columnNullable)</span></div>
</section>
</li>
<li>
<section class="detail" id="fieldMetaData(java.lang.Class)">
<h3>fieldMetaData</h3>
<div class="member-signature"><span class="modifiers">protected static</span>&nbsp;<span class="return-type"><a href="ColumnMetaData.StructType.html" title="class in org.apache.calcite.avatica">ColumnMetaData.StructType</a></span>&nbsp;<span class="element-name">fieldMetaData</span><wbr><span class="parameters">(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Class.html" title="class or interface in java.lang" class="external-link">Class</a>&lt;?&gt;&nbsp;clazz)</span></div>
</section>
</li>
<li>
<section class="detail" id="getColumnNullability(java.lang.reflect.Field)">
<h3>getColumnNullability</h3>
<div class="member-signature"><span class="modifiers">protected static</span>&nbsp;<span class="return-type">int</span>&nbsp;<span class="element-name">getColumnNullability</span><wbr><span class="parameters">(<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/reflect/Field.html" title="class or interface in java.lang.reflect" class="external-link">Field</a>&nbsp;field)</span></div>
</section>
</li>
<li>
<section class="detail" id="createResultSet(java.util.Map,java.util.List,org.apache.calcite.avatica.Meta.CursorFactory,org.apache.calcite.avatica.Meta.Frame)">
<h3>createResultSet</h3>
<div class="member-signature"><span class="modifiers">protected</span>&nbsp;<span class="return-type"><a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a></span>&nbsp;<span class="element-name">createResultSet</span><wbr><span class="parameters">(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html" title="class or interface in java.util" class="external-link">Map</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>,<wbr><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a>&gt;&nbsp;internalParameters,
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html" title="class or interface in java.util" class="external-link">List</a>&lt;<a href="ColumnMetaData.html" title="class in org.apache.calcite.avatica">ColumnMetaData</a>&gt;&nbsp;columns,
<a href="Meta.CursorFactory.html" title="class in org.apache.calcite.avatica">Meta.CursorFactory</a>&nbsp;cursorFactory,
<a href="Meta.Frame.html" title="class in org.apache.calcite.avatica">Meta.Frame</a>&nbsp;firstFrame)</span></div>
</section>
</li>
<li>
<section class="detail" id="getDatabaseProperties(org.apache.calcite.avatica.Meta.ConnectionHandle)">
<h3>getDatabaseProperties</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type"><a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html" title="class or interface in java.util" class="external-link">Map</a>&lt;<a href="Meta.DatabaseProperty.html" title="enum in org.apache.calcite.avatica">Meta.DatabaseProperty</a>,<wbr><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a>&gt;</span>&nbsp;<span class="element-name">getDatabaseProperties</span><wbr><span class="parameters">(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch)</span></div>
<div class="block"><span class="descfrm-type-label">Description copied from interface:&nbsp;<code><a href="Meta.html#getDatabaseProperties(org.apache.calcite.avatica.Meta.ConnectionHandle)">Meta</a></code></span></div>
<div class="block">Returns a map of static database properties.
<p>The provider can omit properties whose value is the same as the
default.</div>
<dl class="notes">
<dt>Specified by:</dt>
<dd><code><a href="Meta.html#getDatabaseProperties(org.apache.calcite.avatica.Meta.ConnectionHandle)">getDatabaseProperties</a></code>&nbsp;in interface&nbsp;<code><a href="Meta.html" title="interface in org.apache.calcite.avatica">Meta</a></code></dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="getTables(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,org.apache.calcite.avatica.Meta.Pat,org.apache.calcite.avatica.Meta.Pat,java.util.List)">
<h3>getTables</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type"><a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a></span>&nbsp;<span class="element-name">getTables</span><wbr><span class="parameters">(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;catalog,
<a href="Meta.Pat.html" title="class in org.apache.calcite.avatica">Meta.Pat</a>&nbsp;schemaPattern,
<a href="Meta.Pat.html" title="class in org.apache.calcite.avatica">Meta.Pat</a>&nbsp;tableNamePattern,
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html" title="class or interface in java.util" class="external-link">List</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&gt;&nbsp;typeList)</span></div>
<div class="block"><span class="descfrm-type-label">Description copied from interface:&nbsp;<code><a href="Meta.html#getTables(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,org.apache.calcite.avatica.Meta.Pat,org.apache.calcite.avatica.Meta.Pat,java.util.List)">Meta</a></code></span></div>
<div class="block">Per <a href="https://docs.oracle.com/javase/8/docs/api/java/sql/DatabaseMetaData.html#getTables(java.lang.String,java.lang.String,java.lang.String,java.lang.String%5B%5D)" title="class or interface in java.sql" class="external-link"><code>DatabaseMetaData.getTables(String, String, String, String[])</code></a>.</div>
<dl class="notes">
<dt>Specified by:</dt>
<dd><code><a href="Meta.html#getTables(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,org.apache.calcite.avatica.Meta.Pat,org.apache.calcite.avatica.Meta.Pat,java.util.List)">getTables</a></code>&nbsp;in interface&nbsp;<code><a href="Meta.html" title="interface in org.apache.calcite.avatica">Meta</a></code></dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="getColumns(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,org.apache.calcite.avatica.Meta.Pat,org.apache.calcite.avatica.Meta.Pat,org.apache.calcite.avatica.Meta.Pat)">
<h3>getColumns</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type"><a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a></span>&nbsp;<span class="element-name">getColumns</span><wbr><span class="parameters">(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;catalog,
<a href="Meta.Pat.html" title="class in org.apache.calcite.avatica">Meta.Pat</a>&nbsp;schemaPattern,
<a href="Meta.Pat.html" title="class in org.apache.calcite.avatica">Meta.Pat</a>&nbsp;tableNamePattern,
<a href="Meta.Pat.html" title="class in org.apache.calcite.avatica">Meta.Pat</a>&nbsp;columnNamePattern)</span></div>
<div class="block"><span class="descfrm-type-label">Description copied from interface:&nbsp;<code><a href="Meta.html#getColumns(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,org.apache.calcite.avatica.Meta.Pat,org.apache.calcite.avatica.Meta.Pat,org.apache.calcite.avatica.Meta.Pat)">Meta</a></code></span></div>
<div class="block">Per <a href="https://docs.oracle.com/javase/8/docs/api/java/sql/DatabaseMetaData.html#getColumns(java.lang.String,java.lang.String,java.lang.String,java.lang.String)" title="class or interface in java.sql" class="external-link"><code>DatabaseMetaData.getColumns(String, String, String, String)</code></a>.</div>
<dl class="notes">
<dt>Specified by:</dt>
<dd><code><a href="Meta.html#getColumns(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,org.apache.calcite.avatica.Meta.Pat,org.apache.calcite.avatica.Meta.Pat,org.apache.calcite.avatica.Meta.Pat)">getColumns</a></code>&nbsp;in interface&nbsp;<code><a href="Meta.html" title="interface in org.apache.calcite.avatica">Meta</a></code></dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="getSchemas(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,org.apache.calcite.avatica.Meta.Pat)">
<h3>getSchemas</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type"><a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a></span>&nbsp;<span class="element-name">getSchemas</span><wbr><span class="parameters">(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;catalog,
<a href="Meta.Pat.html" title="class in org.apache.calcite.avatica">Meta.Pat</a>&nbsp;schemaPattern)</span></div>
<dl class="notes">
<dt>Specified by:</dt>
<dd><code><a href="Meta.html#getSchemas(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,org.apache.calcite.avatica.Meta.Pat)">getSchemas</a></code>&nbsp;in interface&nbsp;<code><a href="Meta.html" title="interface in org.apache.calcite.avatica">Meta</a></code></dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="getCatalogs(org.apache.calcite.avatica.Meta.ConnectionHandle)">
<h3>getCatalogs</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type"><a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a></span>&nbsp;<span class="element-name">getCatalogs</span><wbr><span class="parameters">(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch)</span></div>
<div class="block"><span class="descfrm-type-label">Description copied from interface:&nbsp;<code><a href="Meta.html#getCatalogs(org.apache.calcite.avatica.Meta.ConnectionHandle)">Meta</a></code></span></div>
<div class="block">Per <a href="https://docs.oracle.com/javase/8/docs/api/java/sql/DatabaseMetaData.html#getCatalogs()" title="class or interface in java.sql" class="external-link"><code>DatabaseMetaData.getCatalogs()</code></a>.</div>
<dl class="notes">
<dt>Specified by:</dt>
<dd><code><a href="Meta.html#getCatalogs(org.apache.calcite.avatica.Meta.ConnectionHandle)">getCatalogs</a></code>&nbsp;in interface&nbsp;<code><a href="Meta.html" title="interface in org.apache.calcite.avatica">Meta</a></code></dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="getTableTypes(org.apache.calcite.avatica.Meta.ConnectionHandle)">
<h3>getTableTypes</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type"><a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a></span>&nbsp;<span class="element-name">getTableTypes</span><wbr><span class="parameters">(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch)</span></div>
<div class="block"><span class="descfrm-type-label">Description copied from interface:&nbsp;<code><a href="Meta.html#getTableTypes(org.apache.calcite.avatica.Meta.ConnectionHandle)">Meta</a></code></span></div>
<div class="block">Per <a href="https://docs.oracle.com/javase/8/docs/api/java/sql/DatabaseMetaData.html#getTableTypes()" title="class or interface in java.sql" class="external-link"><code>DatabaseMetaData.getTableTypes()</code></a>.</div>
<dl class="notes">
<dt>Specified by:</dt>
<dd><code><a href="Meta.html#getTableTypes(org.apache.calcite.avatica.Meta.ConnectionHandle)">getTableTypes</a></code>&nbsp;in interface&nbsp;<code><a href="Meta.html" title="interface in org.apache.calcite.avatica">Meta</a></code></dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="getProcedures(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,org.apache.calcite.avatica.Meta.Pat,org.apache.calcite.avatica.Meta.Pat)">
<h3>getProcedures</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type"><a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a></span>&nbsp;<span class="element-name">getProcedures</span><wbr><span class="parameters">(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;catalog,
<a href="Meta.Pat.html" title="class in org.apache.calcite.avatica">Meta.Pat</a>&nbsp;schemaPattern,
<a href="Meta.Pat.html" title="class in org.apache.calcite.avatica">Meta.Pat</a>&nbsp;procedureNamePattern)</span></div>
<div class="block"><span class="descfrm-type-label">Description copied from interface:&nbsp;<code><a href="Meta.html#getProcedures(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,org.apache.calcite.avatica.Meta.Pat,org.apache.calcite.avatica.Meta.Pat)">Meta</a></code></span></div>
<div class="block">Per <a href="https://docs.oracle.com/javase/8/docs/api/java/sql/DatabaseMetaData.html#getProcedures(java.lang.String,java.lang.String,java.lang.String)" title="class or interface in java.sql" class="external-link"><code>DatabaseMetaData.getProcedures(String, String, String)</code></a>.</div>
<dl class="notes">
<dt>Specified by:</dt>
<dd><code><a href="Meta.html#getProcedures(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,org.apache.calcite.avatica.Meta.Pat,org.apache.calcite.avatica.Meta.Pat)">getProcedures</a></code>&nbsp;in interface&nbsp;<code><a href="Meta.html" title="interface in org.apache.calcite.avatica">Meta</a></code></dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="getProcedureColumns(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,org.apache.calcite.avatica.Meta.Pat,org.apache.calcite.avatica.Meta.Pat,org.apache.calcite.avatica.Meta.Pat)">
<h3>getProcedureColumns</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type"><a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a></span>&nbsp;<span class="element-name">getProcedureColumns</span><wbr><span class="parameters">(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;catalog,
<a href="Meta.Pat.html" title="class in org.apache.calcite.avatica">Meta.Pat</a>&nbsp;schemaPattern,
<a href="Meta.Pat.html" title="class in org.apache.calcite.avatica">Meta.Pat</a>&nbsp;procedureNamePattern,
<a href="Meta.Pat.html" title="class in org.apache.calcite.avatica">Meta.Pat</a>&nbsp;columnNamePattern)</span></div>
<div class="block"><span class="descfrm-type-label">Description copied from interface:&nbsp;<code><a href="Meta.html#getProcedureColumns(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,org.apache.calcite.avatica.Meta.Pat,org.apache.calcite.avatica.Meta.Pat,org.apache.calcite.avatica.Meta.Pat)">Meta</a></code></span></div>
<div class="block">Per <a href="https://docs.oracle.com/javase/8/docs/api/java/sql/DatabaseMetaData.html#getProcedureColumns(java.lang.String,java.lang.String,java.lang.String,java.lang.String)" title="class or interface in java.sql" class="external-link"><code>DatabaseMetaData.getProcedureColumns(String, String, String, String)</code></a>.</div>
<dl class="notes">
<dt>Specified by:</dt>
<dd><code><a href="Meta.html#getProcedureColumns(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,org.apache.calcite.avatica.Meta.Pat,org.apache.calcite.avatica.Meta.Pat,org.apache.calcite.avatica.Meta.Pat)">getProcedureColumns</a></code>&nbsp;in interface&nbsp;<code><a href="Meta.html" title="interface in org.apache.calcite.avatica">Meta</a></code></dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="getColumnPrivileges(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,java.lang.String,java.lang.String,org.apache.calcite.avatica.Meta.Pat)">
<h3>getColumnPrivileges</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type"><a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a></span>&nbsp;<span class="element-name">getColumnPrivileges</span><wbr><span class="parameters">(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;catalog,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;schema,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;table,
<a href="Meta.Pat.html" title="class in org.apache.calcite.avatica">Meta.Pat</a>&nbsp;columnNamePattern)</span></div>
<div class="block"><span class="descfrm-type-label">Description copied from interface:&nbsp;<code><a href="Meta.html#getColumnPrivileges(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,java.lang.String,java.lang.String,org.apache.calcite.avatica.Meta.Pat)">Meta</a></code></span></div>
<div class="block">Per <a href="https://docs.oracle.com/javase/8/docs/api/java/sql/DatabaseMetaData.html#getColumnPrivileges(java.lang.String,java.lang.String,java.lang.String,java.lang.String)" title="class or interface in java.sql" class="external-link"><code>DatabaseMetaData.getColumnPrivileges(String, String, String, String)</code></a>.</div>
<dl class="notes">
<dt>Specified by:</dt>
<dd><code><a href="Meta.html#getColumnPrivileges(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,java.lang.String,java.lang.String,org.apache.calcite.avatica.Meta.Pat)">getColumnPrivileges</a></code>&nbsp;in interface&nbsp;<code><a href="Meta.html" title="interface in org.apache.calcite.avatica">Meta</a></code></dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="getTablePrivileges(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,org.apache.calcite.avatica.Meta.Pat,org.apache.calcite.avatica.Meta.Pat)">
<h3>getTablePrivileges</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type"><a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a></span>&nbsp;<span class="element-name">getTablePrivileges</span><wbr><span class="parameters">(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;catalog,
<a href="Meta.Pat.html" title="class in org.apache.calcite.avatica">Meta.Pat</a>&nbsp;schemaPattern,
<a href="Meta.Pat.html" title="class in org.apache.calcite.avatica">Meta.Pat</a>&nbsp;tableNamePattern)</span></div>
<div class="block"><span class="descfrm-type-label">Description copied from interface:&nbsp;<code><a href="Meta.html#getTablePrivileges(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,org.apache.calcite.avatica.Meta.Pat,org.apache.calcite.avatica.Meta.Pat)">Meta</a></code></span></div>
<div class="block">Per <a href="https://docs.oracle.com/javase/8/docs/api/java/sql/DatabaseMetaData.html#getTablePrivileges(java.lang.String,java.lang.String,java.lang.String)" title="class or interface in java.sql" class="external-link"><code>DatabaseMetaData.getTablePrivileges(String, String, String)</code></a>.</div>
<dl class="notes">
<dt>Specified by:</dt>
<dd><code><a href="Meta.html#getTablePrivileges(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,org.apache.calcite.avatica.Meta.Pat,org.apache.calcite.avatica.Meta.Pat)">getTablePrivileges</a></code>&nbsp;in interface&nbsp;<code><a href="Meta.html" title="interface in org.apache.calcite.avatica">Meta</a></code></dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="getBestRowIdentifier(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,java.lang.String,java.lang.String,int,boolean)">
<h3>getBestRowIdentifier</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type"><a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a></span>&nbsp;<span class="element-name">getBestRowIdentifier</span><wbr><span class="parameters">(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;catalog,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;schema,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;table,
int&nbsp;scope,
boolean&nbsp;nullable)</span></div>
<div class="block"><span class="descfrm-type-label">Description copied from interface:&nbsp;<code><a href="Meta.html#getBestRowIdentifier(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,java.lang.String,java.lang.String,int,boolean)">Meta</a></code></span></div>
<div class="block">Per
<a href="https://docs.oracle.com/javase/8/docs/api/java/sql/DatabaseMetaData.html#getBestRowIdentifier(java.lang.String,java.lang.String,java.lang.String,int,boolean)" title="class or interface in java.sql" class="external-link"><code>DatabaseMetaData.getBestRowIdentifier(String, String, String, int, boolean)</code></a>.</div>
<dl class="notes">
<dt>Specified by:</dt>
<dd><code><a href="Meta.html#getBestRowIdentifier(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,java.lang.String,java.lang.String,int,boolean)">getBestRowIdentifier</a></code>&nbsp;in interface&nbsp;<code><a href="Meta.html" title="interface in org.apache.calcite.avatica">Meta</a></code></dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="getVersionColumns(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,java.lang.String,java.lang.String)">
<h3>getVersionColumns</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type"><a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a></span>&nbsp;<span class="element-name">getVersionColumns</span><wbr><span class="parameters">(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;catalog,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;schema,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;table)</span></div>
<div class="block"><span class="descfrm-type-label">Description copied from interface:&nbsp;<code><a href="Meta.html#getVersionColumns(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,java.lang.String,java.lang.String)">Meta</a></code></span></div>
<div class="block">Per <a href="https://docs.oracle.com/javase/8/docs/api/java/sql/DatabaseMetaData.html#getVersionColumns(java.lang.String,java.lang.String,java.lang.String)" title="class or interface in java.sql" class="external-link"><code>DatabaseMetaData.getVersionColumns(String, String, String)</code></a>.</div>
<dl class="notes">
<dt>Specified by:</dt>
<dd><code><a href="Meta.html#getVersionColumns(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,java.lang.String,java.lang.String)">getVersionColumns</a></code>&nbsp;in interface&nbsp;<code><a href="Meta.html" title="interface in org.apache.calcite.avatica">Meta</a></code></dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="getPrimaryKeys(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,java.lang.String,java.lang.String)">
<h3>getPrimaryKeys</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type"><a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a></span>&nbsp;<span class="element-name">getPrimaryKeys</span><wbr><span class="parameters">(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;catalog,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;schema,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;table)</span></div>
<div class="block"><span class="descfrm-type-label">Description copied from interface:&nbsp;<code><a href="Meta.html#getPrimaryKeys(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,java.lang.String,java.lang.String)">Meta</a></code></span></div>
<div class="block">Per <a href="https://docs.oracle.com/javase/8/docs/api/java/sql/DatabaseMetaData.html#getPrimaryKeys(java.lang.String,java.lang.String,java.lang.String)" title="class or interface in java.sql" class="external-link"><code>DatabaseMetaData.getPrimaryKeys(String, String, String)</code></a>.</div>
<dl class="notes">
<dt>Specified by:</dt>
<dd><code><a href="Meta.html#getPrimaryKeys(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,java.lang.String,java.lang.String)">getPrimaryKeys</a></code>&nbsp;in interface&nbsp;<code><a href="Meta.html" title="interface in org.apache.calcite.avatica">Meta</a></code></dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="getImportedKeys(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,java.lang.String,java.lang.String)">
<h3>getImportedKeys</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type"><a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a></span>&nbsp;<span class="element-name">getImportedKeys</span><wbr><span class="parameters">(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;catalog,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;schema,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;table)</span></div>
<div class="block"><span class="descfrm-type-label">Description copied from interface:&nbsp;<code><a href="Meta.html#getImportedKeys(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,java.lang.String,java.lang.String)">Meta</a></code></span></div>
<div class="block">Per <a href="https://docs.oracle.com/javase/8/docs/api/java/sql/DatabaseMetaData.html#getImportedKeys(java.lang.String,java.lang.String,java.lang.String)" title="class or interface in java.sql" class="external-link"><code>DatabaseMetaData.getImportedKeys(String, String, String)</code></a>.</div>
<dl class="notes">
<dt>Specified by:</dt>
<dd><code><a href="Meta.html#getImportedKeys(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,java.lang.String,java.lang.String)">getImportedKeys</a></code>&nbsp;in interface&nbsp;<code><a href="Meta.html" title="interface in org.apache.calcite.avatica">Meta</a></code></dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="getExportedKeys(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,java.lang.String,java.lang.String)">
<h3>getExportedKeys</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type"><a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a></span>&nbsp;<span class="element-name">getExportedKeys</span><wbr><span class="parameters">(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;catalog,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;schema,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;table)</span></div>
<div class="block"><span class="descfrm-type-label">Description copied from interface:&nbsp;<code><a href="Meta.html#getExportedKeys(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,java.lang.String,java.lang.String)">Meta</a></code></span></div>
<div class="block">Per <a href="https://docs.oracle.com/javase/8/docs/api/java/sql/DatabaseMetaData.html#getExportedKeys(java.lang.String,java.lang.String,java.lang.String)" title="class or interface in java.sql" class="external-link"><code>DatabaseMetaData.getExportedKeys(String, String, String)</code></a>.</div>
<dl class="notes">
<dt>Specified by:</dt>
<dd><code><a href="Meta.html#getExportedKeys(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,java.lang.String,java.lang.String)">getExportedKeys</a></code>&nbsp;in interface&nbsp;<code><a href="Meta.html" title="interface in org.apache.calcite.avatica">Meta</a></code></dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="getCrossReference(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String)">
<h3>getCrossReference</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type"><a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a></span>&nbsp;<span class="element-name">getCrossReference</span><wbr><span class="parameters">(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;parentCatalog,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;parentSchema,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;parentTable,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;foreignCatalog,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;foreignSchema,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;foreignTable)</span></div>
<div class="block"><span class="descfrm-type-label">Description copied from interface:&nbsp;<code><a href="Meta.html#getCrossReference(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String)">Meta</a></code></span></div>
<div class="block">Per
<a href="https://docs.oracle.com/javase/8/docs/api/java/sql/DatabaseMetaData.html#getCrossReference(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String)" title="class or interface in java.sql" class="external-link"><code>DatabaseMetaData.getCrossReference(String, String, String, String, String, String)</code></a>.</div>
<dl class="notes">
<dt>Specified by:</dt>
<dd><code><a href="Meta.html#getCrossReference(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String)">getCrossReference</a></code>&nbsp;in interface&nbsp;<code><a href="Meta.html" title="interface in org.apache.calcite.avatica">Meta</a></code></dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="getTypeInfo(org.apache.calcite.avatica.Meta.ConnectionHandle)">
<h3>getTypeInfo</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type"><a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a></span>&nbsp;<span class="element-name">getTypeInfo</span><wbr><span class="parameters">(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch)</span></div>
<div class="block"><span class="descfrm-type-label">Description copied from interface:&nbsp;<code><a href="Meta.html#getTypeInfo(org.apache.calcite.avatica.Meta.ConnectionHandle)">Meta</a></code></span></div>
<div class="block">Per <a href="https://docs.oracle.com/javase/8/docs/api/java/sql/DatabaseMetaData.html#getTypeInfo()" title="class or interface in java.sql" class="external-link"><code>DatabaseMetaData.getTypeInfo()</code></a>.</div>
<dl class="notes">
<dt>Specified by:</dt>
<dd><code><a href="Meta.html#getTypeInfo(org.apache.calcite.avatica.Meta.ConnectionHandle)">getTypeInfo</a></code>&nbsp;in interface&nbsp;<code><a href="Meta.html" title="interface in org.apache.calcite.avatica">Meta</a></code></dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="getIndexInfo(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,java.lang.String,java.lang.String,boolean,boolean)">
<h3>getIndexInfo</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type"><a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a></span>&nbsp;<span class="element-name">getIndexInfo</span><wbr><span class="parameters">(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;catalog,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;schema,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;table,
boolean&nbsp;unique,
boolean&nbsp;approximate)</span></div>
<div class="block"><span class="descfrm-type-label">Description copied from interface:&nbsp;<code><a href="Meta.html#getIndexInfo(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,java.lang.String,java.lang.String,boolean,boolean)">Meta</a></code></span></div>
<div class="block">Per <a href="https://docs.oracle.com/javase/8/docs/api/java/sql/DatabaseMetaData.html#getIndexInfo(java.lang.String,java.lang.String,java.lang.String,boolean,boolean)" title="class or interface in java.sql" class="external-link"><code>DatabaseMetaData.getIndexInfo(String, String, String, boolean, boolean)</code></a>.</div>
<dl class="notes">
<dt>Specified by:</dt>
<dd><code><a href="Meta.html#getIndexInfo(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,java.lang.String,java.lang.String,boolean,boolean)">getIndexInfo</a></code>&nbsp;in interface&nbsp;<code><a href="Meta.html" title="interface in org.apache.calcite.avatica">Meta</a></code></dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="getUDTs(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,org.apache.calcite.avatica.Meta.Pat,org.apache.calcite.avatica.Meta.Pat,int[])">
<h3>getUDTs</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type"><a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a></span>&nbsp;<span class="element-name">getUDTs</span><wbr><span class="parameters">(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;catalog,
<a href="Meta.Pat.html" title="class in org.apache.calcite.avatica">Meta.Pat</a>&nbsp;schemaPattern,
<a href="Meta.Pat.html" title="class in org.apache.calcite.avatica">Meta.Pat</a>&nbsp;typeNamePattern,
int[]&nbsp;types)</span></div>
<div class="block"><span class="descfrm-type-label">Description copied from interface:&nbsp;<code><a href="Meta.html#getUDTs(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,org.apache.calcite.avatica.Meta.Pat,org.apache.calcite.avatica.Meta.Pat,int%5B%5D)">Meta</a></code></span></div>
<div class="block">Per <a href="https://docs.oracle.com/javase/8/docs/api/java/sql/DatabaseMetaData.html#getUDTs(java.lang.String,java.lang.String,java.lang.String,int%5B%5D)" title="class or interface in java.sql" class="external-link"><code>DatabaseMetaData.getUDTs(String, String, String, int[])</code></a>.</div>
<dl class="notes">
<dt>Specified by:</dt>
<dd><code><a href="Meta.html#getUDTs(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,org.apache.calcite.avatica.Meta.Pat,org.apache.calcite.avatica.Meta.Pat,int%5B%5D)">getUDTs</a></code>&nbsp;in interface&nbsp;<code><a href="Meta.html" title="interface in org.apache.calcite.avatica">Meta</a></code></dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="getSuperTypes(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,org.apache.calcite.avatica.Meta.Pat,org.apache.calcite.avatica.Meta.Pat)">
<h3>getSuperTypes</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type"><a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a></span>&nbsp;<span class="element-name">getSuperTypes</span><wbr><span class="parameters">(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;catalog,
<a href="Meta.Pat.html" title="class in org.apache.calcite.avatica">Meta.Pat</a>&nbsp;schemaPattern,
<a href="Meta.Pat.html" title="class in org.apache.calcite.avatica">Meta.Pat</a>&nbsp;typeNamePattern)</span></div>
<div class="block"><span class="descfrm-type-label">Description copied from interface:&nbsp;<code><a href="Meta.html#getSuperTypes(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,org.apache.calcite.avatica.Meta.Pat,org.apache.calcite.avatica.Meta.Pat)">Meta</a></code></span></div>
<div class="block">Per <a href="https://docs.oracle.com/javase/8/docs/api/java/sql/DatabaseMetaData.html#getSuperTypes(java.lang.String,java.lang.String,java.lang.String)" title="class or interface in java.sql" class="external-link"><code>DatabaseMetaData.getSuperTypes(String, String, String)</code></a>.</div>
<dl class="notes">
<dt>Specified by:</dt>
<dd><code><a href="Meta.html#getSuperTypes(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,org.apache.calcite.avatica.Meta.Pat,org.apache.calcite.avatica.Meta.Pat)">getSuperTypes</a></code>&nbsp;in interface&nbsp;<code><a href="Meta.html" title="interface in org.apache.calcite.avatica">Meta</a></code></dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="getSuperTables(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,org.apache.calcite.avatica.Meta.Pat,org.apache.calcite.avatica.Meta.Pat)">
<h3>getSuperTables</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type"><a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a></span>&nbsp;<span class="element-name">getSuperTables</span><wbr><span class="parameters">(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;catalog,
<a href="Meta.Pat.html" title="class in org.apache.calcite.avatica">Meta.Pat</a>&nbsp;schemaPattern,
<a href="Meta.Pat.html" title="class in org.apache.calcite.avatica">Meta.Pat</a>&nbsp;tableNamePattern)</span></div>
<div class="block"><span class="descfrm-type-label">Description copied from interface:&nbsp;<code><a href="Meta.html#getSuperTables(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,org.apache.calcite.avatica.Meta.Pat,org.apache.calcite.avatica.Meta.Pat)">Meta</a></code></span></div>
<div class="block">Per <a href="https://docs.oracle.com/javase/8/docs/api/java/sql/DatabaseMetaData.html#getSuperTables(java.lang.String,java.lang.String,java.lang.String)" title="class or interface in java.sql" class="external-link"><code>DatabaseMetaData.getSuperTables(String, String, String)</code></a>.</div>
<dl class="notes">
<dt>Specified by:</dt>
<dd><code><a href="Meta.html#getSuperTables(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,org.apache.calcite.avatica.Meta.Pat,org.apache.calcite.avatica.Meta.Pat)">getSuperTables</a></code>&nbsp;in interface&nbsp;<code><a href="Meta.html" title="interface in org.apache.calcite.avatica">Meta</a></code></dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="getAttributes(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,org.apache.calcite.avatica.Meta.Pat,org.apache.calcite.avatica.Meta.Pat,org.apache.calcite.avatica.Meta.Pat)">
<h3>getAttributes</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type"><a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a></span>&nbsp;<span class="element-name">getAttributes</span><wbr><span class="parameters">(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;catalog,
<a href="Meta.Pat.html" title="class in org.apache.calcite.avatica">Meta.Pat</a>&nbsp;schemaPattern,
<a href="Meta.Pat.html" title="class in org.apache.calcite.avatica">Meta.Pat</a>&nbsp;typeNamePattern,
<a href="Meta.Pat.html" title="class in org.apache.calcite.avatica">Meta.Pat</a>&nbsp;attributeNamePattern)</span></div>
<div class="block"><span class="descfrm-type-label">Description copied from interface:&nbsp;<code><a href="Meta.html#getAttributes(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,org.apache.calcite.avatica.Meta.Pat,org.apache.calcite.avatica.Meta.Pat,org.apache.calcite.avatica.Meta.Pat)">Meta</a></code></span></div>
<div class="block">Per <a href="https://docs.oracle.com/javase/8/docs/api/java/sql/DatabaseMetaData.html#getAttributes(java.lang.String,java.lang.String,java.lang.String,java.lang.String)" title="class or interface in java.sql" class="external-link"><code>DatabaseMetaData.getAttributes(String, String, String, String)</code></a>.</div>
<dl class="notes">
<dt>Specified by:</dt>
<dd><code><a href="Meta.html#getAttributes(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,org.apache.calcite.avatica.Meta.Pat,org.apache.calcite.avatica.Meta.Pat,org.apache.calcite.avatica.Meta.Pat)">getAttributes</a></code>&nbsp;in interface&nbsp;<code><a href="Meta.html" title="interface in org.apache.calcite.avatica">Meta</a></code></dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="getClientInfoProperties(org.apache.calcite.avatica.Meta.ConnectionHandle)">
<h3>getClientInfoProperties</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type"><a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a></span>&nbsp;<span class="element-name">getClientInfoProperties</span><wbr><span class="parameters">(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch)</span></div>
<div class="block"><span class="descfrm-type-label">Description copied from interface:&nbsp;<code><a href="Meta.html#getClientInfoProperties(org.apache.calcite.avatica.Meta.ConnectionHandle)">Meta</a></code></span></div>
<div class="block">Per <a href="https://docs.oracle.com/javase/8/docs/api/java/sql/DatabaseMetaData.html#getClientInfoProperties()" title="class or interface in java.sql" class="external-link"><code>DatabaseMetaData.getClientInfoProperties()</code></a>.</div>
<dl class="notes">
<dt>Specified by:</dt>
<dd><code><a href="Meta.html#getClientInfoProperties(org.apache.calcite.avatica.Meta.ConnectionHandle)">getClientInfoProperties</a></code>&nbsp;in interface&nbsp;<code><a href="Meta.html" title="interface in org.apache.calcite.avatica">Meta</a></code></dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="getFunctions(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,org.apache.calcite.avatica.Meta.Pat,org.apache.calcite.avatica.Meta.Pat)">
<h3>getFunctions</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type"><a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a></span>&nbsp;<span class="element-name">getFunctions</span><wbr><span class="parameters">(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;catalog,
<a href="Meta.Pat.html" title="class in org.apache.calcite.avatica">Meta.Pat</a>&nbsp;schemaPattern,
<a href="Meta.Pat.html" title="class in org.apache.calcite.avatica">Meta.Pat</a>&nbsp;functionNamePattern)</span></div>
<div class="block"><span class="descfrm-type-label">Description copied from interface:&nbsp;<code><a href="Meta.html#getFunctions(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,org.apache.calcite.avatica.Meta.Pat,org.apache.calcite.avatica.Meta.Pat)">Meta</a></code></span></div>
<div class="block">Per <a href="https://docs.oracle.com/javase/8/docs/api/java/sql/DatabaseMetaData.html#getFunctions(java.lang.String,java.lang.String,java.lang.String)" title="class or interface in java.sql" class="external-link"><code>DatabaseMetaData.getFunctions(String, String, String)</code></a>.</div>
<dl class="notes">
<dt>Specified by:</dt>
<dd><code><a href="Meta.html#getFunctions(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,org.apache.calcite.avatica.Meta.Pat,org.apache.calcite.avatica.Meta.Pat)">getFunctions</a></code>&nbsp;in interface&nbsp;<code><a href="Meta.html" title="interface in org.apache.calcite.avatica">Meta</a></code></dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="getFunctionColumns(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,org.apache.calcite.avatica.Meta.Pat,org.apache.calcite.avatica.Meta.Pat,org.apache.calcite.avatica.Meta.Pat)">
<h3>getFunctionColumns</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type"><a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a></span>&nbsp;<span class="element-name">getFunctionColumns</span><wbr><span class="parameters">(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;catalog,
<a href="Meta.Pat.html" title="class in org.apache.calcite.avatica">Meta.Pat</a>&nbsp;schemaPattern,
<a href="Meta.Pat.html" title="class in org.apache.calcite.avatica">Meta.Pat</a>&nbsp;functionNamePattern,
<a href="Meta.Pat.html" title="class in org.apache.calcite.avatica">Meta.Pat</a>&nbsp;columnNamePattern)</span></div>
<div class="block"><span class="descfrm-type-label">Description copied from interface:&nbsp;<code><a href="Meta.html#getFunctionColumns(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,org.apache.calcite.avatica.Meta.Pat,org.apache.calcite.avatica.Meta.Pat,org.apache.calcite.avatica.Meta.Pat)">Meta</a></code></span></div>
<div class="block">Per <a href="https://docs.oracle.com/javase/8/docs/api/java/sql/DatabaseMetaData.html#getFunctionColumns(java.lang.String,java.lang.String,java.lang.String,java.lang.String)" title="class or interface in java.sql" class="external-link"><code>DatabaseMetaData.getFunctionColumns(String, String, String, String)</code></a>.</div>
<dl class="notes">
<dt>Specified by:</dt>
<dd><code><a href="Meta.html#getFunctionColumns(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,org.apache.calcite.avatica.Meta.Pat,org.apache.calcite.avatica.Meta.Pat,org.apache.calcite.avatica.Meta.Pat)">getFunctionColumns</a></code>&nbsp;in interface&nbsp;<code><a href="Meta.html" title="interface in org.apache.calcite.avatica">Meta</a></code></dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="getPseudoColumns(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,org.apache.calcite.avatica.Meta.Pat,org.apache.calcite.avatica.Meta.Pat,org.apache.calcite.avatica.Meta.Pat)">
<h3>getPseudoColumns</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type"><a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a></span>&nbsp;<span class="element-name">getPseudoColumns</span><wbr><span class="parameters">(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;catalog,
<a href="Meta.Pat.html" title="class in org.apache.calcite.avatica">Meta.Pat</a>&nbsp;schemaPattern,
<a href="Meta.Pat.html" title="class in org.apache.calcite.avatica">Meta.Pat</a>&nbsp;tableNamePattern,
<a href="Meta.Pat.html" title="class in org.apache.calcite.avatica">Meta.Pat</a>&nbsp;columnNamePattern)</span></div>
<div class="block"><span class="descfrm-type-label">Description copied from interface:&nbsp;<code><a href="Meta.html#getPseudoColumns(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,org.apache.calcite.avatica.Meta.Pat,org.apache.calcite.avatica.Meta.Pat,org.apache.calcite.avatica.Meta.Pat)">Meta</a></code></span></div>
<div class="block">Per <a href="https://docs.oracle.com/javase/8/docs/api/java/sql/DatabaseMetaData.html#getPseudoColumns(java.lang.String,java.lang.String,java.lang.String,java.lang.String)" title="class or interface in java.sql" class="external-link"><code>DatabaseMetaData.getPseudoColumns(String, String, String, String)</code></a>.</div>
<dl class="notes">
<dt>Specified by:</dt>
<dd><code><a href="Meta.html#getPseudoColumns(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,org.apache.calcite.avatica.Meta.Pat,org.apache.calcite.avatica.Meta.Pat,org.apache.calcite.avatica.Meta.Pat)">getPseudoColumns</a></code>&nbsp;in interface&nbsp;<code><a href="Meta.html" title="interface in org.apache.calcite.avatica">Meta</a></code></dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="createIterable(org.apache.calcite.avatica.Meta.StatementHandle,org.apache.calcite.avatica.QueryState,org.apache.calcite.avatica.Meta.Signature,java.util.List,org.apache.calcite.avatica.Meta.Frame)">
<h3>createIterable</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type"><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html" title="class or interface in java.lang" class="external-link">Iterable</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a>&gt;</span>&nbsp;<span class="element-name">createIterable</span><wbr><span class="parameters">(<a href="Meta.StatementHandle.html" title="class in org.apache.calcite.avatica">Meta.StatementHandle</a>&nbsp;handle,
<a href="QueryState.html" title="class in org.apache.calcite.avatica">QueryState</a>&nbsp;state,
<a href="Meta.Signature.html" title="class in org.apache.calcite.avatica">Meta.Signature</a>&nbsp;signature,
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html" title="class or interface in java.util" class="external-link">List</a>&lt;<a href="remote/TypedValue.html" title="class in org.apache.calcite.avatica.remote">TypedValue</a>&gt;&nbsp;parameterValues,
<a href="Meta.Frame.html" title="class in org.apache.calcite.avatica">Meta.Frame</a>&nbsp;firstFrame)</span></div>
<div class="block"><span class="descfrm-type-label">Description copied from interface:&nbsp;<code><a href="Meta.html#createIterable(org.apache.calcite.avatica.Meta.StatementHandle,org.apache.calcite.avatica.QueryState,org.apache.calcite.avatica.Meta.Signature,java.util.List,org.apache.calcite.avatica.Meta.Frame)">Meta</a></code></span></div>
<div class="block">Creates an iterable for a result set.
<p>The default implementation just returns <code>iterable</code>, which it
requires to be not null; derived classes may instead choose to execute the
relational expression in <code>signature</code>.</div>
<dl class="notes">
<dt>Specified by:</dt>
<dd><code><a href="Meta.html#createIterable(org.apache.calcite.avatica.Meta.StatementHandle,org.apache.calcite.avatica.QueryState,org.apache.calcite.avatica.Meta.Signature,java.util.List,org.apache.calcite.avatica.Meta.Frame)">createIterable</a></code>&nbsp;in interface&nbsp;<code><a href="Meta.html" title="interface in org.apache.calcite.avatica">Meta</a></code></dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="fetch(org.apache.calcite.avatica.AvaticaStatement,java.util.List,long,int)">
<h3>fetch</h3>
<div class="member-signature"><span class="modifiers">public</span>&nbsp;<span class="return-type"><a href="Meta.Frame.html" title="class in org.apache.calcite.avatica">Meta.Frame</a></span>&nbsp;<span class="element-name">fetch</span><wbr><span class="parameters">(<a href="AvaticaStatement.html" title="class in org.apache.calcite.avatica">AvaticaStatement</a>&nbsp;stmt,
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html" title="class or interface in java.util" class="external-link">List</a>&lt;<a href="remote/TypedValue.html" title="class in org.apache.calcite.avatica.remote">TypedValue</a>&gt;&nbsp;parameterValues,
long&nbsp;offset,
int&nbsp;fetchMaxRowCount)</span>
throws <span class="exceptions"><a href="NoSuchStatementException.html" title="class in org.apache.calcite.avatica">NoSuchStatementException</a>,
<a href="MissingResultsException.html" title="class in org.apache.calcite.avatica">MissingResultsException</a></span></div>
<dl class="notes">
<dt>Throws:</dt>
<dd><code><a href="NoSuchStatementException.html" title="class in org.apache.calcite.avatica">NoSuchStatementException</a></code></dd>
<dd><code><a href="MissingResultsException.html" title="class in org.apache.calcite.avatica">MissingResultsException</a></code></dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="checkParameterValueHasNull(java.util.List)">
<h3>checkParameterValueHasNull</h3>
<div class="member-signature"><span class="modifiers">public static</span>&nbsp;<span class="return-type">boolean</span>&nbsp;<span class="element-name">checkParameterValueHasNull</span><wbr><span class="parameters">(<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html" title="class or interface in java.util" class="external-link">List</a>&lt;<a href="remote/TypedValue.html" title="class in org.apache.calcite.avatica.remote">TypedValue</a>&gt;&nbsp;parameterValues)</span></div>
<div class="block">Returns whether a list of parameter values has any null elements.</div>
</section>
</li>
</ul>
</section>
</li>
</ul>
</section>
<!-- ========= END OF CLASS DATA ========= -->
</main>
<footer role="contentinfo">
<hr>
<p class="legal-copy"><small>Copyright &copy; 2012-2023 Apache Software Foundation. All Rights Reserved.</small></p>
</footer>
</div>
</div>
</body>
</html>