blob: ba44b673116104a11b8f94ebdee3fd9f154de22f [file] [log] [blame]
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>Meta (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="Meta (Apache Calcite Avatica API)";
}
}
catch(err) {
}
//-->
var data = {"i0":6,"i1":6,"i2":6,"i3":6,"i4":6,"i5":6,"i6":6,"i7":38,"i8":6,"i9":6,"i10":6,"i11":6,"i12":6,"i13":6,"i14":6,"i15":6,"i16":6,"i17":6,"i18":6,"i19":6,"i20":6,"i21":6,"i22":6,"i23":6,"i24":6,"i25":6,"i26":6,"i27":6,"i28":6,"i29":6,"i30":6,"i31":6,"i32":6,"i33":6,"i34":6,"i35":6,"i36":6,"i37":6,"i38":6,"i39":38,"i40":6,"i41":6,"i42":6};
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"],32:["t6","Deprecated 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/Meta.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>Field&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li>Constr&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="Interface Meta" class="title">Interface Meta</h2>
</div>
<div class="contentContainer">
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Known Subinterfaces:</dt>
<dd><code><a href="remote/ProtobufMeta.html" title="interface in org.apache.calcite.avatica.remote">ProtobufMeta</a></code></dd>
</dl>
<dl>
<dt>All Known Implementing Classes:</dt>
<dd><code><a href="jdbc/JdbcMeta.html" title="class in org.apache.calcite.avatica.jdbc">JdbcMeta</a></code>, <code><a href="MetaImpl.html" title="class in org.apache.calcite.avatica">MetaImpl</a></code></dd>
</dl>
<hr>
<pre>public interface <span class="typeNameLabel">Meta</span></pre>
<div class="block">Command handler for getting various metadata. Should be implemented by each
driver.
<p>Also holds other abstract methods that are not related to metadata
that each provider must implement. This is not ideal.</p></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">Interface</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a></span></code></th>
<td class="colLast">
<div class="block">Connection handle.</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="Meta.ConnectionProperties.html" title="interface in org.apache.calcite.avatica">Meta.ConnectionProperties</a></span></code></th>
<td class="colLast">
<div class="block">A pojo containing various client-settable <code>Connection</code> properties.</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="Meta.CursorFactory.html" title="class in org.apache.calcite.avatica">Meta.CursorFactory</a></span></code></th>
<td class="colLast">
<div class="block">Information necessary to convert an <code>Iterable</code> into a
<a href="util/Cursor.html" title="interface in org.apache.calcite.avatica.util"><code>Cursor</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="Meta.DatabaseProperty.html" title="enum in org.apache.calcite.avatica">Meta.DatabaseProperty</a></span></code></th>
<td class="colLast">
<div class="block">Database property.</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="Meta.ExecuteBatchResult.html" title="class in org.apache.calcite.avatica">Meta.ExecuteBatchResult</a></span></code></th>
<td class="colLast">
<div class="block">Response from a collection of SQL commands or parameter values in a single batch.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="Meta.ExecuteResult.html" title="class in org.apache.calcite.avatica">Meta.ExecuteResult</a></span></code></th>
<td class="colLast">
<div class="block">Response from execute.</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="Meta.Factory.html" title="interface in org.apache.calcite.avatica">Meta.Factory</a></span></code></th>
<td class="colLast">
<div class="block">Factory to create instances of <a href="Meta.html" title="interface in org.apache.calcite.avatica"><code>Meta</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="Meta.Frame.html" title="class in org.apache.calcite.avatica">Meta.Frame</a></span></code></th>
<td class="colLast">
<div class="block">A collection of rows.</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="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a></span></code></th>
<td class="colLast">
<div class="block">Meta data from which a result set can be constructed.</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="Meta.Pat.html" title="class in org.apache.calcite.avatica">Meta.Pat</a></span></code></th>
<td class="colLast">
<div class="block">Wrapper to remind API calls that a parameter is a pattern (allows '%' and
'_' wildcards, per the JDBC spec) rather than a string to be matched
exactly.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static interface&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="Meta.PrepareCallback.html" title="interface in org.apache.calcite.avatica">Meta.PrepareCallback</a></span></code></th>
<td class="colLast">
<div class="block">API to put a result set into a statement, being careful to enforce
thread-safety and not to overwrite existing open result sets.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="Meta.Signature.html" title="class in org.apache.calcite.avatica">Meta.Signature</a></span></code></th>
<td class="colLast">
<div class="block">Result of preparing a statement.</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="Meta.StatementHandle.html" title="class in org.apache.calcite.avatica">Meta.StatementHandle</a></span></code></th>
<td class="colLast">
<div class="block">Statement handle.</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="Meta.StatementType.html" title="enum in org.apache.calcite.avatica">Meta.StatementType</a></span></code></th>
<td class="colLast">
<div class="block">Type of statement.</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="Meta.Style.html" title="enum in org.apache.calcite.avatica">Meta.Style</a></span></code></th>
<td class="colLast">
<div class="block">How logical fields are represented in the objects returned by the
iterator.</div>
</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="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t3" class="tableTab"><span><a href="javascript:show(4);">Abstract Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t6" class="tableTab"><span><a href="javascript:show(32);">Deprecated 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>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="i1" class="rowColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#closeStatement(org.apache.calcite.avatica.Meta.StatementHandle)">closeStatement</a></span>&#8203;(<a href="Meta.StatementHandle.html" title="class in org.apache.calcite.avatica">Meta.StatementHandle</a>&nbsp;h)</code></th>
<td class="colLast">
<div class="block">Closes a statement.</div>
</td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#commit(org.apache.calcite.avatica.Meta.ConnectionHandle)">commit</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">Makes all changes since the last commit/rollback permanent.</div>
</td>
</tr>
<tr id="i3" class="rowColor">
<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="i4" class="altColor">
<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;stmt,
<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;parameters,
<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="i5" 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="i6" class="altColor">
<td class="colFirst"><code><a href="Meta.ExecuteResult.html" title="class in org.apache.calcite.avatica">Meta.ExecuteResult</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#execute(org.apache.calcite.avatica.Meta.StatementHandle,java.util.List,int)">execute</a></span>&#8203;(<a href="Meta.StatementHandle.html" title="class in org.apache.calcite.avatica">Meta.StatementHandle</a>&nbsp;h,
java.util.List&lt;<a href="remote/TypedValue.html" title="class in org.apache.calcite.avatica.remote">TypedValue</a>&gt;&nbsp;parameterValues,
int&nbsp;maxRowsInFirstFrame)</code></th>
<td class="colLast">
<div class="block">Executes a prepared statement.</div>
</td>
</tr>
<tr id="i7" class="rowColor">
<td class="colFirst"><code><a href="Meta.ExecuteResult.html" title="class in org.apache.calcite.avatica">Meta.ExecuteResult</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#execute(org.apache.calcite.avatica.Meta.StatementHandle,java.util.List,long)">execute</a></span>&#8203;(<a href="Meta.StatementHandle.html" title="class in org.apache.calcite.avatica">Meta.StatementHandle</a>&nbsp;h,
java.util.List&lt;<a href="remote/TypedValue.html" title="class in org.apache.calcite.avatica.remote">TypedValue</a>&gt;&nbsp;parameterValues,
long&nbsp;maxRowCount)</code></th>
<td class="colLast">
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="deprecationComment">See <a href="#execute(org.apache.calcite.avatica.Meta.StatementHandle,java.util.List,int)"><code>execute(StatementHandle, List, int)</code></a></div>
</div>
</td>
</tr>
<tr id="i8" class="altColor">
<td class="colFirst"><code><a href="Meta.ExecuteBatchResult.html" title="class in org.apache.calcite.avatica">Meta.ExecuteBatchResult</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#executeBatch(org.apache.calcite.avatica.Meta.StatementHandle,java.util.List)">executeBatch</a></span>&#8203;(<a href="Meta.StatementHandle.html" title="class in org.apache.calcite.avatica">Meta.StatementHandle</a>&nbsp;h,
java.util.List&lt;java.util.List&lt;<a href="remote/TypedValue.html" title="class in org.apache.calcite.avatica.remote">TypedValue</a>&gt;&gt;&nbsp;parameterValues)</code></th>
<td class="colLast">
<div class="block">Executes a collection of bound parameter values on a prepared statement.</div>
</td>
</tr>
<tr id="i9" class="rowColor">
<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.Meta.StatementHandle,long,int)">fetch</a></span>&#8203;(<a href="Meta.StatementHandle.html" title="class in org.apache.calcite.avatica">Meta.StatementHandle</a>&nbsp;h,
long&nbsp;offset,
int&nbsp;fetchMaxRowCount)</code></th>
<td class="colLast">
<div class="block">Returns a frame of rows.</div>
</td>
</tr>
<tr id="i10" 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="i11" 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="i12" 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="i13" 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="i14" 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="#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="i15" 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="#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="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="#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="i17" class="rowColor">
<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="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="#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="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="#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="i20" 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="#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="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="#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="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="#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="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="#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="i24" 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="#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="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="#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="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="#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="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="#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="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="#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="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="#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="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="#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="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="#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="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="#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="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="#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="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="#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="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="#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="i36" class="altColor">
<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>
<tr id="i37" 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="#prepare(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,long)">prepare</a></span>&#8203;(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch,
java.lang.String&nbsp;sql,
long&nbsp;maxRowCount)</code></th>
<td class="colLast">
<div class="block">Prepares a statement.</div>
</td>
</tr>
<tr id="i38" class="altColor">
<td class="colFirst"><code><a href="Meta.ExecuteResult.html" title="class in org.apache.calcite.avatica">Meta.ExecuteResult</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#prepareAndExecute(org.apache.calcite.avatica.Meta.StatementHandle,java.lang.String,long,int,org.apache.calcite.avatica.Meta.PrepareCallback)">prepareAndExecute</a></span>&#8203;(<a href="Meta.StatementHandle.html" title="class in org.apache.calcite.avatica">Meta.StatementHandle</a>&nbsp;h,
java.lang.String&nbsp;sql,
long&nbsp;maxRowCount,
int&nbsp;maxRowsInFirstFrame,
<a href="Meta.PrepareCallback.html" title="interface in org.apache.calcite.avatica">Meta.PrepareCallback</a>&nbsp;callback)</code></th>
<td class="colLast">
<div class="block">Prepares and executes a statement.</div>
</td>
</tr>
<tr id="i39" class="rowColor">
<td class="colFirst"><code><a href="Meta.ExecuteResult.html" title="class in org.apache.calcite.avatica">Meta.ExecuteResult</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#prepareAndExecute(org.apache.calcite.avatica.Meta.StatementHandle,java.lang.String,long,org.apache.calcite.avatica.Meta.PrepareCallback)">prepareAndExecute</a></span>&#8203;(<a href="Meta.StatementHandle.html" title="class in org.apache.calcite.avatica">Meta.StatementHandle</a>&nbsp;h,
java.lang.String&nbsp;sql,
long&nbsp;maxRowCount,
<a href="Meta.PrepareCallback.html" title="interface in org.apache.calcite.avatica">Meta.PrepareCallback</a>&nbsp;callback)</code></th>
<td class="colLast">
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="deprecationComment">See <a href="#prepareAndExecute(org.apache.calcite.avatica.Meta.StatementHandle,java.lang.String,long,int,org.apache.calcite.avatica.Meta.PrepareCallback)"><code>prepareAndExecute(StatementHandle, String, long, int, PrepareCallback)</code></a></div>
</div>
</td>
</tr>
<tr id="i40" class="altColor">
<td class="colFirst"><code><a href="Meta.ExecuteBatchResult.html" title="class in org.apache.calcite.avatica">Meta.ExecuteBatchResult</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#prepareAndExecuteBatch(org.apache.calcite.avatica.Meta.StatementHandle,java.util.List)">prepareAndExecuteBatch</a></span>&#8203;(<a href="Meta.StatementHandle.html" title="class in org.apache.calcite.avatica">Meta.StatementHandle</a>&nbsp;h,
java.util.List&lt;java.lang.String&gt;&nbsp;sqlCommands)</code></th>
<td class="colLast">
<div class="block">Prepares a statement and then executes a number of SQL commands in one pass.</div>
</td>
</tr>
<tr id="i41" class="rowColor">
<td class="colFirst"><code>void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#rollback(org.apache.calcite.avatica.Meta.ConnectionHandle)">rollback</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">Undoes all changes since the last commit/rollback.</div>
</td>
</tr>
<tr id="i42" class="altColor">
<td class="colFirst"><code>boolean</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#syncResults(org.apache.calcite.avatica.Meta.StatementHandle,org.apache.calcite.avatica.QueryState,long)">syncResults</a></span>&#8203;(<a href="Meta.StatementHandle.html" title="class in org.apache.calcite.avatica">Meta.StatementHandle</a>&nbsp;sh,
<a href="QueryState.html" title="class in org.apache.calcite.avatica">QueryState</a>&nbsp;state,
long&nbsp;offset)</code></th>
<td class="colLast">
<div class="block">Re-sets the <code>ResultSet</code> on a Statement.</div>
</td>
</tr>
</table>
</li>
</ul>
</section>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ METHOD DETAIL ========== -->
<section role="region">
<ul class="blockList">
<li class="blockList"><a id="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a id="getDatabaseProperties(org.apache.calcite.avatica.Meta.ConnectionHandle)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getDatabaseProperties</h4>
<pre class="methodSignature">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">Returns a map of static database properties.
<p>The provider can omit properties whose value is the same as the
default.</div>
</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"><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">Per <code>DatabaseMetaData.getTables(String, String, String, String[])</code>.</div>
</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"><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">Per <code>DatabaseMetaData.getColumns(String, String, String, String)</code>.</div>
</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"><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>
</li>
</ul>
<a id="getCatalogs(org.apache.calcite.avatica.Meta.ConnectionHandle)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getCatalogs</h4>
<pre class="methodSignature"><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">Per <code>DatabaseMetaData.getCatalogs()</code>.</div>
</li>
</ul>
<a id="getTableTypes(org.apache.calcite.avatica.Meta.ConnectionHandle)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getTableTypes</h4>
<pre class="methodSignature"><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">Per <code>DatabaseMetaData.getTableTypes()</code>.</div>
</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"><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">Per <code>DatabaseMetaData.getProcedures(String, String, String)</code>.</div>
</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"><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">Per <code>DatabaseMetaData.getProcedureColumns(String, String, String, String)</code>.</div>
</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"><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">Per <code>DatabaseMetaData.getColumnPrivileges(String, String, String, String)</code>.</div>
</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"><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">Per <code>DatabaseMetaData.getTablePrivileges(String, String, String)</code>.</div>
</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"><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">Per
<code>DatabaseMetaData.getBestRowIdentifier(String, String, String, int, boolean)</code>.</div>
</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"><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">Per <code>DatabaseMetaData.getVersionColumns(String, String, String)</code>.</div>
</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"><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">Per <code>DatabaseMetaData.getPrimaryKeys(String, String, String)</code>.</div>
</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"><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">Per <code>DatabaseMetaData.getImportedKeys(String, String, String)</code>.</div>
</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"><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">Per <code>DatabaseMetaData.getExportedKeys(String, String, String)</code>.</div>
</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"><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">Per
<code>DatabaseMetaData.getCrossReference(String, String, String, String, String, String)</code>.</div>
</li>
</ul>
<a id="getTypeInfo(org.apache.calcite.avatica.Meta.ConnectionHandle)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getTypeInfo</h4>
<pre class="methodSignature"><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">Per <code>DatabaseMetaData.getTypeInfo()</code>.</div>
</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"><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">Per <code>DatabaseMetaData.getIndexInfo(String, String, String, boolean, boolean)</code>.</div>
</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"><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">Per <code>DatabaseMetaData.getUDTs(String, String, String, int[])</code>.</div>
</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"><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">Per <code>DatabaseMetaData.getSuperTypes(String, String, String)</code>.</div>
</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"><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">Per <code>DatabaseMetaData.getSuperTables(String, String, String)</code>.</div>
</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"><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">Per <code>DatabaseMetaData.getAttributes(String, String, String, String)</code>.</div>
</li>
</ul>
<a id="getClientInfoProperties(org.apache.calcite.avatica.Meta.ConnectionHandle)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getClientInfoProperties</h4>
<pre class="methodSignature"><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">Per <code>DatabaseMetaData.getClientInfoProperties()</code>.</div>
</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"><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">Per <code>DatabaseMetaData.getFunctions(String, String, String)</code>.</div>
</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"><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">Per <code>DatabaseMetaData.getFunctionColumns(String, String, String, String)</code>.</div>
</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"><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">Per <code>DatabaseMetaData.getPseudoColumns(String, String, String, String)</code>.</div>
</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">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;stmt,
<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;parameters,
<a href="Meta.Frame.html" title="class in org.apache.calcite.avatica">Meta.Frame</a>&nbsp;firstFrame)</pre>
<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>
</li>
</ul>
<a id="prepare(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,long)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>prepare</h4>
<pre class="methodSignature"><a href="Meta.StatementHandle.html" title="class in org.apache.calcite.avatica">Meta.StatementHandle</a>&nbsp;prepare&#8203;(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch,
java.lang.String&nbsp;sql,
long&nbsp;maxRowCount)</pre>
<div class="block">Prepares a statement.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>ch</code> - Connection handle</dd>
<dd><code>sql</code> - SQL query</dd>
<dd><code>maxRowCount</code> - Negative for no limit (different meaning than JDBC)</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>Signature of prepared statement</dd>
</dl>
</li>
</ul>
<a id="prepareAndExecute(org.apache.calcite.avatica.Meta.StatementHandle,java.lang.String,long,org.apache.calcite.avatica.Meta.PrepareCallback)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>prepareAndExecute</h4>
<pre class="methodSignature">@Deprecated
<a href="Meta.ExecuteResult.html" title="class in org.apache.calcite.avatica">Meta.ExecuteResult</a>&nbsp;prepareAndExecute&#8203;(<a href="Meta.StatementHandle.html" title="class in org.apache.calcite.avatica">Meta.StatementHandle</a>&nbsp;h,
java.lang.String&nbsp;sql,
long&nbsp;maxRowCount,
<a href="Meta.PrepareCallback.html" title="interface in org.apache.calcite.avatica">Meta.PrepareCallback</a>&nbsp;callback)
throws <a href="NoSuchStatementException.html" title="class in org.apache.calcite.avatica">NoSuchStatementException</a></pre>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span>
<div class="deprecationComment">See <a href="#prepareAndExecute(org.apache.calcite.avatica.Meta.StatementHandle,java.lang.String,long,int,org.apache.calcite.avatica.Meta.PrepareCallback)"><code>prepareAndExecute(StatementHandle, String, long, int, PrepareCallback)</code></a></div>
</div>
<div class="block">Prepares and executes a statement.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>h</code> - Statement handle</dd>
<dd><code>sql</code> - SQL query</dd>
<dd><code>maxRowCount</code> - Negative for no limit (different meaning than JDBC)</dd>
<dd><code>callback</code> - Callback to lock, clear and assign cursor</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>Result containing statement ID, and if a query, a result set and
first frame of data</dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="NoSuchStatementException.html" title="class in org.apache.calcite.avatica">NoSuchStatementException</a></code></dd>
</dl>
</li>
</ul>
<a id="prepareAndExecute(org.apache.calcite.avatica.Meta.StatementHandle,java.lang.String,long,int,org.apache.calcite.avatica.Meta.PrepareCallback)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>prepareAndExecute</h4>
<pre class="methodSignature"><a href="Meta.ExecuteResult.html" title="class in org.apache.calcite.avatica">Meta.ExecuteResult</a>&nbsp;prepareAndExecute&#8203;(<a href="Meta.StatementHandle.html" title="class in org.apache.calcite.avatica">Meta.StatementHandle</a>&nbsp;h,
java.lang.String&nbsp;sql,
long&nbsp;maxRowCount,
int&nbsp;maxRowsInFirstFrame,
<a href="Meta.PrepareCallback.html" title="interface in org.apache.calcite.avatica">Meta.PrepareCallback</a>&nbsp;callback)
throws <a href="NoSuchStatementException.html" title="class in org.apache.calcite.avatica">NoSuchStatementException</a></pre>
<div class="block">Prepares and executes a statement.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>h</code> - Statement handle</dd>
<dd><code>sql</code> - SQL query</dd>
<dd><code>maxRowCount</code> - Maximum number of rows for the entire query. Negative for no limit
(different meaning than JDBC).</dd>
<dd><code>maxRowsInFirstFrame</code> - Maximum number of rows for the first frame. This value should
always be less than or equal to <code>maxRowCount</code> as the number of results are guaranteed
to be restricted by <code>maxRowCount</code> and the underlying database.</dd>
<dd><code>callback</code> - Callback to lock, clear and assign cursor</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>Result containing statement ID, and if a query, a result set and
first frame of data</dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="NoSuchStatementException.html" title="class in org.apache.calcite.avatica">NoSuchStatementException</a></code></dd>
</dl>
</li>
</ul>
<a id="prepareAndExecuteBatch(org.apache.calcite.avatica.Meta.StatementHandle,java.util.List)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>prepareAndExecuteBatch</h4>
<pre class="methodSignature"><a href="Meta.ExecuteBatchResult.html" title="class in org.apache.calcite.avatica">Meta.ExecuteBatchResult</a>&nbsp;prepareAndExecuteBatch&#8203;(<a href="Meta.StatementHandle.html" title="class in org.apache.calcite.avatica">Meta.StatementHandle</a>&nbsp;h,
java.util.List&lt;java.lang.String&gt;&nbsp;sqlCommands)
throws <a href="NoSuchStatementException.html" title="class in org.apache.calcite.avatica">NoSuchStatementException</a></pre>
<div class="block">Prepares a statement and then executes a number of SQL commands in one pass.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>h</code> - Statement handle</dd>
<dd><code>sqlCommands</code> - SQL commands to run</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>An array of update counts containing one element for each command in the batch.</dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="NoSuchStatementException.html" title="class in org.apache.calcite.avatica">NoSuchStatementException</a></code></dd>
</dl>
</li>
</ul>
<a id="executeBatch(org.apache.calcite.avatica.Meta.StatementHandle,java.util.List)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>executeBatch</h4>
<pre class="methodSignature"><a href="Meta.ExecuteBatchResult.html" title="class in org.apache.calcite.avatica">Meta.ExecuteBatchResult</a>&nbsp;executeBatch&#8203;(<a href="Meta.StatementHandle.html" title="class in org.apache.calcite.avatica">Meta.StatementHandle</a>&nbsp;h,
java.util.List&lt;java.util.List&lt;<a href="remote/TypedValue.html" title="class in org.apache.calcite.avatica.remote">TypedValue</a>&gt;&gt;&nbsp;parameterValues)
throws <a href="NoSuchStatementException.html" title="class in org.apache.calcite.avatica">NoSuchStatementException</a></pre>
<div class="block">Executes a collection of bound parameter values on a prepared statement.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>h</code> - Statement handle</dd>
<dd><code>parameterValues</code> - A collection of list of typed values, one list per batch</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>An array of update counts containing one element for each command in the batch.</dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="NoSuchStatementException.html" title="class in org.apache.calcite.avatica">NoSuchStatementException</a></code></dd>
</dl>
</li>
</ul>
<a id="fetch(org.apache.calcite.avatica.Meta.StatementHandle,long,int)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>fetch</h4>
<pre class="methodSignature"><a href="Meta.Frame.html" title="class in org.apache.calcite.avatica">Meta.Frame</a>&nbsp;fetch&#8203;(<a href="Meta.StatementHandle.html" title="class in org.apache.calcite.avatica">Meta.StatementHandle</a>&nbsp;h,
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>
<div class="block">Returns a frame of rows.
<p>The frame describes whether there may be another frame. If there is not
another frame, the current iteration is done when we have finished the
rows in the this frame.
<p>The default implementation always returns null.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>h</code> - Statement handle</dd>
<dd><code>offset</code> - Zero-based offset of first row in the requested frame</dd>
<dd><code>fetchMaxRowCount</code> - Maximum number of rows to return; negative means
no limit</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>Frame, or null if there are no more</dd>
<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="execute(org.apache.calcite.avatica.Meta.StatementHandle,java.util.List,long)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>execute</h4>
<pre class="methodSignature">@Deprecated
<a href="Meta.ExecuteResult.html" title="class in org.apache.calcite.avatica">Meta.ExecuteResult</a>&nbsp;execute&#8203;(<a href="Meta.StatementHandle.html" title="class in org.apache.calcite.avatica">Meta.StatementHandle</a>&nbsp;h,
java.util.List&lt;<a href="remote/TypedValue.html" title="class in org.apache.calcite.avatica.remote">TypedValue</a>&gt;&nbsp;parameterValues,
long&nbsp;maxRowCount)
throws <a href="NoSuchStatementException.html" title="class in org.apache.calcite.avatica">NoSuchStatementException</a></pre>
<div class="deprecationBlock"><span class="deprecatedLabel">Deprecated.</span>
<div class="deprecationComment">See <a href="#execute(org.apache.calcite.avatica.Meta.StatementHandle,java.util.List,int)"><code>execute(StatementHandle, List, int)</code></a></div>
</div>
<div class="block">Executes a prepared statement.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>h</code> - Statement handle</dd>
<dd><code>parameterValues</code> - A list of parameter values; may be empty, not null</dd>
<dd><code>maxRowCount</code> - Maximum number of rows to return; negative means
no limit</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>Execute result</dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="NoSuchStatementException.html" title="class in org.apache.calcite.avatica">NoSuchStatementException</a></code></dd>
</dl>
</li>
</ul>
<a id="execute(org.apache.calcite.avatica.Meta.StatementHandle,java.util.List,int)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>execute</h4>
<pre class="methodSignature"><a href="Meta.ExecuteResult.html" title="class in org.apache.calcite.avatica">Meta.ExecuteResult</a>&nbsp;execute&#8203;(<a href="Meta.StatementHandle.html" title="class in org.apache.calcite.avatica">Meta.StatementHandle</a>&nbsp;h,
java.util.List&lt;<a href="remote/TypedValue.html" title="class in org.apache.calcite.avatica.remote">TypedValue</a>&gt;&nbsp;parameterValues,
int&nbsp;maxRowsInFirstFrame)
throws <a href="NoSuchStatementException.html" title="class in org.apache.calcite.avatica">NoSuchStatementException</a></pre>
<div class="block">Executes a prepared statement.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>h</code> - Statement handle</dd>
<dd><code>parameterValues</code> - A list of parameter values; may be empty, not null</dd>
<dd><code>maxRowsInFirstFrame</code> - Maximum number of rows to return in the Frame.</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>Execute result</dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="NoSuchStatementException.html" title="class in org.apache.calcite.avatica">NoSuchStatementException</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"><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">Called during the creation of a statement to allocate a new handle.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>ch</code> - Connection handle</dd>
</dl>
</li>
</ul>
<a id="closeStatement(org.apache.calcite.avatica.Meta.StatementHandle)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>closeStatement</h4>
<pre class="methodSignature">void&nbsp;closeStatement&#8203;(<a href="Meta.StatementHandle.html" title="class in org.apache.calcite.avatica">Meta.StatementHandle</a>&nbsp;h)</pre>
<div class="block">Closes a statement.
<p>If the statement handle is not known, or is already closed, does
nothing.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>h</code> - Statement handle</dd>
</dl>
</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">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">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="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">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">Closes a connection</div>
</li>
</ul>
<a id="syncResults(org.apache.calcite.avatica.Meta.StatementHandle,org.apache.calcite.avatica.QueryState,long)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>syncResults</h4>
<pre class="methodSignature">boolean&nbsp;syncResults&#8203;(<a href="Meta.StatementHandle.html" title="class in org.apache.calcite.avatica">Meta.StatementHandle</a>&nbsp;sh,
<a href="QueryState.html" title="class in org.apache.calcite.avatica">QueryState</a>&nbsp;state,
long&nbsp;offset)
throws <a href="NoSuchStatementException.html" title="class in org.apache.calcite.avatica">NoSuchStatementException</a></pre>
<div class="block">Re-sets the <code>ResultSet</code> on a Statement. Not a JDBC method.</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>True if there are results to fetch after resetting to the given offset. False otherwise</dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code><a href="NoSuchStatementException.html" title="class in org.apache.calcite.avatica">NoSuchStatementException</a></code></dd>
</dl>
</li>
</ul>
<a id="commit(org.apache.calcite.avatica.Meta.ConnectionHandle)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>commit</h4>
<pre class="methodSignature">void&nbsp;commit&#8203;(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch)</pre>
<div class="block">Makes all changes since the last commit/rollback permanent. Analogous to
<code>Connection.commit()</code>.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>ch</code> - A reference to the real JDBC Connection</dd>
</dl>
</li>
</ul>
<a id="rollback(org.apache.calcite.avatica.Meta.ConnectionHandle)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>rollback</h4>
<pre class="methodSignature">void&nbsp;rollback&#8203;(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch)</pre>
<div class="block">Undoes all changes since the last commit/rollback. Analogous to
<code>Connection.rollback()</code>;</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>ch</code> - A reference to the real JDBC Connection</dd>
</dl>
</li>
</ul>
<a id="connectionSync(org.apache.calcite.avatica.Meta.ConnectionHandle,org.apache.calcite.avatica.Meta.ConnectionProperties)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>connectionSync</h4>
<pre class="methodSignature"><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">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>
</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/Meta.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>Field&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li>Constr&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>