blob: 9ffa2b032fa9efcff072138a048d5d550e17bb0c [file] [log] [blame]
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>MetaImpl (Apache Calcite Avatica API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
<script type="text/javascript" src="../../../../jquery/jszip/dist/jszip.min.js"></script>
<script type="text/javascript" src="../../../../jquery/jszip-utils/dist/jszip-utils.min.js"></script>
<!--[if IE]>
<script type="text/javascript" src="../../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script>
<![endif]-->
<script type="text/javascript" src="../../../../jquery/jquery-3.3.1.js"></script>
<script type="text/javascript" src="../../../../jquery/jquery-migrate-3.0.1.js"></script>
<script type="text/javascript" src="../../../../jquery/jquery-ui.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="MetaImpl (Apache Calcite Avatica API)";
}
}
catch(err) {
}
//-->
var data = {"i0":9,"i1":10,"i2":9,"i3":9,"i4":9,"i5":9,"i6":9,"i7":9,"i8":10,"i9":9,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":9,"i16":10,"i17":10,"i18":10,"i19":10,"i20":9,"i21":10,"i22":10,"i23":10,"i24":10,"i25":10,"i26":10,"i27":10,"i28":10,"i29":10,"i30":10,"i31":10,"i32":10,"i33":10,"i34":10,"i35":10,"i36":10,"i37":10,"i38":10,"i39":10,"i40":10,"i41":10,"i42":10,"i43":10};
var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
var pathtoroot = "../../../../";
var useModuleDirectories = true;
loadScripts(document, 'script');</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<header role="banner">
<nav role="navigation">
<div class="fixedNav">
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a id="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a id="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../index.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/MetaImpl.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../allclasses.html">All&nbsp;Classes</a></li>
</ul>
<ul class="navListSearch">
<li><label for="search">SEARCH:</label>
<input type="text" id="search" value="search" disabled="disabled">
<input type="reset" id="reset" value="reset" disabled="disabled">
</li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
</div>
<div>
<ul class="subNavList">
<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="subNavList">
<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>
<a id="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
</div>
<div class="navPadding">&nbsp;</div>
<script type="text/javascript"><!--
$('.navPadding').css('padding-top', $('.fixedNav').css("height"));
//-->
</script>
</nav>
</header>
<!-- ======== START OF CLASS DATA ======== -->
<main role="main">
<div class="header">
<div class="subTitle"><span class="packageLabelInType">Package</span>&nbsp;<a href="package-summary.html">org.apache.calcite.avatica</a></div>
<h2 title="Class MetaImpl" class="title">Class MetaImpl</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>org.apache.calcite.avatica.MetaImpl</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Implemented Interfaces:</dt>
<dd><code><a href="Meta.html" title="interface in org.apache.calcite.avatica">Meta</a></code></dd>
</dl>
<hr>
<pre>public abstract class <span class="typeNameLabel">MetaImpl</span>
extends java.lang.Object
implements <a href="Meta.html" title="interface in org.apache.calcite.avatica">Meta</a></pre>
<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>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ======== NESTED CLASS SUMMARY ======== -->
<section role="region">
<ul class="blockList">
<li class="blockList"><a id="nested.class.summary">
<!-- -->
</a>
<h3>Nested Class Summary</h3>
<table class="memberSummary">
<caption><span>Nested Classes</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static interface&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="MetaImpl.ColumnNoNulls.html" title="annotation in org.apache.calcite.avatica">MetaImpl.ColumnNoNulls</a></span></code></th>
<td class="colLast">
<div class="block">Annotation that indicates that a meta field may not contain null
values.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static interface&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="MetaImpl.ColumnNullable.html" title="annotation in org.apache.calcite.avatica">MetaImpl.ColumnNullable</a></span></code></th>
<td class="colLast">
<div class="block">Annotation that indicates that a meta field may contain null values.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static interface&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="MetaImpl.ColumnNullableUnknown.html" title="annotation in org.apache.calcite.avatica">MetaImpl.ColumnNullableUnknown</a></span></code></th>
<td class="colLast">
<div class="block">Annotation that indicates that it is unknown whether a meta field may contain
null values.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="MetaImpl.MetaAttribute.html" title="class in org.apache.calcite.avatica">MetaImpl.MetaAttribute</a></span></code></th>
<td class="colLast">
<div class="block">Metadata describing an attribute.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="MetaImpl.MetaBestRowIdentifier.html" title="class in org.apache.calcite.avatica">MetaImpl.MetaBestRowIdentifier</a></span></code></th>
<td class="colLast">
<div class="block">Metadata describing the best identifier for a row.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="MetaImpl.MetaCatalog.html" title="class in org.apache.calcite.avatica">MetaImpl.MetaCatalog</a></span></code></th>
<td class="colLast">
<div class="block">Metadata describing a catalog.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="MetaImpl.MetaClientInfoProperty.html" title="class in org.apache.calcite.avatica">MetaImpl.MetaClientInfoProperty</a></span></code></th>
<td class="colLast">
<div class="block">Metadata describing a client info property.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="MetaImpl.MetaColumn.html" title="class in org.apache.calcite.avatica">MetaImpl.MetaColumn</a></span></code></th>
<td class="colLast">
<div class="block">Metadata describing a column.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="MetaImpl.MetaColumnPrivilege.html" title="class in org.apache.calcite.avatica">MetaImpl.MetaColumnPrivilege</a></span></code></th>
<td class="colLast">
<div class="block">Metadata describing a column privilege.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="MetaImpl.MetaCrossReference.html" title="class in org.apache.calcite.avatica">MetaImpl.MetaCrossReference</a></span></code></th>
<td class="colLast">
<div class="block">Metadata describing a cross reference.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="MetaImpl.MetaExportedKey.html" title="class in org.apache.calcite.avatica">MetaImpl.MetaExportedKey</a></span></code></th>
<td class="colLast">
<div class="block">Metadata describing an exported key.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="MetaImpl.MetaFunction.html" title="class in org.apache.calcite.avatica">MetaImpl.MetaFunction</a></span></code></th>
<td class="colLast">
<div class="block">Metadata describing a function.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="MetaImpl.MetaFunctionColumn.html" title="class in org.apache.calcite.avatica">MetaImpl.MetaFunctionColumn</a></span></code></th>
<td class="colLast">
<div class="block">Metadata describing a function column.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="MetaImpl.MetaImportedKey.html" title="class in org.apache.calcite.avatica">MetaImpl.MetaImportedKey</a></span></code></th>
<td class="colLast">
<div class="block">Metadata describing an imported key.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="MetaImpl.MetaIndexInfo.html" title="class in org.apache.calcite.avatica">MetaImpl.MetaIndexInfo</a></span></code></th>
<td class="colLast">
<div class="block">Metadata describing index info.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="MetaImpl.MetaPrimaryKey.html" title="class in org.apache.calcite.avatica">MetaImpl.MetaPrimaryKey</a></span></code></th>
<td class="colLast">
<div class="block">Metadata describing a primary key.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="MetaImpl.MetaProcedure.html" title="class in org.apache.calcite.avatica">MetaImpl.MetaProcedure</a></span></code></th>
<td class="colLast">
<div class="block">Metadata describing a procedure.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="MetaImpl.MetaProcedureColumn.html" title="class in org.apache.calcite.avatica">MetaImpl.MetaProcedureColumn</a></span></code></th>
<td class="colLast">
<div class="block">Metadata describing a procedure column.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="MetaImpl.MetaPseudoColumn.html" title="class in org.apache.calcite.avatica">MetaImpl.MetaPseudoColumn</a></span></code></th>
<td class="colLast">
<div class="block">Metadata describing a pseudo column.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="MetaImpl.MetaSchema.html" title="class in org.apache.calcite.avatica">MetaImpl.MetaSchema</a></span></code></th>
<td class="colLast">
<div class="block">Metadata describing a schema.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="MetaImpl.MetaSuperTable.html" title="class in org.apache.calcite.avatica">MetaImpl.MetaSuperTable</a></span></code></th>
<td class="colLast">
<div class="block">Metadata describing a super-table.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="MetaImpl.MetaSuperType.html" title="class in org.apache.calcite.avatica">MetaImpl.MetaSuperType</a></span></code></th>
<td class="colLast">
<div class="block">Metadata describing a super-type.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="MetaImpl.MetaTable.html" title="class in org.apache.calcite.avatica">MetaImpl.MetaTable</a></span></code></th>
<td class="colLast">
<div class="block">Metadata describing a table.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="MetaImpl.MetaTablePrivilege.html" title="class in org.apache.calcite.avatica">MetaImpl.MetaTablePrivilege</a></span></code></th>
<td class="colLast">
<div class="block">Metadata describing a table privilege.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="MetaImpl.MetaTableType.html" title="class in org.apache.calcite.avatica">MetaImpl.MetaTableType</a></span></code></th>
<td class="colLast">
<div class="block">Metadata describing a table type.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="MetaImpl.MetaTypeInfo.html" title="class in org.apache.calcite.avatica">MetaImpl.MetaTypeInfo</a></span></code></th>
<td class="colLast">
<div class="block">Metadata describing type info.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="MetaImpl.MetaUdt.html" title="class in org.apache.calcite.avatica">MetaImpl.MetaUdt</a></span></code></th>
<td class="colLast">
<div class="block">Metadata describing a user-defined type.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="MetaImpl.MetaVersionColumn.html" title="class in org.apache.calcite.avatica">MetaImpl.MetaVersionColumn</a></span></code></th>
<td class="colLast">
<div class="block">Metadata describing a version column.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static interface&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="MetaImpl.Named.html" title="interface in org.apache.calcite.avatica">MetaImpl.Named</a></span></code></th>
<td class="colLast">
<div class="block">An object that has a name.</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a id="nested.classes.inherited.from.class.org.apache.calcite.avatica.Meta">
<!-- -->
</a>
<h3>Nested classes/interfaces 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.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></li>
</ul>
</li>
</ul>
</section>
<!-- =========== FIELD SUMMARY =========== -->
<section role="region">
<ul class="blockList">
<li class="blockList"><a id="field.summary">
<!-- -->
</a>
<h3>Field Summary</h3>
<table class="memberSummary">
<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Field</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="AvaticaConnection.html" title="class in org.apache.calcite.avatica">AvaticaConnection</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#connection">connection</a></span></code></th>
<td class="colLast">
<div class="block">The <a href="AvaticaConnection.html" title="class in org.apache.calcite.avatica"><code>AvaticaConnection</code></a> backing <code>this</code>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="ConnectionPropertiesImpl.html" title="class in org.apache.calcite.avatica">ConnectionPropertiesImpl</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#connProps">connProps</a></span></code></th>
<td class="colLast">
<div class="block">Represents the various states specific to <a href="#connection"><code>connection</code></a>.</div>
</td>
</tr>
</table>
</li>
</ul>
</section>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<section role="region">
<ul class="blockList">
<li class="blockList"><a id="constructor.summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="memberSummary">
<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Constructor</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tr class="altColor">
<th class="colConstructorName" scope="row"><code><span class="memberNameLink"><a href="#%3Cinit%3E(org.apache.calcite.avatica.AvaticaConnection)">MetaImpl</a></span>&#8203;(<a href="AvaticaConnection.html" title="class in org.apache.calcite.avatica">AvaticaConnection</a>&nbsp;connection)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</table>
</li>
</ul>
</section>
<!-- ========== METHOD SUMMARY =========== -->
<section role="region">
<ul class="blockList">
<li class="blockList"><a id="method.summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="memberSummary">
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t1" class="tableTab"><span><a href="javascript:show(1);">Static Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code>static boolean</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#checkParameterValueHasNull(java.util.List)">checkParameterValueHasNull</a></span>&#8203;(java.util.List&lt;<a href="remote/TypedValue.html" title="class in org.apache.calcite.avatica.remote">TypedValue</a>&gt;&nbsp;parameterValues)</code></th>
<td class="colLast">
<div class="block">Returns whether a list of parameter values has any null elements.</div>
</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#closeConnection(org.apache.calcite.avatica.Meta.ConnectionHandle)">closeConnection</a></span>&#8203;(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch)</code></th>
<td class="colLast">
<div class="block">Closes a connection</div>
</td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code>static java.util.List&lt;java.util.List&lt;java.lang.Object&gt;&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#collect(org.apache.calcite.avatica.Meta.CursorFactory,java.lang.Iterable,java.util.List)">collect</a></span>&#8203;(<a href="Meta.CursorFactory.html" title="class in org.apache.calcite.avatica">Meta.CursorFactory</a>&nbsp;cursorFactory,
java.lang.Iterable&lt;java.lang.Object&gt;&nbsp;iterable,
java.util.List&lt;java.util.List&lt;java.lang.Object&gt;&gt;&nbsp;list)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code>static java.util.List&lt;java.util.List&lt;java.lang.Object&gt;&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#collect(org.apache.calcite.avatica.Meta.CursorFactory,java.util.Iterator,java.util.List)">collect</a></span>&#8203;(<a href="Meta.CursorFactory.html" title="class in org.apache.calcite.avatica">Meta.CursorFactory</a>&nbsp;cursorFactory,
java.util.Iterator&lt;java.lang.Object&gt;&nbsp;iterator,
java.util.List&lt;java.util.List&lt;java.lang.Object&gt;&gt;&nbsp;list)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i4" class="altColor">
<td class="colFirst"><code>static <a href="ColumnMetaData.html" title="class in org.apache.calcite.avatica">ColumnMetaData</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#columnMetaData(java.lang.String,int,java.lang.Class,boolean)">columnMetaData</a></span>&#8203;(java.lang.String&nbsp;name,
int&nbsp;index,
java.lang.Class&lt;?&gt;&nbsp;type,
boolean&nbsp;columnNullable)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i5" class="rowColor">
<td class="colFirst"><code>static <a href="ColumnMetaData.html" title="class in org.apache.calcite.avatica">ColumnMetaData</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#columnMetaData(java.lang.String,int,java.lang.Class,int)">columnMetaData</a></span>&#8203;(java.lang.String&nbsp;name,
int&nbsp;index,
java.lang.Class&lt;?&gt;&nbsp;type,
int&nbsp;columnNullable)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i6" class="altColor">
<td class="colFirst"><code>static <a href="ColumnMetaData.html" title="class in org.apache.calcite.avatica">ColumnMetaData</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#columnMetaData(java.lang.String,int,org.apache.calcite.avatica.ColumnMetaData.AvaticaType,boolean)">columnMetaData</a></span>&#8203;(java.lang.String&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></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i7" class="rowColor">
<td class="colFirst"><code>static <a href="ColumnMetaData.html" title="class in org.apache.calcite.avatica">ColumnMetaData</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#columnMetaData(java.lang.String,int,org.apache.calcite.avatica.ColumnMetaData.AvaticaType,int)">columnMetaData</a></span>&#8203;(java.lang.String&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></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i8" class="altColor">
<td class="colFirst"><code><a href="Meta.ConnectionProperties.html" title="interface in org.apache.calcite.avatica">Meta.ConnectionProperties</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#connectionSync(org.apache.calcite.avatica.Meta.ConnectionHandle,org.apache.calcite.avatica.Meta.ConnectionProperties)">connectionSync</a></span>&#8203;(<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></th>
<td class="colLast">
<div class="block">Synchronizes client and server view of connection properties.</div>
</td>
</tr>
<tr id="i9" class="rowColor">
<td class="colFirst"><code>static <a href="util/Cursor.html" title="interface in org.apache.calcite.avatica.util">Cursor</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#createCursor(org.apache.calcite.avatica.Meta.CursorFactory,java.lang.Iterable)">createCursor</a></span>&#8203;(<a href="Meta.CursorFactory.html" title="class in org.apache.calcite.avatica">Meta.CursorFactory</a>&nbsp;cursorFactory,
java.lang.Iterable&lt;java.lang.Object&gt;&nbsp;iterable)</code></th>
<td class="colLast">
<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 <code>Iterable</code> into a
<a href="util/Cursor.html" title="interface in org.apache.calcite.avatica.util"><code>Cursor</code></a>.</div>
</td>
</tr>
<tr id="i10" class="altColor">
<td class="colFirst"><code>protected &lt;E&gt;&nbsp;<a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#createEmptyResultSet(java.lang.Class)">createEmptyResultSet</a></span>&#8203;(java.lang.Class&lt;E&gt;&nbsp;clazz)</code></th>
<td class="colLast">
<div class="block">Creates an empty result set.</div>
</td>
</tr>
<tr id="i11" class="rowColor">
<td class="colFirst"><code>java.lang.Iterable&lt;java.lang.Object&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><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)">createIterable</a></span>&#8203;(<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,
java.util.List&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></th>
<td class="colLast">
<div class="block">Creates an iterable for a result set.</div>
</td>
</tr>
<tr id="i12" class="altColor">
<td class="colFirst"><code>protected <a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#createResultSet(java.util.Map,java.util.List,org.apache.calcite.avatica.Meta.CursorFactory,org.apache.calcite.avatica.Meta.Frame)">createResultSet</a></span>&#8203;(java.util.Map&lt;java.lang.String,&#8203;java.lang.Object&gt;&nbsp;internalParameters,
java.util.List&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></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i13" class="rowColor">
<td class="colFirst"><code><a href="Meta.StatementHandle.html" title="class in org.apache.calcite.avatica">Meta.StatementHandle</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#createStatement(org.apache.calcite.avatica.Meta.ConnectionHandle)">createStatement</a></span>&#8203;(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch)</code></th>
<td class="colLast">
<div class="block">Called during the creation of a statement to allocate a new handle.</div>
</td>
</tr>
<tr id="i14" class="altColor">
<td class="colFirst"><code><a href="Meta.Frame.html" title="class in org.apache.calcite.avatica">Meta.Frame</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#fetch(org.apache.calcite.avatica.AvaticaStatement,java.util.List,long,int)">fetch</a></span>&#8203;(<a href="AvaticaStatement.html" title="class in org.apache.calcite.avatica">AvaticaStatement</a>&nbsp;stmt,
java.util.List&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></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i15" class="rowColor">
<td class="colFirst"><code>protected static <a href="ColumnMetaData.StructType.html" title="class in org.apache.calcite.avatica">ColumnMetaData.StructType</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#fieldMetaData(java.lang.Class)">fieldMetaData</a></span>&#8203;(java.lang.Class&lt;?&gt;&nbsp;clazz)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i16" class="altColor">
<td class="colFirst"><code><a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><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)">getAttributes</a></span>&#8203;(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch,
java.lang.String&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></th>
<td class="colLast">
<div class="block">Per <code>DatabaseMetaData.getAttributes(String, String, String, String)</code>.</div>
</td>
</tr>
<tr id="i17" class="rowColor">
<td class="colFirst"><code><a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getBestRowIdentifier(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,java.lang.String,java.lang.String,int,boolean)">getBestRowIdentifier</a></span>&#8203;(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch,
java.lang.String&nbsp;catalog,
java.lang.String&nbsp;schema,
java.lang.String&nbsp;table,
int&nbsp;scope,
boolean&nbsp;nullable)</code></th>
<td class="colLast">
<div class="block">Per
<code>DatabaseMetaData.getBestRowIdentifier(String, String, String, int, boolean)</code>.</div>
</td>
</tr>
<tr id="i18" class="altColor">
<td class="colFirst"><code><a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getCatalogs(org.apache.calcite.avatica.Meta.ConnectionHandle)">getCatalogs</a></span>&#8203;(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch)</code></th>
<td class="colLast">
<div class="block">Per <code>DatabaseMetaData.getCatalogs()</code>.</div>
</td>
</tr>
<tr id="i19" class="rowColor">
<td class="colFirst"><code><a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getClientInfoProperties(org.apache.calcite.avatica.Meta.ConnectionHandle)">getClientInfoProperties</a></span>&#8203;(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch)</code></th>
<td class="colLast">
<div class="block">Per <code>DatabaseMetaData.getClientInfoProperties()</code>.</div>
</td>
</tr>
<tr id="i20" class="altColor">
<td class="colFirst"><code>protected static int</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getColumnNullability(java.lang.reflect.Field)">getColumnNullability</a></span>&#8203;(java.lang.reflect.Field&nbsp;field)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i21" class="rowColor">
<td class="colFirst"><code><a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getColumnPrivileges(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,java.lang.String,java.lang.String,org.apache.calcite.avatica.Meta.Pat)">getColumnPrivileges</a></span>&#8203;(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch,
java.lang.String&nbsp;catalog,
java.lang.String&nbsp;schema,
java.lang.String&nbsp;table,
<a href="Meta.Pat.html" title="class in org.apache.calcite.avatica">Meta.Pat</a>&nbsp;columnNamePattern)</code></th>
<td class="colLast">
<div class="block">Per <code>DatabaseMetaData.getColumnPrivileges(String, String, String, String)</code>.</div>
</td>
</tr>
<tr id="i22" class="altColor">
<td class="colFirst"><code><a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><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)">getColumns</a></span>&#8203;(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch,
java.lang.String&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></th>
<td class="colLast">
<div class="block">Per <code>DatabaseMetaData.getColumns(String, String, String, String)</code>.</div>
</td>
</tr>
<tr id="i23" class="rowColor">
<td class="colFirst"><code><a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><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)">getCrossReference</a></span>&#8203;(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch,
java.lang.String&nbsp;parentCatalog,
java.lang.String&nbsp;parentSchema,
java.lang.String&nbsp;parentTable,
java.lang.String&nbsp;foreignCatalog,
java.lang.String&nbsp;foreignSchema,
java.lang.String&nbsp;foreignTable)</code></th>
<td class="colLast">
<div class="block">Per
<code>DatabaseMetaData.getCrossReference(String, String, String, String, String, String)</code>.</div>
</td>
</tr>
<tr id="i24" class="altColor">
<td class="colFirst"><code>java.util.Map&lt;<a href="Meta.DatabaseProperty.html" title="enum in org.apache.calcite.avatica">Meta.DatabaseProperty</a>,&#8203;java.lang.Object&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getDatabaseProperties(org.apache.calcite.avatica.Meta.ConnectionHandle)">getDatabaseProperties</a></span>&#8203;(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch)</code></th>
<td class="colLast">
<div class="block">Returns a map of static database properties.</div>
</td>
</tr>
<tr id="i25" class="rowColor">
<td class="colFirst"><code><a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getExportedKeys(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,java.lang.String,java.lang.String)">getExportedKeys</a></span>&#8203;(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch,
java.lang.String&nbsp;catalog,
java.lang.String&nbsp;schema,
java.lang.String&nbsp;table)</code></th>
<td class="colLast">
<div class="block">Per <code>DatabaseMetaData.getExportedKeys(String, String, String)</code>.</div>
</td>
</tr>
<tr id="i26" class="altColor">
<td class="colFirst"><code><a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><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)">getFunctionColumns</a></span>&#8203;(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch,
java.lang.String&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></th>
<td class="colLast">
<div class="block">Per <code>DatabaseMetaData.getFunctionColumns(String, String, String, String)</code>.</div>
</td>
</tr>
<tr id="i27" class="rowColor">
<td class="colFirst"><code><a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getFunctions(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,org.apache.calcite.avatica.Meta.Pat,org.apache.calcite.avatica.Meta.Pat)">getFunctions</a></span>&#8203;(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch,
java.lang.String&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></th>
<td class="colLast">
<div class="block">Per <code>DatabaseMetaData.getFunctions(String, String, String)</code>.</div>
</td>
</tr>
<tr id="i28" class="altColor">
<td class="colFirst"><code><a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getImportedKeys(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,java.lang.String,java.lang.String)">getImportedKeys</a></span>&#8203;(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch,
java.lang.String&nbsp;catalog,
java.lang.String&nbsp;schema,
java.lang.String&nbsp;table)</code></th>
<td class="colLast">
<div class="block">Per <code>DatabaseMetaData.getImportedKeys(String, String, String)</code>.</div>
</td>
</tr>
<tr id="i29" class="rowColor">
<td class="colFirst"><code><a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getIndexInfo(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,java.lang.String,java.lang.String,boolean,boolean)">getIndexInfo</a></span>&#8203;(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch,
java.lang.String&nbsp;catalog,
java.lang.String&nbsp;schema,
java.lang.String&nbsp;table,
boolean&nbsp;unique,
boolean&nbsp;approximate)</code></th>
<td class="colLast">
<div class="block">Per <code>DatabaseMetaData.getIndexInfo(String, String, String, boolean, boolean)</code>.</div>
</td>
</tr>
<tr id="i30" class="altColor">
<td class="colFirst"><code><a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getPrimaryKeys(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,java.lang.String,java.lang.String)">getPrimaryKeys</a></span>&#8203;(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch,
java.lang.String&nbsp;catalog,
java.lang.String&nbsp;schema,
java.lang.String&nbsp;table)</code></th>
<td class="colLast">
<div class="block">Per <code>DatabaseMetaData.getPrimaryKeys(String, String, String)</code>.</div>
</td>
</tr>
<tr id="i31" class="rowColor">
<td class="colFirst"><code><a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><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)">getProcedureColumns</a></span>&#8203;(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch,
java.lang.String&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></th>
<td class="colLast">
<div class="block">Per <code>DatabaseMetaData.getProcedureColumns(String, String, String, String)</code>.</div>
</td>
</tr>
<tr id="i32" class="altColor">
<td class="colFirst"><code><a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getProcedures(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,org.apache.calcite.avatica.Meta.Pat,org.apache.calcite.avatica.Meta.Pat)">getProcedures</a></span>&#8203;(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch,
java.lang.String&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></th>
<td class="colLast">
<div class="block">Per <code>DatabaseMetaData.getProcedures(String, String, String)</code>.</div>
</td>
</tr>
<tr id="i33" class="rowColor">
<td class="colFirst"><code><a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><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)">getPseudoColumns</a></span>&#8203;(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch,
java.lang.String&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></th>
<td class="colLast">
<div class="block">Per <code>DatabaseMetaData.getPseudoColumns(String, String, String, String)</code>.</div>
</td>
</tr>
<tr id="i34" class="altColor">
<td class="colFirst"><code><a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getSchemas(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,org.apache.calcite.avatica.Meta.Pat)">getSchemas</a></span>&#8203;(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch,
java.lang.String&nbsp;catalog,
<a href="Meta.Pat.html" title="class in org.apache.calcite.avatica">Meta.Pat</a>&nbsp;schemaPattern)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i35" class="rowColor">
<td class="colFirst"><code><a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getSuperTables(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,org.apache.calcite.avatica.Meta.Pat,org.apache.calcite.avatica.Meta.Pat)">getSuperTables</a></span>&#8203;(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch,
java.lang.String&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></th>
<td class="colLast">
<div class="block">Per <code>DatabaseMetaData.getSuperTables(String, String, String)</code>.</div>
</td>
</tr>
<tr id="i36" class="altColor">
<td class="colFirst"><code><a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getSuperTypes(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,org.apache.calcite.avatica.Meta.Pat,org.apache.calcite.avatica.Meta.Pat)">getSuperTypes</a></span>&#8203;(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch,
java.lang.String&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></th>
<td class="colLast">
<div class="block">Per <code>DatabaseMetaData.getSuperTypes(String, String, String)</code>.</div>
</td>
</tr>
<tr id="i37" class="rowColor">
<td class="colFirst"><code><a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getTablePrivileges(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,org.apache.calcite.avatica.Meta.Pat,org.apache.calcite.avatica.Meta.Pat)">getTablePrivileges</a></span>&#8203;(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch,
java.lang.String&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></th>
<td class="colLast">
<div class="block">Per <code>DatabaseMetaData.getTablePrivileges(String, String, String)</code>.</div>
</td>
</tr>
<tr id="i38" class="altColor">
<td class="colFirst"><code><a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><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)">getTables</a></span>&#8203;(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch,
java.lang.String&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,
java.util.List&lt;java.lang.String&gt;&nbsp;typeList)</code></th>
<td class="colLast">
<div class="block">Per <code>DatabaseMetaData.getTables(String, String, String, String[])</code>.</div>
</td>
</tr>
<tr id="i39" class="rowColor">
<td class="colFirst"><code><a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getTableTypes(org.apache.calcite.avatica.Meta.ConnectionHandle)">getTableTypes</a></span>&#8203;(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch)</code></th>
<td class="colLast">
<div class="block">Per <code>DatabaseMetaData.getTableTypes()</code>.</div>
</td>
</tr>
<tr id="i40" class="altColor">
<td class="colFirst"><code><a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getTypeInfo(org.apache.calcite.avatica.Meta.ConnectionHandle)">getTypeInfo</a></span>&#8203;(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch)</code></th>
<td class="colLast">
<div class="block">Per <code>DatabaseMetaData.getTypeInfo()</code>.</div>
</td>
</tr>
<tr id="i41" class="rowColor">
<td class="colFirst"><code><a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><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)">getUDTs</a></span>&#8203;(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch,
java.lang.String&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></th>
<td class="colLast">
<div class="block">Per <code>DatabaseMetaData.getUDTs(String, String, String, int[])</code>.</div>
</td>
</tr>
<tr id="i42" class="altColor">
<td class="colFirst"><code><a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getVersionColumns(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,java.lang.String,java.lang.String)">getVersionColumns</a></span>&#8203;(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch,
java.lang.String&nbsp;catalog,
java.lang.String&nbsp;schema,
java.lang.String&nbsp;table)</code></th>
<td class="colLast">
<div class="block">Per <code>DatabaseMetaData.getVersionColumns(String, String, String)</code>.</div>
</td>
</tr>
<tr id="i43" class="rowColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#openConnection(org.apache.calcite.avatica.Meta.ConnectionHandle,java.util.Map)">openConnection</a></span>&#8203;(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch,
java.util.Map&lt;java.lang.String,&#8203;java.lang.String&gt;&nbsp;info)</code></th>
<td class="colLast">
<div class="block">Opens (creates) a connection.</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a id="methods.inherited.from.class.java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a id="methods.inherited.from.class.org.apache.calcite.avatica.Meta">
<!-- -->
</a>
<h3>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></li>
</ul>
</li>
</ul>
</section>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ FIELD DETAIL =========== -->
<section role="region">
<ul class="blockList">
<li class="blockList"><a id="field.detail">
<!-- -->
</a>
<h3>Field Detail</h3>
<a id="connection">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>connection</h4>
<pre>protected final&nbsp;<a href="AvaticaConnection.html" title="class in org.apache.calcite.avatica">AvaticaConnection</a> connection</pre>
<div class="block">The <a href="AvaticaConnection.html" title="class in org.apache.calcite.avatica"><code>AvaticaConnection</code></a> backing <code>this</code>.</div>
</li>
</ul>
<a id="connProps">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>connProps</h4>
<pre>protected final&nbsp;<a href="ConnectionPropertiesImpl.html" title="class in org.apache.calcite.avatica">ConnectionPropertiesImpl</a> connProps</pre>
<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>
</li>
</ul>
</li>
</ul>
</section>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<section role="region">
<ul class="blockList">
<li class="blockList"><a id="constructor.detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a id="&lt;init&gt;(org.apache.calcite.avatica.AvaticaConnection)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>MetaImpl</h4>
<pre>public&nbsp;MetaImpl&#8203;(<a href="AvaticaConnection.html" title="class in org.apache.calcite.avatica">AvaticaConnection</a>&nbsp;connection)</pre>
</li>
</ul>
</li>
</ul>
</section>
<!-- ============ METHOD DETAIL ========== -->
<section role="region">
<ul class="blockList">
<li class="blockList"><a id="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a id="createCursor(org.apache.calcite.avatica.Meta.CursorFactory,java.lang.Iterable)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>createCursor</h4>
<pre class="methodSignature">public static&nbsp;<a href="util/Cursor.html" title="interface in org.apache.calcite.avatica.util">Cursor</a>&nbsp;createCursor&#8203;(<a href="Meta.CursorFactory.html" title="class in org.apache.calcite.avatica">Meta.CursorFactory</a>&nbsp;cursorFactory,
java.lang.Iterable&lt;java.lang.Object&gt;&nbsp;iterable)</pre>
<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 <code>Iterable</code> into a
<a href="util/Cursor.html" title="interface in org.apache.calcite.avatica.util"><code>Cursor</code></a>.</div>
</li>
</ul>
<a id="collect(org.apache.calcite.avatica.Meta.CursorFactory,java.util.Iterator,java.util.List)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>collect</h4>
<pre class="methodSignature">public static&nbsp;java.util.List&lt;java.util.List&lt;java.lang.Object&gt;&gt;&nbsp;collect&#8203;(<a href="Meta.CursorFactory.html" title="class in org.apache.calcite.avatica">Meta.CursorFactory</a>&nbsp;cursorFactory,
java.util.Iterator&lt;java.lang.Object&gt;&nbsp;iterator,
java.util.List&lt;java.util.List&lt;java.lang.Object&gt;&gt;&nbsp;list)</pre>
</li>
</ul>
<a id="collect(org.apache.calcite.avatica.Meta.CursorFactory,java.lang.Iterable,java.util.List)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>collect</h4>
<pre class="methodSignature">public static&nbsp;java.util.List&lt;java.util.List&lt;java.lang.Object&gt;&gt;&nbsp;collect&#8203;(<a href="Meta.CursorFactory.html" title="class in org.apache.calcite.avatica">Meta.CursorFactory</a>&nbsp;cursorFactory,
java.lang.Iterable&lt;java.lang.Object&gt;&nbsp;iterable,
java.util.List&lt;java.util.List&lt;java.lang.Object&gt;&gt;&nbsp;list)</pre>
</li>
</ul>
<a id="openConnection(org.apache.calcite.avatica.Meta.ConnectionHandle,java.util.Map)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>openConnection</h4>
<pre class="methodSignature">public&nbsp;void&nbsp;openConnection&#8203;(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch,
java.util.Map&lt;java.lang.String,&#8203;java.lang.String&gt;&nbsp;info)</pre>
<div class="block"><span class="descfrmTypeLabel">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 <code>Properties</code> typically passed to a "normal" JDBC Driver. Avatica
specific properties should not be included -- only properties for the underlying driver.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></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><span class="paramLabel">Parameters:</span></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>
</li>
</ul>
<a id="closeConnection(org.apache.calcite.avatica.Meta.ConnectionHandle)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>closeConnection</h4>
<pre class="methodSignature">public&nbsp;void&nbsp;closeConnection&#8203;(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch)</pre>
<div class="block"><span class="descfrmTypeLabel">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>
<dt><span class="overrideSpecifyLabel">Specified by:</span></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>
</li>
</ul>
<a id="connectionSync(org.apache.calcite.avatica.Meta.ConnectionHandle,org.apache.calcite.avatica.Meta.ConnectionProperties)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>connectionSync</h4>
<pre class="methodSignature">public&nbsp;<a href="Meta.ConnectionProperties.html" title="interface in org.apache.calcite.avatica">Meta.ConnectionProperties</a>&nbsp;connectionSync&#8203;(<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)</pre>
<div class="block"><span class="descfrmTypeLabel">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
<code>Connection</code>, <code>Statement</code>, and <code>ResultSet</code>.</p></div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></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>
</li>
</ul>
<a id="createStatement(org.apache.calcite.avatica.Meta.ConnectionHandle)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>createStatement</h4>
<pre class="methodSignature">public&nbsp;<a href="Meta.StatementHandle.html" title="class in org.apache.calcite.avatica">Meta.StatementHandle</a>&nbsp;createStatement&#8203;(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch)</pre>
<div class="block"><span class="descfrmTypeLabel">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>
<dt><span class="overrideSpecifyLabel">Specified by:</span></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><span class="paramLabel">Parameters:</span></dt>
<dd><code>ch</code> - Connection handle</dd>
</dl>
</li>
</ul>
<a id="createEmptyResultSet(java.lang.Class)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>createEmptyResultSet</h4>
<pre class="methodSignature">protected&nbsp;&lt;E&gt;&nbsp;<a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a>&nbsp;createEmptyResultSet&#8203;(java.lang.Class&lt;E&gt;&nbsp;clazz)</pre>
<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>
</li>
</ul>
<a id="columnMetaData(java.lang.String,int,java.lang.Class,boolean)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>columnMetaData</h4>
<pre class="methodSignature">public static&nbsp;<a href="ColumnMetaData.html" title="class in org.apache.calcite.avatica">ColumnMetaData</a>&nbsp;columnMetaData&#8203;(java.lang.String&nbsp;name,
int&nbsp;index,
java.lang.Class&lt;?&gt;&nbsp;type,
boolean&nbsp;columnNullable)</pre>
</li>
</ul>
<a id="columnMetaData(java.lang.String,int,org.apache.calcite.avatica.ColumnMetaData.AvaticaType,boolean)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>columnMetaData</h4>
<pre class="methodSignature">public static&nbsp;<a href="ColumnMetaData.html" title="class in org.apache.calcite.avatica">ColumnMetaData</a>&nbsp;columnMetaData&#8203;(java.lang.String&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)</pre>
</li>
</ul>
<a id="columnMetaData(java.lang.String,int,java.lang.Class,int)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>columnMetaData</h4>
<pre class="methodSignature">public static&nbsp;<a href="ColumnMetaData.html" title="class in org.apache.calcite.avatica">ColumnMetaData</a>&nbsp;columnMetaData&#8203;(java.lang.String&nbsp;name,
int&nbsp;index,
java.lang.Class&lt;?&gt;&nbsp;type,
int&nbsp;columnNullable)</pre>
</li>
</ul>
<a id="columnMetaData(java.lang.String,int,org.apache.calcite.avatica.ColumnMetaData.AvaticaType,int)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>columnMetaData</h4>
<pre class="methodSignature">public static&nbsp;<a href="ColumnMetaData.html" title="class in org.apache.calcite.avatica">ColumnMetaData</a>&nbsp;columnMetaData&#8203;(java.lang.String&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)</pre>
</li>
</ul>
<a id="fieldMetaData(java.lang.Class)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>fieldMetaData</h4>
<pre class="methodSignature">protected static&nbsp;<a href="ColumnMetaData.StructType.html" title="class in org.apache.calcite.avatica">ColumnMetaData.StructType</a>&nbsp;fieldMetaData&#8203;(java.lang.Class&lt;?&gt;&nbsp;clazz)</pre>
</li>
</ul>
<a id="getColumnNullability(java.lang.reflect.Field)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getColumnNullability</h4>
<pre class="methodSignature">protected static&nbsp;int&nbsp;getColumnNullability&#8203;(java.lang.reflect.Field&nbsp;field)</pre>
</li>
</ul>
<a id="createResultSet(java.util.Map,java.util.List,org.apache.calcite.avatica.Meta.CursorFactory,org.apache.calcite.avatica.Meta.Frame)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>createResultSet</h4>
<pre class="methodSignature">protected&nbsp;<a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a>&nbsp;createResultSet&#8203;(java.util.Map&lt;java.lang.String,&#8203;java.lang.Object&gt;&nbsp;internalParameters,
java.util.List&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)</pre>
</li>
</ul>
<a id="getDatabaseProperties(org.apache.calcite.avatica.Meta.ConnectionHandle)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getDatabaseProperties</h4>
<pre class="methodSignature">public&nbsp;java.util.Map&lt;<a href="Meta.DatabaseProperty.html" title="enum in org.apache.calcite.avatica">Meta.DatabaseProperty</a>,&#8203;java.lang.Object&gt;&nbsp;getDatabaseProperties&#8203;(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch)</pre>
<div class="block"><span class="descfrmTypeLabel">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>
<dt><span class="overrideSpecifyLabel">Specified by:</span></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>
</li>
</ul>
<a 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)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getTables</h4>
<pre class="methodSignature">public&nbsp;<a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a>&nbsp;getTables&#8203;(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch,
java.lang.String&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,
java.util.List&lt;java.lang.String&gt;&nbsp;typeList)</pre>
<div class="block"><span class="descfrmTypeLabel">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 <code>DatabaseMetaData.getTables(String, String, String, String[])</code>.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></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>
</li>
</ul>
<a 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)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getColumns</h4>
<pre class="methodSignature">public&nbsp;<a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a>&nbsp;getColumns&#8203;(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch,
java.lang.String&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)</pre>
<div class="block"><span class="descfrmTypeLabel">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 <code>DatabaseMetaData.getColumns(String, String, String, String)</code>.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></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>
</li>
</ul>
<a id="getSchemas(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,org.apache.calcite.avatica.Meta.Pat)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getSchemas</h4>
<pre class="methodSignature">public&nbsp;<a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a>&nbsp;getSchemas&#8203;(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch,
java.lang.String&nbsp;catalog,
<a href="Meta.Pat.html" title="class in org.apache.calcite.avatica">Meta.Pat</a>&nbsp;schemaPattern)</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></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>
</li>
</ul>
<a id="getCatalogs(org.apache.calcite.avatica.Meta.ConnectionHandle)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getCatalogs</h4>
<pre class="methodSignature">public&nbsp;<a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a>&nbsp;getCatalogs&#8203;(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch)</pre>
<div class="block"><span class="descfrmTypeLabel">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 <code>DatabaseMetaData.getCatalogs()</code>.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></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>
</li>
</ul>
<a id="getTableTypes(org.apache.calcite.avatica.Meta.ConnectionHandle)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getTableTypes</h4>
<pre class="methodSignature">public&nbsp;<a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a>&nbsp;getTableTypes&#8203;(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch)</pre>
<div class="block"><span class="descfrmTypeLabel">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 <code>DatabaseMetaData.getTableTypes()</code>.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></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>
</li>
</ul>
<a id="getProcedures(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,org.apache.calcite.avatica.Meta.Pat,org.apache.calcite.avatica.Meta.Pat)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getProcedures</h4>
<pre class="methodSignature">public&nbsp;<a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a>&nbsp;getProcedures&#8203;(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch,
java.lang.String&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)</pre>
<div class="block"><span class="descfrmTypeLabel">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 <code>DatabaseMetaData.getProcedures(String, String, String)</code>.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></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>
</li>
</ul>
<a 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)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getProcedureColumns</h4>
<pre class="methodSignature">public&nbsp;<a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a>&nbsp;getProcedureColumns&#8203;(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch,
java.lang.String&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)</pre>
<div class="block"><span class="descfrmTypeLabel">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 <code>DatabaseMetaData.getProcedureColumns(String, String, String, String)</code>.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></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>
</li>
</ul>
<a id="getColumnPrivileges(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,java.lang.String,java.lang.String,org.apache.calcite.avatica.Meta.Pat)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getColumnPrivileges</h4>
<pre class="methodSignature">public&nbsp;<a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a>&nbsp;getColumnPrivileges&#8203;(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch,
java.lang.String&nbsp;catalog,
java.lang.String&nbsp;schema,
java.lang.String&nbsp;table,
<a href="Meta.Pat.html" title="class in org.apache.calcite.avatica">Meta.Pat</a>&nbsp;columnNamePattern)</pre>
<div class="block"><span class="descfrmTypeLabel">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 <code>DatabaseMetaData.getColumnPrivileges(String, String, String, String)</code>.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></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>
</li>
</ul>
<a id="getTablePrivileges(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,org.apache.calcite.avatica.Meta.Pat,org.apache.calcite.avatica.Meta.Pat)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getTablePrivileges</h4>
<pre class="methodSignature">public&nbsp;<a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a>&nbsp;getTablePrivileges&#8203;(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch,
java.lang.String&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)</pre>
<div class="block"><span class="descfrmTypeLabel">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 <code>DatabaseMetaData.getTablePrivileges(String, String, String)</code>.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></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>
</li>
</ul>
<a id="getBestRowIdentifier(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,java.lang.String,java.lang.String,int,boolean)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getBestRowIdentifier</h4>
<pre class="methodSignature">public&nbsp;<a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a>&nbsp;getBestRowIdentifier&#8203;(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch,
java.lang.String&nbsp;catalog,
java.lang.String&nbsp;schema,
java.lang.String&nbsp;table,
int&nbsp;scope,
boolean&nbsp;nullable)</pre>
<div class="block"><span class="descfrmTypeLabel">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
<code>DatabaseMetaData.getBestRowIdentifier(String, String, String, int, boolean)</code>.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></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>
</li>
</ul>
<a id="getVersionColumns(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,java.lang.String,java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getVersionColumns</h4>
<pre class="methodSignature">public&nbsp;<a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a>&nbsp;getVersionColumns&#8203;(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch,
java.lang.String&nbsp;catalog,
java.lang.String&nbsp;schema,
java.lang.String&nbsp;table)</pre>
<div class="block"><span class="descfrmTypeLabel">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 <code>DatabaseMetaData.getVersionColumns(String, String, String)</code>.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></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>
</li>
</ul>
<a id="getPrimaryKeys(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,java.lang.String,java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getPrimaryKeys</h4>
<pre class="methodSignature">public&nbsp;<a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a>&nbsp;getPrimaryKeys&#8203;(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch,
java.lang.String&nbsp;catalog,
java.lang.String&nbsp;schema,
java.lang.String&nbsp;table)</pre>
<div class="block"><span class="descfrmTypeLabel">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 <code>DatabaseMetaData.getPrimaryKeys(String, String, String)</code>.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></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>
</li>
</ul>
<a id="getImportedKeys(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,java.lang.String,java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getImportedKeys</h4>
<pre class="methodSignature">public&nbsp;<a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a>&nbsp;getImportedKeys&#8203;(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch,
java.lang.String&nbsp;catalog,
java.lang.String&nbsp;schema,
java.lang.String&nbsp;table)</pre>
<div class="block"><span class="descfrmTypeLabel">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 <code>DatabaseMetaData.getImportedKeys(String, String, String)</code>.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></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>
</li>
</ul>
<a id="getExportedKeys(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,java.lang.String,java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getExportedKeys</h4>
<pre class="methodSignature">public&nbsp;<a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a>&nbsp;getExportedKeys&#8203;(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch,
java.lang.String&nbsp;catalog,
java.lang.String&nbsp;schema,
java.lang.String&nbsp;table)</pre>
<div class="block"><span class="descfrmTypeLabel">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 <code>DatabaseMetaData.getExportedKeys(String, String, String)</code>.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></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>
</li>
</ul>
<a 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)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getCrossReference</h4>
<pre class="methodSignature">public&nbsp;<a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a>&nbsp;getCrossReference&#8203;(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch,
java.lang.String&nbsp;parentCatalog,
java.lang.String&nbsp;parentSchema,
java.lang.String&nbsp;parentTable,
java.lang.String&nbsp;foreignCatalog,
java.lang.String&nbsp;foreignSchema,
java.lang.String&nbsp;foreignTable)</pre>
<div class="block"><span class="descfrmTypeLabel">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
<code>DatabaseMetaData.getCrossReference(String, String, String, String, String, String)</code>.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></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>
</li>
</ul>
<a id="getTypeInfo(org.apache.calcite.avatica.Meta.ConnectionHandle)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getTypeInfo</h4>
<pre class="methodSignature">public&nbsp;<a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a>&nbsp;getTypeInfo&#8203;(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch)</pre>
<div class="block"><span class="descfrmTypeLabel">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 <code>DatabaseMetaData.getTypeInfo()</code>.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></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>
</li>
</ul>
<a id="getIndexInfo(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,java.lang.String,java.lang.String,boolean,boolean)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getIndexInfo</h4>
<pre class="methodSignature">public&nbsp;<a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a>&nbsp;getIndexInfo&#8203;(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch,
java.lang.String&nbsp;catalog,
java.lang.String&nbsp;schema,
java.lang.String&nbsp;table,
boolean&nbsp;unique,
boolean&nbsp;approximate)</pre>
<div class="block"><span class="descfrmTypeLabel">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 <code>DatabaseMetaData.getIndexInfo(String, String, String, boolean, boolean)</code>.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></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>
</li>
</ul>
<a id="getUDTs(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,org.apache.calcite.avatica.Meta.Pat,org.apache.calcite.avatica.Meta.Pat,int[])">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getUDTs</h4>
<pre class="methodSignature">public&nbsp;<a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a>&nbsp;getUDTs&#8203;(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch,
java.lang.String&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)</pre>
<div class="block"><span class="descfrmTypeLabel">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 <code>DatabaseMetaData.getUDTs(String, String, String, int[])</code>.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></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>
</li>
</ul>
<a id="getSuperTypes(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,org.apache.calcite.avatica.Meta.Pat,org.apache.calcite.avatica.Meta.Pat)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getSuperTypes</h4>
<pre class="methodSignature">public&nbsp;<a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a>&nbsp;getSuperTypes&#8203;(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch,
java.lang.String&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)</pre>
<div class="block"><span class="descfrmTypeLabel">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 <code>DatabaseMetaData.getSuperTypes(String, String, String)</code>.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></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>
</li>
</ul>
<a id="getSuperTables(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,org.apache.calcite.avatica.Meta.Pat,org.apache.calcite.avatica.Meta.Pat)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getSuperTables</h4>
<pre class="methodSignature">public&nbsp;<a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a>&nbsp;getSuperTables&#8203;(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch,
java.lang.String&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)</pre>
<div class="block"><span class="descfrmTypeLabel">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 <code>DatabaseMetaData.getSuperTables(String, String, String)</code>.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></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>
</li>
</ul>
<a 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)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getAttributes</h4>
<pre class="methodSignature">public&nbsp;<a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a>&nbsp;getAttributes&#8203;(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch,
java.lang.String&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)</pre>
<div class="block"><span class="descfrmTypeLabel">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 <code>DatabaseMetaData.getAttributes(String, String, String, String)</code>.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></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>
</li>
</ul>
<a id="getClientInfoProperties(org.apache.calcite.avatica.Meta.ConnectionHandle)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getClientInfoProperties</h4>
<pre class="methodSignature">public&nbsp;<a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a>&nbsp;getClientInfoProperties&#8203;(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch)</pre>
<div class="block"><span class="descfrmTypeLabel">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 <code>DatabaseMetaData.getClientInfoProperties()</code>.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></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>
</li>
</ul>
<a id="getFunctions(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,org.apache.calcite.avatica.Meta.Pat,org.apache.calcite.avatica.Meta.Pat)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getFunctions</h4>
<pre class="methodSignature">public&nbsp;<a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a>&nbsp;getFunctions&#8203;(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch,
java.lang.String&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)</pre>
<div class="block"><span class="descfrmTypeLabel">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 <code>DatabaseMetaData.getFunctions(String, String, String)</code>.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></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>
</li>
</ul>
<a 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)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getFunctionColumns</h4>
<pre class="methodSignature">public&nbsp;<a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a>&nbsp;getFunctionColumns&#8203;(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch,
java.lang.String&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)</pre>
<div class="block"><span class="descfrmTypeLabel">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 <code>DatabaseMetaData.getFunctionColumns(String, String, String, String)</code>.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></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>
</li>
</ul>
<a 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)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getPseudoColumns</h4>
<pre class="methodSignature">public&nbsp;<a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a>&nbsp;getPseudoColumns&#8203;(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch,
java.lang.String&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)</pre>
<div class="block"><span class="descfrmTypeLabel">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 <code>DatabaseMetaData.getPseudoColumns(String, String, String, String)</code>.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></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>
</li>
</ul>
<a 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)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>createIterable</h4>
<pre class="methodSignature">public&nbsp;java.lang.Iterable&lt;java.lang.Object&gt;&nbsp;createIterable&#8203;(<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,
java.util.List&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)</pre>
<div class="block"><span class="descfrmTypeLabel">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>
<dt><span class="overrideSpecifyLabel">Specified by:</span></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>
</li>
</ul>
<a id="fetch(org.apache.calcite.avatica.AvaticaStatement,java.util.List,long,int)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>fetch</h4>
<pre class="methodSignature">public&nbsp;<a href="Meta.Frame.html" title="class in org.apache.calcite.avatica">Meta.Frame</a>&nbsp;fetch&#8203;(<a href="AvaticaStatement.html" title="class in org.apache.calcite.avatica">AvaticaStatement</a>&nbsp;stmt,
java.util.List&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)
throws <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></pre>
<dl>
<dt><span class="throwsLabel">Throws:</span></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>
</li>
</ul>
<a id="checkParameterValueHasNull(java.util.List)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>checkParameterValueHasNull</h4>
<pre class="methodSignature">public static&nbsp;boolean&nbsp;checkParameterValueHasNull&#8203;(java.util.List&lt;<a href="remote/TypedValue.html" title="class in org.apache.calcite.avatica.remote">TypedValue</a>&gt;&nbsp;parameterValues)</pre>
<div class="block">Returns whether a list of parameter values has any null elements.</div>
</li>
</ul>
</li>
</ul>
</section>
</li>
</ul>
</div>
</div>
</main>
<!-- ========= END OF CLASS DATA ========= -->
<footer role="contentinfo">
<nav role="navigation">
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a id="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a id="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../index.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/MetaImpl.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../allclasses.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
</div>
<div>
<ul class="subNavList">
<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="subNavList">
<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>
<a id="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</nav>
<p class="legalCopy"><small>Copyright &#169; 2012&#x2013;2019 <a href="https://www.apache.org">The Apache Software Foundation</a>. All rights reserved.</small></p>
</footer>
</body>
</html>