blob: a6ceb62fefe195c2ab817b24db1ed6388ba5d0a2 [file] [log] [blame]
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>JdbcMeta (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="JdbcMeta (Apache Calcite Avatica API)";
}
}
catch(err) {
}
//-->
var data = {"i0":10,"i1":10,"i2":10,"i3":9,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":10,"i20":10,"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,"i44":10,"i45":9,"i46":10,"i47":10,"i48":10,"i49":10,"i50":10,"i51":9,"i52":9,"i53":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/JdbcMeta.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.jdbc</a></div>
<h2 title="Class JdbcMeta" class="title">Class JdbcMeta</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>org.apache.calcite.avatica.jdbc.JdbcMeta</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>, <code><a href="../remote/ProtobufMeta.html" title="interface in org.apache.calcite.avatica.remote">ProtobufMeta</a></code></dd>
</dl>
<hr>
<pre>public class <span class="typeNameLabel">JdbcMeta</span>
extends java.lang.Object
implements <a href="../remote/ProtobufMeta.html" title="interface in org.apache.calcite.avatica.remote">ProtobufMeta</a></pre>
<div class="block">Implementation of <a href="../Meta.html" title="interface in org.apache.calcite.avatica"><code>Meta</code></a> upon an existing JDBC data source.</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 class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="JdbcMeta.ConnectionCacheSettings.html" title="enum in org.apache.calcite.avatica.jdbc">JdbcMeta.ConnectionCacheSettings</a></span></code></th>
<td class="colLast">
<div class="block">Configurable connection cache settings.</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="JdbcMeta.StatementCacheSettings.html" title="enum in org.apache.calcite.avatica.jdbc">JdbcMeta.StatementCacheSettings</a></span></code></th>
<td class="colLast">
<div class="block">Configurable statement cache settings.</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>static int</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#UNLIMITED_COUNT">UNLIMITED_COUNT</a></span></code></th>
<td class="colLast">
<div class="block">Special value for <code>Statement#getLargeMaxRows()</code> that means fetch
an unlimited number of rows in a single batch.</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(java.lang.String)">JdbcMeta</a></span>&#8203;(java.lang.String&nbsp;url)</code></th>
<td class="colLast">
<div class="block">Creates a JdbcMeta.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colConstructorName" scope="row"><code><span class="memberNameLink"><a href="#%3Cinit%3E(java.lang.String,java.lang.String,java.lang.String)">JdbcMeta</a></span>&#8203;(java.lang.String&nbsp;url,
java.lang.String&nbsp;user,
java.lang.String&nbsp;password)</code></th>
<td class="colLast">
<div class="block">Creates a JdbcMeta.</div>
</td>
</tr>
<tr class="altColor">
<th class="colConstructorName" scope="row"><code><span class="memberNameLink"><a href="#%3Cinit%3E(java.lang.String,java.util.Properties)">JdbcMeta</a></span>&#8203;(java.lang.String&nbsp;url,
java.util.Properties&nbsp;info)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colConstructorName" scope="row"><code><span class="memberNameLink"><a href="#%3Cinit%3E(java.lang.String,java.util.Properties,org.apache.calcite.avatica.metrics.MetricsSystem)">JdbcMeta</a></span>&#8203;(java.lang.String&nbsp;url,
java.util.Properties&nbsp;info,
<a href="../metrics/MetricsSystem.html" title="interface in org.apache.calcite.avatica.metrics">MetricsSystem</a>&nbsp;metrics)</code></th>
<td class="colLast">
<div class="block">Creates a JdbcMeta.</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="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>protected void</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#apply(java.sql.Connection,org.apache.calcite.avatica.Meta.ConnectionProperties)">apply</a></span>&#8203;(java.sql.Connection&nbsp;conn,
<a href="../Meta.ConnectionProperties.html" title="interface in org.apache.calcite.avatica">Meta.ConnectionProperties</a>&nbsp;connProps)</code></th>
<td class="colLast">&nbsp;</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>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="i3" class="rowColor">
<td class="colFirst"><code>protected static java.util.List&lt;<a href="../ColumnMetaData.html" title="class in org.apache.calcite.avatica">ColumnMetaData</a>&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#columns(java.sql.ResultSetMetaData)">columns</a></span>&#8203;(java.sql.ResultSetMetaData&nbsp;metaData)</code></th>
<td class="colLast">
<div class="block">Converts from JDBC metadata to Avatica columns.</div>
</td>
</tr>
<tr id="i4" 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="i5" 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="i6" class="altColor">
<td class="colFirst"><code>protected java.sql.Connection</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#createConnection(java.lang.String,java.util.Properties)">createConnection</a></span>&#8203;(java.lang.String&nbsp;url,
java.util.Properties&nbsp;info)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i7" 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="i8" class="altColor">
<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="i9" 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,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="i10" 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,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">Executes a prepared statement.</div>
</td>
</tr>
<tr id="i11" class="rowColor">
<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;updateBatches)</code></th>
<td class="colLast">
<div class="block">Executes a collection of bound parameter values on a prepared statement.</div>
</td>
</tr>
<tr id="i12" 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="#executeBatchProtobuf(org.apache.calcite.avatica.Meta.StatementHandle,java.util.List)">executeBatchProtobuf</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="../proto/Requests.UpdateBatch.html" title="class in org.apache.calcite.avatica.proto">Requests.UpdateBatch</a>&gt;&nbsp;updateBatches)</code></th>
<td class="colLast">
<div class="block">Executes a batch of commands on a prepared statement.</div>
</td>
</tr>
<tr id="i13" 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="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="#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="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="#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="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="#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="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="#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="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="#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="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="#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="i20" class="altColor">
<td class="colFirst"><code>protected java.sql.Connection</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getConnection(java.lang.String)">getConnection</a></span>&#8203;(java.lang.String&nbsp;id)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i21" class="rowColor">
<td class="colFirst"><code>protected com.google.common.cache.Cache&lt;java.lang.String,&#8203;java.sql.Connection&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getConnectionCache()">getConnectionCache</a></span>()</code></th>
<td class="colLast">&nbsp;</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="#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="i23" 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="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="#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="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="#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="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="#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="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="#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="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="#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="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="#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="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="#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="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="#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="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="#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="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="#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="i34" class="altColor">
<td class="colFirst"><code>protected com.google.common.cache.Cache&lt;java.lang.Integer,&#8203;<a href="StatementInfo.html" title="class in org.apache.calcite.avatica.jdbc">StatementInfo</a>&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getStatementCache()">getStatementCache</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i35" class="rowColor">
<td class="colFirst"><code>protected java.util.concurrent.atomic.AtomicInteger</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#getStatementIdGenerator()">getStatementIdGenerator</a></span>()</code></th>
<td class="colLast">&nbsp;</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="#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="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="#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="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="#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="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="#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="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="#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="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="#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="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="#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="i43" 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="i44" 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="i45" class="rowColor">
<td class="colFirst"><code>protected static java.util.List&lt;<a href="../AvaticaParameter.html" title="class in org.apache.calcite.avatica">AvaticaParameter</a>&gt;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#parameters(java.sql.ParameterMetaData)">parameters</a></span>&#8203;(java.sql.ParameterMetaData&nbsp;metaData)</code></th>
<td class="colLast">
<div class="block">Converts from JDBC metadata to Avatica parameters</div>
</td>
</tr>
<tr id="i46" class="altColor">
<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="i47" 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,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="i48" 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,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">Prepares and executes a statement.</div>
</td>
</tr>
<tr id="i49" class="rowColor">
<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="i50" class="altColor">
<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="i51" class="rowColor">
<td class="colFirst"><code>protected static <a href="../Meta.Signature.html" title="class in org.apache.calcite.avatica">Meta.Signature</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#signature(java.sql.ResultSetMetaData)">signature</a></span>&#8203;(java.sql.ResultSetMetaData&nbsp;metaData)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i52" class="altColor">
<td class="colFirst"><code>protected static <a href="../Meta.Signature.html" title="class in org.apache.calcite.avatica">Meta.Signature</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#signature(java.sql.ResultSetMetaData,java.sql.ParameterMetaData,java.lang.String,org.apache.calcite.avatica.Meta.StatementType)">signature</a></span>&#8203;(java.sql.ResultSetMetaData&nbsp;metaData,
java.sql.ParameterMetaData&nbsp;parameterMetaData,
java.lang.String&nbsp;sql,
<a href="../Meta.StatementType.html" title="enum in org.apache.calcite.avatica">Meta.StatementType</a>&nbsp;statementType)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr id="i53" class="rowColor">
<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>
<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>
</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="UNLIMITED_COUNT">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>UNLIMITED_COUNT</h4>
<pre>public static final&nbsp;int UNLIMITED_COUNT</pre>
<div class="block">Special value for <code>Statement#getLargeMaxRows()</code> that means fetch
an unlimited number of rows in a single batch.
<p>Any other negative value will return an unlimited number of rows but
will do it in the default batch size, namely 100.</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../../../constant-values.html#org.apache.calcite.avatica.jdbc.JdbcMeta.UNLIMITED_COUNT">Constant Field Values</a></dd>
</dl>
</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;(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>JdbcMeta</h4>
<pre>public&nbsp;JdbcMeta&#8203;(java.lang.String&nbsp;url)
throws java.sql.SQLException</pre>
<div class="block">Creates a JdbcMeta.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>url</code> - a database url of the form
<code>jdbc:<em>subprotocol</em>:<em>subname</em></code></dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code>java.sql.SQLException</code></dd>
</dl>
</li>
</ul>
<a id="&lt;init&gt;(java.lang.String,java.lang.String,java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>JdbcMeta</h4>
<pre>public&nbsp;JdbcMeta&#8203;(java.lang.String&nbsp;url,
java.lang.String&nbsp;user,
java.lang.String&nbsp;password)
throws java.sql.SQLException</pre>
<div class="block">Creates a JdbcMeta.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>url</code> - a database url of the form
<code>jdbc:<em>subprotocol</em>:<em>subname</em></code></dd>
<dd><code>user</code> - the database user on whose behalf the connection is being
made</dd>
<dd><code>password</code> - the user's password</dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code>java.sql.SQLException</code></dd>
</dl>
</li>
</ul>
<a id="&lt;init&gt;(java.lang.String,java.util.Properties)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>JdbcMeta</h4>
<pre>public&nbsp;JdbcMeta&#8203;(java.lang.String&nbsp;url,
java.util.Properties&nbsp;info)
throws java.sql.SQLException</pre>
<dl>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code>java.sql.SQLException</code></dd>
</dl>
</li>
</ul>
<a id="&lt;init&gt;(java.lang.String,java.util.Properties,org.apache.calcite.avatica.metrics.MetricsSystem)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>JdbcMeta</h4>
<pre>public&nbsp;JdbcMeta&#8203;(java.lang.String&nbsp;url,
java.util.Properties&nbsp;info,
<a href="../metrics/MetricsSystem.html" title="interface in org.apache.calcite.avatica.metrics">MetricsSystem</a>&nbsp;metrics)
throws java.sql.SQLException</pre>
<div class="block">Creates a JdbcMeta.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>url</code> - a database url of the form
<code> jdbc:<em>subprotocol</em>:<em>subname</em></code></dd>
<dd><code>info</code> - a list of arbitrary string tag/value pairs as
connection arguments; normally at least a "user" and
"password" property should be included</dd>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code>java.sql.SQLException</code></dd>
</dl>
</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="getStatementIdGenerator()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getStatementIdGenerator</h4>
<pre class="methodSignature">protected&nbsp;java.util.concurrent.atomic.AtomicInteger&nbsp;getStatementIdGenerator()</pre>
</li>
</ul>
<a id="getConnectionCache()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getConnectionCache</h4>
<pre class="methodSignature">protected&nbsp;com.google.common.cache.Cache&lt;java.lang.String,&#8203;java.sql.Connection&gt;&nbsp;getConnectionCache()</pre>
</li>
</ul>
<a id="getStatementCache()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getStatementCache</h4>
<pre class="methodSignature">protected&nbsp;com.google.common.cache.Cache&lt;java.lang.Integer,&#8203;<a href="StatementInfo.html" title="class in org.apache.calcite.avatica.jdbc">StatementInfo</a>&gt;&nbsp;getStatementCache()</pre>
</li>
</ul>
<a id="columns(java.sql.ResultSetMetaData)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>columns</h4>
<pre class="methodSignature">protected static&nbsp;java.util.List&lt;<a href="../ColumnMetaData.html" title="class in org.apache.calcite.avatica">ColumnMetaData</a>&gt;&nbsp;columns&#8203;(java.sql.ResultSetMetaData&nbsp;metaData)
throws java.sql.SQLException</pre>
<div class="block">Converts from JDBC metadata to Avatica columns.</div>
<dl>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code>java.sql.SQLException</code></dd>
</dl>
</li>
</ul>
<a id="parameters(java.sql.ParameterMetaData)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>parameters</h4>
<pre class="methodSignature">protected static&nbsp;java.util.List&lt;<a href="../AvaticaParameter.html" title="class in org.apache.calcite.avatica">AvaticaParameter</a>&gt;&nbsp;parameters&#8203;(java.sql.ParameterMetaData&nbsp;metaData)
throws java.sql.SQLException</pre>
<div class="block">Converts from JDBC metadata to Avatica parameters</div>
<dl>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code>java.sql.SQLException</code></dd>
</dl>
</li>
</ul>
<a id="signature(java.sql.ResultSetMetaData,java.sql.ParameterMetaData,java.lang.String,org.apache.calcite.avatica.Meta.StatementType)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>signature</h4>
<pre class="methodSignature">protected static&nbsp;<a href="../Meta.Signature.html" title="class in org.apache.calcite.avatica">Meta.Signature</a>&nbsp;signature&#8203;(java.sql.ResultSetMetaData&nbsp;metaData,
java.sql.ParameterMetaData&nbsp;parameterMetaData,
java.lang.String&nbsp;sql,
<a href="../Meta.StatementType.html" title="enum in org.apache.calcite.avatica">Meta.StatementType</a>&nbsp;statementType)
throws java.sql.SQLException</pre>
<dl>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code>java.sql.SQLException</code></dd>
</dl>
</li>
</ul>
<a id="signature(java.sql.ResultSetMetaData)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>signature</h4>
<pre class="methodSignature">protected static&nbsp;<a href="../Meta.Signature.html" title="class in org.apache.calcite.avatica">Meta.Signature</a>&nbsp;signature&#8203;(java.sql.ResultSetMetaData&nbsp;metaData)
throws java.sql.SQLException</pre>
<dl>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code>java.sql.SQLException</code></dd>
</dl>
</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="getConnection(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getConnection</h4>
<pre class="methodSignature">protected&nbsp;java.sql.Connection&nbsp;getConnection&#8203;(java.lang.String&nbsp;id)
throws java.sql.SQLException</pre>
<dl>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code>java.sql.SQLException</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="closeStatement(org.apache.calcite.avatica.Meta.StatementHandle)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>closeStatement</h4>
<pre class="methodSignature">public&nbsp;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"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../Meta.html#closeStatement(org.apache.calcite.avatica.Meta.StatementHandle)">Meta</a></code></span></div>
<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="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../Meta.html#closeStatement(org.apache.calcite.avatica.Meta.StatementHandle)">closeStatement</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>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">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="createConnection(java.lang.String,java.util.Properties)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>createConnection</h4>
<pre class="methodSignature">protected&nbsp;java.sql.Connection&nbsp;createConnection&#8203;(java.lang.String&nbsp;url,
java.util.Properties&nbsp;info)
throws java.sql.SQLException</pre>
<dl>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code>java.sql.SQLException</code></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="apply(java.sql.Connection,org.apache.calcite.avatica.Meta.ConnectionProperties)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>apply</h4>
<pre class="methodSignature">protected&nbsp;void&nbsp;apply&#8203;(java.sql.Connection&nbsp;conn,
<a href="../Meta.ConnectionProperties.html" title="interface in org.apache.calcite.avatica">Meta.ConnectionProperties</a>&nbsp;connProps)
throws java.sql.SQLException</pre>
<dl>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code>java.sql.SQLException</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="prepare(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,long)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>prepare</h4>
<pre class="methodSignature">public&nbsp;<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"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../Meta.html#prepare(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,long)">Meta</a></code></span></div>
<div class="block">Prepares a statement.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../Meta.html#prepare(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,long)">prepare</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>
<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">public&nbsp;<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="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../Meta.html#prepareAndExecute(org.apache.calcite.avatica.Meta.StatementHandle,java.lang.String,long,org.apache.calcite.avatica.Meta.PrepareCallback)">Meta</a></code></span></div>
<div class="block">Prepares and executes a statement.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../Meta.html#prepareAndExecute(org.apache.calcite.avatica.Meta.StatementHandle,java.lang.String,long,org.apache.calcite.avatica.Meta.PrepareCallback)">prepareAndExecute</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>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">public&nbsp;<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"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../Meta.html#prepareAndExecute(org.apache.calcite.avatica.Meta.StatementHandle,java.lang.String,long,int,org.apache.calcite.avatica.Meta.PrepareCallback)">Meta</a></code></span></div>
<div class="block">Prepares and executes a statement.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../Meta.html#prepareAndExecute(org.apache.calcite.avatica.Meta.StatementHandle,java.lang.String,long,int,org.apache.calcite.avatica.Meta.PrepareCallback)">prepareAndExecute</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>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="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">public&nbsp;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"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../Meta.html#syncResults(org.apache.calcite.avatica.Meta.StatementHandle,org.apache.calcite.avatica.QueryState,long)">Meta</a></code></span></div>
<div class="block">Re-sets the <code>ResultSet</code> on a Statement. Not a JDBC method.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../Meta.html#syncResults(org.apache.calcite.avatica.Meta.StatementHandle,org.apache.calcite.avatica.QueryState,long)">syncResults</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="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="fetch(org.apache.calcite.avatica.Meta.StatementHandle,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="../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"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../Meta.html#fetch(org.apache.calcite.avatica.Meta.StatementHandle,long,int)">Meta</a></code></span></div>
<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="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../Meta.html#fetch(org.apache.calcite.avatica.Meta.StatementHandle,long,int)">fetch</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>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">public&nbsp;<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="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../Meta.html#execute(org.apache.calcite.avatica.Meta.StatementHandle,java.util.List,long)">Meta</a></code></span></div>
<div class="block">Executes a prepared statement.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../Meta.html#execute(org.apache.calcite.avatica.Meta.StatementHandle,java.util.List,long)">execute</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>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">public&nbsp;<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"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../Meta.html#execute(org.apache.calcite.avatica.Meta.StatementHandle,java.util.List,int)">Meta</a></code></span></div>
<div class="block">Executes a prepared statement.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../Meta.html#execute(org.apache.calcite.avatica.Meta.StatementHandle,java.util.List,int)">execute</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>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="commit(org.apache.calcite.avatica.Meta.ConnectionHandle)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>commit</h4>
<pre class="methodSignature">public&nbsp;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"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../Meta.html#commit(org.apache.calcite.avatica.Meta.ConnectionHandle)">Meta</a></code></span></div>
<div class="block">Makes all changes since the last commit/rollback permanent. Analogous to
<code>Connection.commit()</code>.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../Meta.html#commit(org.apache.calcite.avatica.Meta.ConnectionHandle)">commit</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 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">public&nbsp;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"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../Meta.html#rollback(org.apache.calcite.avatica.Meta.ConnectionHandle)">Meta</a></code></span></div>
<div class="block">Undoes all changes since the last commit/rollback. Analogous to
<code>Connection.rollback()</code>;</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../Meta.html#rollback(org.apache.calcite.avatica.Meta.ConnectionHandle)">rollback</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 reference to the real JDBC Connection</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">public&nbsp;<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"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../Meta.html#prepareAndExecuteBatch(org.apache.calcite.avatica.Meta.StatementHandle,java.util.List)">Meta</a></code></span></div>
<div class="block">Prepares a statement and then executes a number of SQL commands in one pass.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../Meta.html#prepareAndExecuteBatch(org.apache.calcite.avatica.Meta.StatementHandle,java.util.List)">prepareAndExecuteBatch</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>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">public&nbsp;<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;updateBatches)
throws <a href="../NoSuchStatementException.html" title="class in org.apache.calcite.avatica">NoSuchStatementException</a></pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../Meta.html#executeBatch(org.apache.calcite.avatica.Meta.StatementHandle,java.util.List)">Meta</a></code></span></div>
<div class="block">Executes a collection of bound parameter values on a prepared statement.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../Meta.html#executeBatch(org.apache.calcite.avatica.Meta.StatementHandle,java.util.List)">executeBatch</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>h</code> - Statement handle</dd>
<dd><code>updateBatches</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="executeBatchProtobuf(org.apache.calcite.avatica.Meta.StatementHandle,java.util.List)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>executeBatchProtobuf</h4>
<pre class="methodSignature">public&nbsp;<a href="../Meta.ExecuteBatchResult.html" title="class in org.apache.calcite.avatica">Meta.ExecuteBatchResult</a>&nbsp;executeBatchProtobuf&#8203;(<a href="../Meta.StatementHandle.html" title="class in org.apache.calcite.avatica">Meta.StatementHandle</a>&nbsp;h,
java.util.List&lt;<a href="../proto/Requests.UpdateBatch.html" title="class in org.apache.calcite.avatica.proto">Requests.UpdateBatch</a>&gt;&nbsp;updateBatches)
throws <a href="../NoSuchStatementException.html" title="class in org.apache.calcite.avatica">NoSuchStatementException</a></pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from interface:&nbsp;<code><a href="../remote/ProtobufMeta.html#executeBatchProtobuf(org.apache.calcite.avatica.Meta.StatementHandle,java.util.List)">ProtobufMeta</a></code></span></div>
<div class="block">Executes a batch of commands on a prepared statement.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../remote/ProtobufMeta.html#executeBatchProtobuf(org.apache.calcite.avatica.Meta.StatementHandle,java.util.List)">executeBatchProtobuf</a></code>&nbsp;in interface&nbsp;<code><a href="../remote/ProtobufMeta.html" title="interface in org.apache.calcite.avatica.remote">ProtobufMeta</a></code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>h</code> - Statement handle</dd>
<dd><code>updateBatches</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>
</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/JdbcMeta.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>