blob: cd077ab6a40f776860f849d73df554d20b45da14 [file] [log] [blame]
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (17) -->
<title>Meta (Apache Calcite Avatica API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="description" content="declaration: package: org.apache.calcite.avatica, interface: Meta">
<meta name="generator" content="javadoc/ClassWriterImpl">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../script-dir/jquery-ui.min.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../jquery-ui.overrides.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
<script type="text/javascript" src="../../../../script-dir/jquery-3.5.1.min.js"></script>
<script type="text/javascript" src="../../../../script-dir/jquery-ui.min.js"></script>
</head>
<body class="class-declaration-page">
<script type="text/javascript">var evenRowColor = "even-row-color";
var oddRowColor = "odd-row-color";
var tableTab = "table-tab";
var activeTableTab = "active-table-tab";
var pathtoroot = "../../../../";
loadScripts(document, 'script');</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<div class="flex-box">
<header role="banner" class="flex-header">
<nav role="navigation">
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="top-nav" id="navbar-top">
<div class="skip-nav"><a href="#skip-navbar-top" title="Skip navigation links">Skip navigation links</a></div>
<div class="about-language"><b>Apache Calcite Avatica</b></div>
<ul id="navbar-top-firstrow" class="nav-list" title="Navigation">
<li><a href="../../../../index.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="nav-bar-cell1-rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html#class">Help</a></li>
</ul>
</div>
<div class="sub-nav">
<div>
<ul class="sub-nav-list">
<li>Summary:&nbsp;</li>
<li><a href="#nested-class-summary">Nested</a>&nbsp;|&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method-summary">Method</a></li>
</ul>
<ul class="sub-nav-list">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method-detail">Method</a></li>
</ul>
</div>
<div class="nav-list-search"><label for="search-input">SEARCH:</label>
<input type="text" id="search-input" value="search" disabled="disabled">
<input type="reset" id="reset-button" value="reset" disabled="disabled">
</div>
</div>
<!-- ========= END OF TOP NAVBAR ========= -->
<span class="skip-nav" id="skip-navbar-top"></span></nav>
</header>
<div class="flex-content">
<main role="main">
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="sub-title"><span class="package-label-in-type">Package</span>&nbsp;<a href="package-summary.html">org.apache.calcite.avatica</a></div>
<h1 title="Interface Meta" class="title">Interface Meta</h1>
</div>
<section class="class-description" id="class-description">
<dl class="notes">
<dt>All Known Subinterfaces:</dt>
<dd><code><a href="remote/ProtobufMeta.html" title="interface in org.apache.calcite.avatica.remote">ProtobufMeta</a></code></dd>
</dl>
<dl class="notes">
<dt>All Known Implementing Classes:</dt>
<dd><code><a href="jdbc/JdbcMeta.html" title="class in org.apache.calcite.avatica.jdbc">JdbcMeta</a></code>, <code><a href="MetaImpl.html" title="class in org.apache.calcite.avatica">MetaImpl</a></code></dd>
</dl>
<hr>
<div class="type-signature"><span class="modifiers">public interface </span><span class="element-name type-name-label">Meta</span></div>
<div class="block">Command handler for getting various metadata. Should be implemented by each
driver.
<p>Also holds other abstract methods that are not related to metadata
that each provider must implement. This is not ideal.</p></div>
</section>
<section class="summary">
<ul class="summary-list">
<!-- ======== NESTED CLASS SUMMARY ======== -->
<li>
<section class="nested-class-summary" id="nested-class-summary">
<h2>Nested Class Summary</h2>
<div class="caption"><span>Nested Classes</span></div>
<div class="summary-table three-column-summary">
<div class="table-header col-first">Modifier and Type</div>
<div class="table-header col-second">Interface</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color"><code>static class&nbsp;</code></div>
<div class="col-second even-row-color"><code><a href="Meta.ConnectionHandle.html" class="type-name-link" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a></code></div>
<div class="col-last even-row-color">
<div class="block">Connection handle.</div>
</div>
<div class="col-first odd-row-color"><code>static interface&nbsp;</code></div>
<div class="col-second odd-row-color"><code><a href="Meta.ConnectionProperties.html" class="type-name-link" title="interface in org.apache.calcite.avatica">Meta.ConnectionProperties</a></code></div>
<div class="col-last odd-row-color">
<div class="block">A pojo containing various client-settable <a href="https://docs.oracle.com/javase/8/docs/api/java/sql/Connection.html" title="class or interface in java.sql" class="external-link"><code>Connection</code></a> properties.</div>
</div>
<div class="col-first even-row-color"><code>static final class&nbsp;</code></div>
<div class="col-second even-row-color"><code><a href="Meta.CursorFactory.html" class="type-name-link" title="class in org.apache.calcite.avatica">Meta.CursorFactory</a></code></div>
<div class="col-last even-row-color">
<div class="block">Information necessary to convert an <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html" title="class or interface in java.lang" class="external-link"><code>Iterable</code></a> into a
<a href="util/Cursor.html" title="interface in org.apache.calcite.avatica.util"><code>Cursor</code></a>.</div>
</div>
<div class="col-first odd-row-color"><code>static enum&nbsp;</code></div>
<div class="col-second odd-row-color"><code><a href="Meta.DatabaseProperty.html" class="type-name-link" title="enum in org.apache.calcite.avatica">Meta.DatabaseProperty</a></code></div>
<div class="col-last odd-row-color">
<div class="block">Database property.</div>
</div>
<div class="col-first even-row-color"><code>static class&nbsp;</code></div>
<div class="col-second even-row-color"><code><a href="Meta.ExecuteBatchResult.html" class="type-name-link" title="class in org.apache.calcite.avatica">Meta.ExecuteBatchResult</a></code></div>
<div class="col-last even-row-color">
<div class="block">Response from a collection of SQL commands or parameter values in a single batch.</div>
</div>
<div class="col-first odd-row-color"><code>static class&nbsp;</code></div>
<div class="col-second odd-row-color"><code><a href="Meta.ExecuteResult.html" class="type-name-link" title="class in org.apache.calcite.avatica">Meta.ExecuteResult</a></code></div>
<div class="col-last odd-row-color">
<div class="block">Response from execute.</div>
</div>
<div class="col-first even-row-color"><code>static interface&nbsp;</code></div>
<div class="col-second even-row-color"><code><a href="Meta.Factory.html" class="type-name-link" title="interface in org.apache.calcite.avatica">Meta.Factory</a></code></div>
<div class="col-last even-row-color">
<div class="block">Factory to create instances of <a href="Meta.html" title="interface in org.apache.calcite.avatica"><code>Meta</code></a>.</div>
</div>
<div class="col-first odd-row-color"><code>static class&nbsp;</code></div>
<div class="col-second odd-row-color"><code><a href="Meta.Frame.html" class="type-name-link" title="class in org.apache.calcite.avatica">Meta.Frame</a></code></div>
<div class="col-last odd-row-color">
<div class="block">A collection of rows.</div>
</div>
<div class="col-first even-row-color"><code>static class&nbsp;</code></div>
<div class="col-second even-row-color"><code><a href="Meta.MetaResultSet.html" class="type-name-link" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a></code></div>
<div class="col-last even-row-color">
<div class="block">Meta data from which a result set can be constructed.</div>
</div>
<div class="col-first odd-row-color"><code>static class&nbsp;</code></div>
<div class="col-second odd-row-color"><code><a href="Meta.Pat.html" class="type-name-link" title="class in org.apache.calcite.avatica">Meta.Pat</a></code></div>
<div class="col-last odd-row-color">
<div class="block">Wrapper to remind API calls that a parameter is a pattern (allows '%' and
'_' wildcards, per the JDBC spec) rather than a string to be matched
exactly.</div>
</div>
<div class="col-first even-row-color"><code>static interface&nbsp;</code></div>
<div class="col-second even-row-color"><code><a href="Meta.PrepareCallback.html" class="type-name-link" title="interface in org.apache.calcite.avatica">Meta.PrepareCallback</a></code></div>
<div class="col-last even-row-color">
<div class="block">API to put a result set into a statement, being careful to enforce
thread-safety and not to overwrite existing open result sets.</div>
</div>
<div class="col-first odd-row-color"><code>static class&nbsp;</code></div>
<div class="col-second odd-row-color"><code><a href="Meta.Signature.html" class="type-name-link" title="class in org.apache.calcite.avatica">Meta.Signature</a></code></div>
<div class="col-last odd-row-color">
<div class="block">Result of preparing a statement.</div>
</div>
<div class="col-first even-row-color"><code>static class&nbsp;</code></div>
<div class="col-second even-row-color"><code><a href="Meta.StatementHandle.html" class="type-name-link" title="class in org.apache.calcite.avatica">Meta.StatementHandle</a></code></div>
<div class="col-last even-row-color">
<div class="block">Statement handle.</div>
</div>
<div class="col-first odd-row-color"><code>static enum&nbsp;</code></div>
<div class="col-second odd-row-color"><code><a href="Meta.StatementType.html" class="type-name-link" title="enum in org.apache.calcite.avatica">Meta.StatementType</a></code></div>
<div class="col-last odd-row-color">
<div class="block">Type of statement.</div>
</div>
<div class="col-first even-row-color"><code>static enum&nbsp;</code></div>
<div class="col-second even-row-color"><code><a href="Meta.Style.html" class="type-name-link" title="enum in org.apache.calcite.avatica">Meta.Style</a></code></div>
<div class="col-last even-row-color">
<div class="block">How logical fields are represented in the objects returned by the
iterator.</div>
</div>
</div>
</section>
</li>
<!-- ========== METHOD SUMMARY =========== -->
<li>
<section class="method-summary" id="method-summary">
<h2>Method Summary</h2>
<div id="method-summary-table">
<div class="table-tabs" role="tablist" aria-orientation="horizontal"><button id="method-summary-table-tab0" role="tab" aria-selected="true" aria-controls="method-summary-table.tabpanel" tabindex="0" onkeydown="switchTab(event)" onclick="show('method-summary-table', 'method-summary-table', 3)" class="active-table-tab">All Methods</button><button id="method-summary-table-tab2" role="tab" aria-selected="false" aria-controls="method-summary-table.tabpanel" tabindex="-1" onkeydown="switchTab(event)" onclick="show('method-summary-table', 'method-summary-table-tab2', 3)" class="table-tab">Instance Methods</button><button id="method-summary-table-tab3" role="tab" aria-selected="false" aria-controls="method-summary-table.tabpanel" tabindex="-1" onkeydown="switchTab(event)" onclick="show('method-summary-table', 'method-summary-table-tab3', 3)" class="table-tab">Abstract Methods</button><button id="method-summary-table-tab6" role="tab" aria-selected="false" aria-controls="method-summary-table.tabpanel" tabindex="-1" onkeydown="switchTab(event)" onclick="show('method-summary-table', 'method-summary-table-tab6', 3)" class="table-tab">Deprecated Methods</button></div>
<div id="method-summary-table.tabpanel" role="tabpanel">
<div class="summary-table three-column-summary" aria-labelledby="method-summary-table-tab0">
<div class="table-header col-first">Modifier and Type</div>
<div class="table-header col-second">Method</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#closeConnection(org.apache.calcite.avatica.Meta.ConnectionHandle)" class="member-name-link">closeConnection</a><wbr>(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Closes a connection</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#closeStatement(org.apache.calcite.avatica.Meta.StatementHandle)" class="member-name-link">closeStatement</a><wbr>(<a href="Meta.StatementHandle.html" title="class in org.apache.calcite.avatica">Meta.StatementHandle</a>&nbsp;h)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Closes a statement.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#commit(org.apache.calcite.avatica.Meta.ConnectionHandle)" class="member-name-link">commit</a><wbr>(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Makes all changes since the last commit/rollback permanent.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="Meta.ConnectionProperties.html" title="interface in org.apache.calcite.avatica">Meta.ConnectionProperties</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#connectionSync(org.apache.calcite.avatica.Meta.ConnectionHandle,org.apache.calcite.avatica.Meta.ConnectionProperties)" class="member-name-link">connectionSync</a><wbr>(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch,
<a href="Meta.ConnectionProperties.html" title="interface in org.apache.calcite.avatica">Meta.ConnectionProperties</a>&nbsp;connProps)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Synchronizes client and server view of connection properties.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html" title="class or interface in java.lang" class="external-link">Iterable</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a>&gt;</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#createIterable(org.apache.calcite.avatica.Meta.StatementHandle,org.apache.calcite.avatica.QueryState,org.apache.calcite.avatica.Meta.Signature,java.util.List,org.apache.calcite.avatica.Meta.Frame)" class="member-name-link">createIterable</a><wbr>(<a href="Meta.StatementHandle.html" title="class in org.apache.calcite.avatica">Meta.StatementHandle</a>&nbsp;stmt,
<a href="QueryState.html" title="class in org.apache.calcite.avatica">QueryState</a>&nbsp;state,
<a href="Meta.Signature.html" title="class in org.apache.calcite.avatica">Meta.Signature</a>&nbsp;signature,
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html" title="class or interface in java.util" class="external-link">List</a>&lt;<a href="remote/TypedValue.html" title="class in org.apache.calcite.avatica.remote">TypedValue</a>&gt;&nbsp;parameters,
<a href="Meta.Frame.html" title="class in org.apache.calcite.avatica">Meta.Frame</a>&nbsp;firstFrame)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Creates an iterable for a result set.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="Meta.StatementHandle.html" title="class in org.apache.calcite.avatica">Meta.StatementHandle</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#createStatement(org.apache.calcite.avatica.Meta.ConnectionHandle)" class="member-name-link">createStatement</a><wbr>(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Called during the creation of a statement to allocate a new handle.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="Meta.ExecuteResult.html" title="class in org.apache.calcite.avatica">Meta.ExecuteResult</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#execute(org.apache.calcite.avatica.Meta.StatementHandle,java.util.List,int)" class="member-name-link">execute</a><wbr>(<a href="Meta.StatementHandle.html" title="class in org.apache.calcite.avatica">Meta.StatementHandle</a>&nbsp;h,
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html" title="class or interface in java.util" class="external-link">List</a>&lt;<a href="remote/TypedValue.html" title="class in org.apache.calcite.avatica.remote">TypedValue</a>&gt;&nbsp;parameterValues,
int&nbsp;maxRowsInFirstFrame)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Executes a prepared statement.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3 method-summary-table-tab6"><code><a href="Meta.ExecuteResult.html" title="class in org.apache.calcite.avatica">Meta.ExecuteResult</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3 method-summary-table-tab6"><code><a href="#execute(org.apache.calcite.avatica.Meta.StatementHandle,java.util.List,long)" class="member-name-link">execute</a><wbr>(<a href="Meta.StatementHandle.html" title="class in org.apache.calcite.avatica">Meta.StatementHandle</a>&nbsp;h,
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html" title="class or interface in java.util" class="external-link">List</a>&lt;<a href="remote/TypedValue.html" title="class in org.apache.calcite.avatica.remote">TypedValue</a>&gt;&nbsp;parameterValues,
long&nbsp;maxRowCount)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3 method-summary-table-tab6">
<div class="block"><span class="deprecated-label">Deprecated.</span>
<div class="deprecation-comment">See <a href="#execute(org.apache.calcite.avatica.Meta.StatementHandle,java.util.List,int)"><code>execute(StatementHandle, List, int)</code></a></div>
</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="Meta.ExecuteBatchResult.html" title="class in org.apache.calcite.avatica">Meta.ExecuteBatchResult</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#executeBatch(org.apache.calcite.avatica.Meta.StatementHandle,java.util.List)" class="member-name-link">executeBatch</a><wbr>(<a href="Meta.StatementHandle.html" title="class in org.apache.calcite.avatica">Meta.StatementHandle</a>&nbsp;h,
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html" title="class or interface in java.util" class="external-link">List</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html" title="class or interface in java.util" class="external-link">List</a>&lt;<a href="remote/TypedValue.html" title="class in org.apache.calcite.avatica.remote">TypedValue</a>&gt;&gt;&nbsp;parameterValues)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Executes a collection of bound parameter values on a prepared statement.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="Meta.Frame.html" title="class in org.apache.calcite.avatica">Meta.Frame</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#fetch(org.apache.calcite.avatica.Meta.StatementHandle,long,int)" class="member-name-link">fetch</a><wbr>(<a href="Meta.StatementHandle.html" title="class in org.apache.calcite.avatica">Meta.StatementHandle</a>&nbsp;h,
long&nbsp;offset,
int&nbsp;fetchMaxRowCount)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Returns a frame of rows.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getAttributes(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,org.apache.calcite.avatica.Meta.Pat,org.apache.calcite.avatica.Meta.Pat,org.apache.calcite.avatica.Meta.Pat)" class="member-name-link">getAttributes</a><wbr>(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;catalog,
<a href="Meta.Pat.html" title="class in org.apache.calcite.avatica">Meta.Pat</a>&nbsp;schemaPattern,
<a href="Meta.Pat.html" title="class in org.apache.calcite.avatica">Meta.Pat</a>&nbsp;typeNamePattern,
<a href="Meta.Pat.html" title="class in org.apache.calcite.avatica">Meta.Pat</a>&nbsp;attributeNamePattern)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Per <a href="https://docs.oracle.com/javase/8/docs/api/java/sql/DatabaseMetaData.html#getAttributes(java.lang.String,java.lang.String,java.lang.String,java.lang.String)" title="class or interface in java.sql" class="external-link"><code>DatabaseMetaData.getAttributes(String, String, String, String)</code></a>.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getBestRowIdentifier(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,java.lang.String,java.lang.String,int,boolean)" class="member-name-link">getBestRowIdentifier</a><wbr>(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;catalog,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;schema,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;table,
int&nbsp;scope,
boolean&nbsp;nullable)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Per
<a href="https://docs.oracle.com/javase/8/docs/api/java/sql/DatabaseMetaData.html#getBestRowIdentifier(java.lang.String,java.lang.String,java.lang.String,int,boolean)" title="class or interface in java.sql" class="external-link"><code>DatabaseMetaData.getBestRowIdentifier(String, String, String, int, boolean)</code></a>.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getCatalogs(org.apache.calcite.avatica.Meta.ConnectionHandle)" class="member-name-link">getCatalogs</a><wbr>(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Per <a href="https://docs.oracle.com/javase/8/docs/api/java/sql/DatabaseMetaData.html#getCatalogs()" title="class or interface in java.sql" class="external-link"><code>DatabaseMetaData.getCatalogs()</code></a>.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getClientInfoProperties(org.apache.calcite.avatica.Meta.ConnectionHandle)" class="member-name-link">getClientInfoProperties</a><wbr>(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Per <a href="https://docs.oracle.com/javase/8/docs/api/java/sql/DatabaseMetaData.html#getClientInfoProperties()" title="class or interface in java.sql" class="external-link"><code>DatabaseMetaData.getClientInfoProperties()</code></a>.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getColumnPrivileges(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,java.lang.String,java.lang.String,org.apache.calcite.avatica.Meta.Pat)" class="member-name-link">getColumnPrivileges</a><wbr>(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;catalog,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;schema,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;table,
<a href="Meta.Pat.html" title="class in org.apache.calcite.avatica">Meta.Pat</a>&nbsp;columnNamePattern)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Per <a href="https://docs.oracle.com/javase/8/docs/api/java/sql/DatabaseMetaData.html#getColumnPrivileges(java.lang.String,java.lang.String,java.lang.String,java.lang.String)" title="class or interface in java.sql" class="external-link"><code>DatabaseMetaData.getColumnPrivileges(String, String, String, String)</code></a>.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getColumns(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,org.apache.calcite.avatica.Meta.Pat,org.apache.calcite.avatica.Meta.Pat,org.apache.calcite.avatica.Meta.Pat)" class="member-name-link">getColumns</a><wbr>(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;catalog,
<a href="Meta.Pat.html" title="class in org.apache.calcite.avatica">Meta.Pat</a>&nbsp;schemaPattern,
<a href="Meta.Pat.html" title="class in org.apache.calcite.avatica">Meta.Pat</a>&nbsp;tableNamePattern,
<a href="Meta.Pat.html" title="class in org.apache.calcite.avatica">Meta.Pat</a>&nbsp;columnNamePattern)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Per <a href="https://docs.oracle.com/javase/8/docs/api/java/sql/DatabaseMetaData.html#getColumns(java.lang.String,java.lang.String,java.lang.String,java.lang.String)" title="class or interface in java.sql" class="external-link"><code>DatabaseMetaData.getColumns(String, String, String, String)</code></a>.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getCrossReference(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String)" class="member-name-link">getCrossReference</a><wbr>(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;parentCatalog,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;parentSchema,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;parentTable,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;foreignCatalog,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;foreignSchema,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;foreignTable)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Per
<a href="https://docs.oracle.com/javase/8/docs/api/java/sql/DatabaseMetaData.html#getCrossReference(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String)" title="class or interface in java.sql" class="external-link"><code>DatabaseMetaData.getCrossReference(String, String, String, String, String, String)</code></a>.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html" title="class or interface in java.util" class="external-link">Map</a>&lt;<a href="Meta.DatabaseProperty.html" title="enum in org.apache.calcite.avatica">Meta.DatabaseProperty</a>,<wbr><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a>&gt;</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getDatabaseProperties(org.apache.calcite.avatica.Meta.ConnectionHandle)" class="member-name-link">getDatabaseProperties</a><wbr>(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Returns a map of static database properties.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getExportedKeys(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,java.lang.String,java.lang.String)" class="member-name-link">getExportedKeys</a><wbr>(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;catalog,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;schema,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;table)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Per <a href="https://docs.oracle.com/javase/8/docs/api/java/sql/DatabaseMetaData.html#getExportedKeys(java.lang.String,java.lang.String,java.lang.String)" title="class or interface in java.sql" class="external-link"><code>DatabaseMetaData.getExportedKeys(String, String, String)</code></a>.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getFunctionColumns(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,org.apache.calcite.avatica.Meta.Pat,org.apache.calcite.avatica.Meta.Pat,org.apache.calcite.avatica.Meta.Pat)" class="member-name-link">getFunctionColumns</a><wbr>(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;catalog,
<a href="Meta.Pat.html" title="class in org.apache.calcite.avatica">Meta.Pat</a>&nbsp;schemaPattern,
<a href="Meta.Pat.html" title="class in org.apache.calcite.avatica">Meta.Pat</a>&nbsp;functionNamePattern,
<a href="Meta.Pat.html" title="class in org.apache.calcite.avatica">Meta.Pat</a>&nbsp;columnNamePattern)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Per <a href="https://docs.oracle.com/javase/8/docs/api/java/sql/DatabaseMetaData.html#getFunctionColumns(java.lang.String,java.lang.String,java.lang.String,java.lang.String)" title="class or interface in java.sql" class="external-link"><code>DatabaseMetaData.getFunctionColumns(String, String, String, String)</code></a>.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getFunctions(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,org.apache.calcite.avatica.Meta.Pat,org.apache.calcite.avatica.Meta.Pat)" class="member-name-link">getFunctions</a><wbr>(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;catalog,
<a href="Meta.Pat.html" title="class in org.apache.calcite.avatica">Meta.Pat</a>&nbsp;schemaPattern,
<a href="Meta.Pat.html" title="class in org.apache.calcite.avatica">Meta.Pat</a>&nbsp;functionNamePattern)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Per <a href="https://docs.oracle.com/javase/8/docs/api/java/sql/DatabaseMetaData.html#getFunctions(java.lang.String,java.lang.String,java.lang.String)" title="class or interface in java.sql" class="external-link"><code>DatabaseMetaData.getFunctions(String, String, String)</code></a>.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getImportedKeys(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,java.lang.String,java.lang.String)" class="member-name-link">getImportedKeys</a><wbr>(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;catalog,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;schema,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;table)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Per <a href="https://docs.oracle.com/javase/8/docs/api/java/sql/DatabaseMetaData.html#getImportedKeys(java.lang.String,java.lang.String,java.lang.String)" title="class or interface in java.sql" class="external-link"><code>DatabaseMetaData.getImportedKeys(String, String, String)</code></a>.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getIndexInfo(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,java.lang.String,java.lang.String,boolean,boolean)" class="member-name-link">getIndexInfo</a><wbr>(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;catalog,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;schema,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;table,
boolean&nbsp;unique,
boolean&nbsp;approximate)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Per <a href="https://docs.oracle.com/javase/8/docs/api/java/sql/DatabaseMetaData.html#getIndexInfo(java.lang.String,java.lang.String,java.lang.String,boolean,boolean)" title="class or interface in java.sql" class="external-link"><code>DatabaseMetaData.getIndexInfo(String, String, String, boolean, boolean)</code></a>.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getPrimaryKeys(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,java.lang.String,java.lang.String)" class="member-name-link">getPrimaryKeys</a><wbr>(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;catalog,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;schema,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;table)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Per <a href="https://docs.oracle.com/javase/8/docs/api/java/sql/DatabaseMetaData.html#getPrimaryKeys(java.lang.String,java.lang.String,java.lang.String)" title="class or interface in java.sql" class="external-link"><code>DatabaseMetaData.getPrimaryKeys(String, String, String)</code></a>.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getProcedureColumns(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,org.apache.calcite.avatica.Meta.Pat,org.apache.calcite.avatica.Meta.Pat,org.apache.calcite.avatica.Meta.Pat)" class="member-name-link">getProcedureColumns</a><wbr>(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;catalog,
<a href="Meta.Pat.html" title="class in org.apache.calcite.avatica">Meta.Pat</a>&nbsp;schemaPattern,
<a href="Meta.Pat.html" title="class in org.apache.calcite.avatica">Meta.Pat</a>&nbsp;procedureNamePattern,
<a href="Meta.Pat.html" title="class in org.apache.calcite.avatica">Meta.Pat</a>&nbsp;columnNamePattern)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Per <a href="https://docs.oracle.com/javase/8/docs/api/java/sql/DatabaseMetaData.html#getProcedureColumns(java.lang.String,java.lang.String,java.lang.String,java.lang.String)" title="class or interface in java.sql" class="external-link"><code>DatabaseMetaData.getProcedureColumns(String, String, String, String)</code></a>.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getProcedures(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,org.apache.calcite.avatica.Meta.Pat,org.apache.calcite.avatica.Meta.Pat)" class="member-name-link">getProcedures</a><wbr>(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;catalog,
<a href="Meta.Pat.html" title="class in org.apache.calcite.avatica">Meta.Pat</a>&nbsp;schemaPattern,
<a href="Meta.Pat.html" title="class in org.apache.calcite.avatica">Meta.Pat</a>&nbsp;procedureNamePattern)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Per <a href="https://docs.oracle.com/javase/8/docs/api/java/sql/DatabaseMetaData.html#getProcedures(java.lang.String,java.lang.String,java.lang.String)" title="class or interface in java.sql" class="external-link"><code>DatabaseMetaData.getProcedures(String, String, String)</code></a>.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getPseudoColumns(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,org.apache.calcite.avatica.Meta.Pat,org.apache.calcite.avatica.Meta.Pat,org.apache.calcite.avatica.Meta.Pat)" class="member-name-link">getPseudoColumns</a><wbr>(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;catalog,
<a href="Meta.Pat.html" title="class in org.apache.calcite.avatica">Meta.Pat</a>&nbsp;schemaPattern,
<a href="Meta.Pat.html" title="class in org.apache.calcite.avatica">Meta.Pat</a>&nbsp;tableNamePattern,
<a href="Meta.Pat.html" title="class in org.apache.calcite.avatica">Meta.Pat</a>&nbsp;columnNamePattern)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Per <a href="https://docs.oracle.com/javase/8/docs/api/java/sql/DatabaseMetaData.html#getPseudoColumns(java.lang.String,java.lang.String,java.lang.String,java.lang.String)" title="class or interface in java.sql" class="external-link"><code>DatabaseMetaData.getPseudoColumns(String, String, String, String)</code></a>.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getSchemas(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,org.apache.calcite.avatica.Meta.Pat)" class="member-name-link">getSchemas</a><wbr>(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;catalog,
<a href="Meta.Pat.html" title="class in org.apache.calcite.avatica">Meta.Pat</a>&nbsp;schemaPattern)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">&nbsp;</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getSuperTables(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,org.apache.calcite.avatica.Meta.Pat,org.apache.calcite.avatica.Meta.Pat)" class="member-name-link">getSuperTables</a><wbr>(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;catalog,
<a href="Meta.Pat.html" title="class in org.apache.calcite.avatica">Meta.Pat</a>&nbsp;schemaPattern,
<a href="Meta.Pat.html" title="class in org.apache.calcite.avatica">Meta.Pat</a>&nbsp;tableNamePattern)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Per <a href="https://docs.oracle.com/javase/8/docs/api/java/sql/DatabaseMetaData.html#getSuperTables(java.lang.String,java.lang.String,java.lang.String)" title="class or interface in java.sql" class="external-link"><code>DatabaseMetaData.getSuperTables(String, String, String)</code></a>.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getSuperTypes(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,org.apache.calcite.avatica.Meta.Pat,org.apache.calcite.avatica.Meta.Pat)" class="member-name-link">getSuperTypes</a><wbr>(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;catalog,
<a href="Meta.Pat.html" title="class in org.apache.calcite.avatica">Meta.Pat</a>&nbsp;schemaPattern,
<a href="Meta.Pat.html" title="class in org.apache.calcite.avatica">Meta.Pat</a>&nbsp;typeNamePattern)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Per <a href="https://docs.oracle.com/javase/8/docs/api/java/sql/DatabaseMetaData.html#getSuperTypes(java.lang.String,java.lang.String,java.lang.String)" title="class or interface in java.sql" class="external-link"><code>DatabaseMetaData.getSuperTypes(String, String, String)</code></a>.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getTablePrivileges(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,org.apache.calcite.avatica.Meta.Pat,org.apache.calcite.avatica.Meta.Pat)" class="member-name-link">getTablePrivileges</a><wbr>(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;catalog,
<a href="Meta.Pat.html" title="class in org.apache.calcite.avatica">Meta.Pat</a>&nbsp;schemaPattern,
<a href="Meta.Pat.html" title="class in org.apache.calcite.avatica">Meta.Pat</a>&nbsp;tableNamePattern)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Per <a href="https://docs.oracle.com/javase/8/docs/api/java/sql/DatabaseMetaData.html#getTablePrivileges(java.lang.String,java.lang.String,java.lang.String)" title="class or interface in java.sql" class="external-link"><code>DatabaseMetaData.getTablePrivileges(String, String, String)</code></a>.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getTables(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,org.apache.calcite.avatica.Meta.Pat,org.apache.calcite.avatica.Meta.Pat,java.util.List)" class="member-name-link">getTables</a><wbr>(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;catalog,
<a href="Meta.Pat.html" title="class in org.apache.calcite.avatica">Meta.Pat</a>&nbsp;schemaPattern,
<a href="Meta.Pat.html" title="class in org.apache.calcite.avatica">Meta.Pat</a>&nbsp;tableNamePattern,
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html" title="class or interface in java.util" class="external-link">List</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&gt;&nbsp;typeList)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Per <a href="https://docs.oracle.com/javase/8/docs/api/java/sql/DatabaseMetaData.html#getTables(java.lang.String,java.lang.String,java.lang.String,java.lang.String%5B%5D)" title="class or interface in java.sql" class="external-link"><code>DatabaseMetaData.getTables(String, String, String, String[])</code></a>.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getTableTypes(org.apache.calcite.avatica.Meta.ConnectionHandle)" class="member-name-link">getTableTypes</a><wbr>(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Per <a href="https://docs.oracle.com/javase/8/docs/api/java/sql/DatabaseMetaData.html#getTableTypes()" title="class or interface in java.sql" class="external-link"><code>DatabaseMetaData.getTableTypes()</code></a>.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getTypeInfo(org.apache.calcite.avatica.Meta.ConnectionHandle)" class="member-name-link">getTypeInfo</a><wbr>(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Per <a href="https://docs.oracle.com/javase/8/docs/api/java/sql/DatabaseMetaData.html#getTypeInfo()" title="class or interface in java.sql" class="external-link"><code>DatabaseMetaData.getTypeInfo()</code></a>.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getUDTs(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,org.apache.calcite.avatica.Meta.Pat,org.apache.calcite.avatica.Meta.Pat,int%5B%5D)" class="member-name-link">getUDTs</a><wbr>(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;catalog,
<a href="Meta.Pat.html" title="class in org.apache.calcite.avatica">Meta.Pat</a>&nbsp;schemaPattern,
<a href="Meta.Pat.html" title="class in org.apache.calcite.avatica">Meta.Pat</a>&nbsp;typeNamePattern,
int[]&nbsp;types)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Per <a href="https://docs.oracle.com/javase/8/docs/api/java/sql/DatabaseMetaData.html#getUDTs(java.lang.String,java.lang.String,java.lang.String,int%5B%5D)" title="class or interface in java.sql" class="external-link"><code>DatabaseMetaData.getUDTs(String, String, String, int[])</code></a>.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getVersionColumns(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,java.lang.String,java.lang.String)" class="member-name-link">getVersionColumns</a><wbr>(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;catalog,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;schema,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;table)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Per <a href="https://docs.oracle.com/javase/8/docs/api/java/sql/DatabaseMetaData.html#getVersionColumns(java.lang.String,java.lang.String,java.lang.String)" title="class or interface in java.sql" class="external-link"><code>DatabaseMetaData.getVersionColumns(String, String, String)</code></a>.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#openConnection(org.apache.calcite.avatica.Meta.ConnectionHandle,java.util.Map)" class="member-name-link">openConnection</a><wbr>(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch,
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html" title="class or interface in java.util" class="external-link">Map</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>,<wbr><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&gt;&nbsp;info)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Opens (creates) a connection.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="Meta.StatementHandle.html" title="class in org.apache.calcite.avatica">Meta.StatementHandle</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#prepare(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,long)" class="member-name-link">prepare</a><wbr>(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;sql,
long&nbsp;maxRowCount)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Prepares a statement.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="Meta.ExecuteResult.html" title="class in org.apache.calcite.avatica">Meta.ExecuteResult</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#prepareAndExecute(org.apache.calcite.avatica.Meta.StatementHandle,java.lang.String,long,int,org.apache.calcite.avatica.Meta.PrepareCallback)" class="member-name-link">prepareAndExecute</a><wbr>(<a href="Meta.StatementHandle.html" title="class in org.apache.calcite.avatica">Meta.StatementHandle</a>&nbsp;h,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;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></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Prepares and executes a statement.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3 method-summary-table-tab6"><code><a href="Meta.ExecuteResult.html" title="class in org.apache.calcite.avatica">Meta.ExecuteResult</a></code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3 method-summary-table-tab6"><code><a href="#prepareAndExecute(org.apache.calcite.avatica.Meta.StatementHandle,java.lang.String,long,org.apache.calcite.avatica.Meta.PrepareCallback)" class="member-name-link">prepareAndExecute</a><wbr>(<a href="Meta.StatementHandle.html" title="class in org.apache.calcite.avatica">Meta.StatementHandle</a>&nbsp;h,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;sql,
long&nbsp;maxRowCount,
<a href="Meta.PrepareCallback.html" title="interface in org.apache.calcite.avatica">Meta.PrepareCallback</a>&nbsp;callback)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3 method-summary-table-tab6">
<div class="block"><span class="deprecated-label">Deprecated.</span>
<div class="deprecation-comment">See <a href="#prepareAndExecute(org.apache.calcite.avatica.Meta.StatementHandle,java.lang.String,long,int,org.apache.calcite.avatica.Meta.PrepareCallback)"><code>prepareAndExecute(StatementHandle, String, long, int, PrepareCallback)</code></a></div>
</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="Meta.ExecuteBatchResult.html" title="class in org.apache.calcite.avatica">Meta.ExecuteBatchResult</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#prepareAndExecuteBatch(org.apache.calcite.avatica.Meta.StatementHandle,java.util.List)" class="member-name-link">prepareAndExecuteBatch</a><wbr>(<a href="Meta.StatementHandle.html" title="class in org.apache.calcite.avatica">Meta.StatementHandle</a>&nbsp;h,
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html" title="class or interface in java.util" class="external-link">List</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&gt;&nbsp;sqlCommands)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Prepares a statement and then executes a number of SQL commands in one pass.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#rollback(org.apache.calcite.avatica.Meta.ConnectionHandle)" class="member-name-link">rollback</a><wbr>(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Undoes all changes since the last commit/rollback.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>boolean</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#syncResults(org.apache.calcite.avatica.Meta.StatementHandle,org.apache.calcite.avatica.QueryState,long)" class="member-name-link">syncResults</a><wbr>(<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></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Re-sets the <a href="https://docs.oracle.com/javase/8/docs/api/java/sql/ResultSet.html" title="class or interface in java.sql" class="external-link"><code>ResultSet</code></a> on a Statement.</div>
</div>
</div>
</div>
</div>
</section>
</li>
</ul>
</section>
<section class="details">
<ul class="details-list">
<!-- ============ METHOD DETAIL ========== -->
<li>
<section class="method-details" id="method-detail">
<h2>Method Details</h2>
<ul class="member-list">
<li>
<section class="detail" id="getDatabaseProperties(org.apache.calcite.avatica.Meta.ConnectionHandle)">
<h3>getDatabaseProperties</h3>
<div class="member-signature"><span class="return-type"><a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html" title="class or interface in java.util" class="external-link">Map</a>&lt;<a href="Meta.DatabaseProperty.html" title="enum in org.apache.calcite.avatica">Meta.DatabaseProperty</a>,<wbr><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a>&gt;</span>&nbsp;<span class="element-name">getDatabaseProperties</span><wbr><span class="parameters">(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch)</span></div>
<div class="block">Returns a map of static database properties.
<p>The provider can omit properties whose value is the same as the
default.</div>
</section>
</li>
<li>
<section class="detail" id="getTables(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,org.apache.calcite.avatica.Meta.Pat,org.apache.calcite.avatica.Meta.Pat,java.util.List)">
<h3>getTables</h3>
<div class="member-signature"><span class="return-type"><a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a></span>&nbsp;<span class="element-name">getTables</span><wbr><span class="parameters">(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;catalog,
<a href="Meta.Pat.html" title="class in org.apache.calcite.avatica">Meta.Pat</a>&nbsp;schemaPattern,
<a href="Meta.Pat.html" title="class in org.apache.calcite.avatica">Meta.Pat</a>&nbsp;tableNamePattern,
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html" title="class or interface in java.util" class="external-link">List</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&gt;&nbsp;typeList)</span></div>
<div class="block">Per <a href="https://docs.oracle.com/javase/8/docs/api/java/sql/DatabaseMetaData.html#getTables(java.lang.String,java.lang.String,java.lang.String,java.lang.String%5B%5D)" title="class or interface in java.sql" class="external-link"><code>DatabaseMetaData.getTables(String, String, String, String[])</code></a>.</div>
</section>
</li>
<li>
<section class="detail" id="getColumns(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,org.apache.calcite.avatica.Meta.Pat,org.apache.calcite.avatica.Meta.Pat,org.apache.calcite.avatica.Meta.Pat)">
<h3>getColumns</h3>
<div class="member-signature"><span class="return-type"><a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a></span>&nbsp;<span class="element-name">getColumns</span><wbr><span class="parameters">(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;catalog,
<a href="Meta.Pat.html" title="class in org.apache.calcite.avatica">Meta.Pat</a>&nbsp;schemaPattern,
<a href="Meta.Pat.html" title="class in org.apache.calcite.avatica">Meta.Pat</a>&nbsp;tableNamePattern,
<a href="Meta.Pat.html" title="class in org.apache.calcite.avatica">Meta.Pat</a>&nbsp;columnNamePattern)</span></div>
<div class="block">Per <a href="https://docs.oracle.com/javase/8/docs/api/java/sql/DatabaseMetaData.html#getColumns(java.lang.String,java.lang.String,java.lang.String,java.lang.String)" title="class or interface in java.sql" class="external-link"><code>DatabaseMetaData.getColumns(String, String, String, String)</code></a>.</div>
</section>
</li>
<li>
<section class="detail" id="getSchemas(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,org.apache.calcite.avatica.Meta.Pat)">
<h3>getSchemas</h3>
<div class="member-signature"><span class="return-type"><a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a></span>&nbsp;<span class="element-name">getSchemas</span><wbr><span class="parameters">(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;catalog,
<a href="Meta.Pat.html" title="class in org.apache.calcite.avatica">Meta.Pat</a>&nbsp;schemaPattern)</span></div>
</section>
</li>
<li>
<section class="detail" id="getCatalogs(org.apache.calcite.avatica.Meta.ConnectionHandle)">
<h3>getCatalogs</h3>
<div class="member-signature"><span class="return-type"><a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a></span>&nbsp;<span class="element-name">getCatalogs</span><wbr><span class="parameters">(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch)</span></div>
<div class="block">Per <a href="https://docs.oracle.com/javase/8/docs/api/java/sql/DatabaseMetaData.html#getCatalogs()" title="class or interface in java.sql" class="external-link"><code>DatabaseMetaData.getCatalogs()</code></a>.</div>
</section>
</li>
<li>
<section class="detail" id="getTableTypes(org.apache.calcite.avatica.Meta.ConnectionHandle)">
<h3>getTableTypes</h3>
<div class="member-signature"><span class="return-type"><a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a></span>&nbsp;<span class="element-name">getTableTypes</span><wbr><span class="parameters">(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch)</span></div>
<div class="block">Per <a href="https://docs.oracle.com/javase/8/docs/api/java/sql/DatabaseMetaData.html#getTableTypes()" title="class or interface in java.sql" class="external-link"><code>DatabaseMetaData.getTableTypes()</code></a>.</div>
</section>
</li>
<li>
<section class="detail" id="getProcedures(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,org.apache.calcite.avatica.Meta.Pat,org.apache.calcite.avatica.Meta.Pat)">
<h3>getProcedures</h3>
<div class="member-signature"><span class="return-type"><a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a></span>&nbsp;<span class="element-name">getProcedures</span><wbr><span class="parameters">(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;catalog,
<a href="Meta.Pat.html" title="class in org.apache.calcite.avatica">Meta.Pat</a>&nbsp;schemaPattern,
<a href="Meta.Pat.html" title="class in org.apache.calcite.avatica">Meta.Pat</a>&nbsp;procedureNamePattern)</span></div>
<div class="block">Per <a href="https://docs.oracle.com/javase/8/docs/api/java/sql/DatabaseMetaData.html#getProcedures(java.lang.String,java.lang.String,java.lang.String)" title="class or interface in java.sql" class="external-link"><code>DatabaseMetaData.getProcedures(String, String, String)</code></a>.</div>
</section>
</li>
<li>
<section class="detail" id="getProcedureColumns(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,org.apache.calcite.avatica.Meta.Pat,org.apache.calcite.avatica.Meta.Pat,org.apache.calcite.avatica.Meta.Pat)">
<h3>getProcedureColumns</h3>
<div class="member-signature"><span class="return-type"><a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a></span>&nbsp;<span class="element-name">getProcedureColumns</span><wbr><span class="parameters">(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;catalog,
<a href="Meta.Pat.html" title="class in org.apache.calcite.avatica">Meta.Pat</a>&nbsp;schemaPattern,
<a href="Meta.Pat.html" title="class in org.apache.calcite.avatica">Meta.Pat</a>&nbsp;procedureNamePattern,
<a href="Meta.Pat.html" title="class in org.apache.calcite.avatica">Meta.Pat</a>&nbsp;columnNamePattern)</span></div>
<div class="block">Per <a href="https://docs.oracle.com/javase/8/docs/api/java/sql/DatabaseMetaData.html#getProcedureColumns(java.lang.String,java.lang.String,java.lang.String,java.lang.String)" title="class or interface in java.sql" class="external-link"><code>DatabaseMetaData.getProcedureColumns(String, String, String, String)</code></a>.</div>
</section>
</li>
<li>
<section class="detail" id="getColumnPrivileges(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,java.lang.String,java.lang.String,org.apache.calcite.avatica.Meta.Pat)">
<h3>getColumnPrivileges</h3>
<div class="member-signature"><span class="return-type"><a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a></span>&nbsp;<span class="element-name">getColumnPrivileges</span><wbr><span class="parameters">(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;catalog,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;schema,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;table,
<a href="Meta.Pat.html" title="class in org.apache.calcite.avatica">Meta.Pat</a>&nbsp;columnNamePattern)</span></div>
<div class="block">Per <a href="https://docs.oracle.com/javase/8/docs/api/java/sql/DatabaseMetaData.html#getColumnPrivileges(java.lang.String,java.lang.String,java.lang.String,java.lang.String)" title="class or interface in java.sql" class="external-link"><code>DatabaseMetaData.getColumnPrivileges(String, String, String, String)</code></a>.</div>
</section>
</li>
<li>
<section class="detail" id="getTablePrivileges(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,org.apache.calcite.avatica.Meta.Pat,org.apache.calcite.avatica.Meta.Pat)">
<h3>getTablePrivileges</h3>
<div class="member-signature"><span class="return-type"><a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a></span>&nbsp;<span class="element-name">getTablePrivileges</span><wbr><span class="parameters">(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;catalog,
<a href="Meta.Pat.html" title="class in org.apache.calcite.avatica">Meta.Pat</a>&nbsp;schemaPattern,
<a href="Meta.Pat.html" title="class in org.apache.calcite.avatica">Meta.Pat</a>&nbsp;tableNamePattern)</span></div>
<div class="block">Per <a href="https://docs.oracle.com/javase/8/docs/api/java/sql/DatabaseMetaData.html#getTablePrivileges(java.lang.String,java.lang.String,java.lang.String)" title="class or interface in java.sql" class="external-link"><code>DatabaseMetaData.getTablePrivileges(String, String, String)</code></a>.</div>
</section>
</li>
<li>
<section class="detail" id="getBestRowIdentifier(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,java.lang.String,java.lang.String,int,boolean)">
<h3>getBestRowIdentifier</h3>
<div class="member-signature"><span class="return-type"><a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a></span>&nbsp;<span class="element-name">getBestRowIdentifier</span><wbr><span class="parameters">(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;catalog,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;schema,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;table,
int&nbsp;scope,
boolean&nbsp;nullable)</span></div>
<div class="block">Per
<a href="https://docs.oracle.com/javase/8/docs/api/java/sql/DatabaseMetaData.html#getBestRowIdentifier(java.lang.String,java.lang.String,java.lang.String,int,boolean)" title="class or interface in java.sql" class="external-link"><code>DatabaseMetaData.getBestRowIdentifier(String, String, String, int, boolean)</code></a>.</div>
</section>
</li>
<li>
<section class="detail" id="getVersionColumns(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,java.lang.String,java.lang.String)">
<h3>getVersionColumns</h3>
<div class="member-signature"><span class="return-type"><a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a></span>&nbsp;<span class="element-name">getVersionColumns</span><wbr><span class="parameters">(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;catalog,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;schema,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;table)</span></div>
<div class="block">Per <a href="https://docs.oracle.com/javase/8/docs/api/java/sql/DatabaseMetaData.html#getVersionColumns(java.lang.String,java.lang.String,java.lang.String)" title="class or interface in java.sql" class="external-link"><code>DatabaseMetaData.getVersionColumns(String, String, String)</code></a>.</div>
</section>
</li>
<li>
<section class="detail" id="getPrimaryKeys(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,java.lang.String,java.lang.String)">
<h3>getPrimaryKeys</h3>
<div class="member-signature"><span class="return-type"><a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a></span>&nbsp;<span class="element-name">getPrimaryKeys</span><wbr><span class="parameters">(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;catalog,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;schema,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;table)</span></div>
<div class="block">Per <a href="https://docs.oracle.com/javase/8/docs/api/java/sql/DatabaseMetaData.html#getPrimaryKeys(java.lang.String,java.lang.String,java.lang.String)" title="class or interface in java.sql" class="external-link"><code>DatabaseMetaData.getPrimaryKeys(String, String, String)</code></a>.</div>
</section>
</li>
<li>
<section class="detail" id="getImportedKeys(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,java.lang.String,java.lang.String)">
<h3>getImportedKeys</h3>
<div class="member-signature"><span class="return-type"><a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a></span>&nbsp;<span class="element-name">getImportedKeys</span><wbr><span class="parameters">(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;catalog,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;schema,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;table)</span></div>
<div class="block">Per <a href="https://docs.oracle.com/javase/8/docs/api/java/sql/DatabaseMetaData.html#getImportedKeys(java.lang.String,java.lang.String,java.lang.String)" title="class or interface in java.sql" class="external-link"><code>DatabaseMetaData.getImportedKeys(String, String, String)</code></a>.</div>
</section>
</li>
<li>
<section class="detail" id="getExportedKeys(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,java.lang.String,java.lang.String)">
<h3>getExportedKeys</h3>
<div class="member-signature"><span class="return-type"><a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a></span>&nbsp;<span class="element-name">getExportedKeys</span><wbr><span class="parameters">(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;catalog,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;schema,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;table)</span></div>
<div class="block">Per <a href="https://docs.oracle.com/javase/8/docs/api/java/sql/DatabaseMetaData.html#getExportedKeys(java.lang.String,java.lang.String,java.lang.String)" title="class or interface in java.sql" class="external-link"><code>DatabaseMetaData.getExportedKeys(String, String, String)</code></a>.</div>
</section>
</li>
<li>
<section class="detail" id="getCrossReference(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String)">
<h3>getCrossReference</h3>
<div class="member-signature"><span class="return-type"><a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a></span>&nbsp;<span class="element-name">getCrossReference</span><wbr><span class="parameters">(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;parentCatalog,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;parentSchema,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;parentTable,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;foreignCatalog,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;foreignSchema,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;foreignTable)</span></div>
<div class="block">Per
<a href="https://docs.oracle.com/javase/8/docs/api/java/sql/DatabaseMetaData.html#getCrossReference(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String)" title="class or interface in java.sql" class="external-link"><code>DatabaseMetaData.getCrossReference(String, String, String, String, String, String)</code></a>.</div>
</section>
</li>
<li>
<section class="detail" id="getTypeInfo(org.apache.calcite.avatica.Meta.ConnectionHandle)">
<h3>getTypeInfo</h3>
<div class="member-signature"><span class="return-type"><a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a></span>&nbsp;<span class="element-name">getTypeInfo</span><wbr><span class="parameters">(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch)</span></div>
<div class="block">Per <a href="https://docs.oracle.com/javase/8/docs/api/java/sql/DatabaseMetaData.html#getTypeInfo()" title="class or interface in java.sql" class="external-link"><code>DatabaseMetaData.getTypeInfo()</code></a>.</div>
</section>
</li>
<li>
<section class="detail" id="getIndexInfo(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,java.lang.String,java.lang.String,boolean,boolean)">
<h3>getIndexInfo</h3>
<div class="member-signature"><span class="return-type"><a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a></span>&nbsp;<span class="element-name">getIndexInfo</span><wbr><span class="parameters">(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;catalog,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;schema,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;table,
boolean&nbsp;unique,
boolean&nbsp;approximate)</span></div>
<div class="block">Per <a href="https://docs.oracle.com/javase/8/docs/api/java/sql/DatabaseMetaData.html#getIndexInfo(java.lang.String,java.lang.String,java.lang.String,boolean,boolean)" title="class or interface in java.sql" class="external-link"><code>DatabaseMetaData.getIndexInfo(String, String, String, boolean, boolean)</code></a>.</div>
</section>
</li>
<li>
<section class="detail" id="getUDTs(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,org.apache.calcite.avatica.Meta.Pat,org.apache.calcite.avatica.Meta.Pat,int[])">
<h3>getUDTs</h3>
<div class="member-signature"><span class="return-type"><a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a></span>&nbsp;<span class="element-name">getUDTs</span><wbr><span class="parameters">(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;catalog,
<a href="Meta.Pat.html" title="class in org.apache.calcite.avatica">Meta.Pat</a>&nbsp;schemaPattern,
<a href="Meta.Pat.html" title="class in org.apache.calcite.avatica">Meta.Pat</a>&nbsp;typeNamePattern,
int[]&nbsp;types)</span></div>
<div class="block">Per <a href="https://docs.oracle.com/javase/8/docs/api/java/sql/DatabaseMetaData.html#getUDTs(java.lang.String,java.lang.String,java.lang.String,int%5B%5D)" title="class or interface in java.sql" class="external-link"><code>DatabaseMetaData.getUDTs(String, String, String, int[])</code></a>.</div>
</section>
</li>
<li>
<section class="detail" id="getSuperTypes(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,org.apache.calcite.avatica.Meta.Pat,org.apache.calcite.avatica.Meta.Pat)">
<h3>getSuperTypes</h3>
<div class="member-signature"><span class="return-type"><a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a></span>&nbsp;<span class="element-name">getSuperTypes</span><wbr><span class="parameters">(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;catalog,
<a href="Meta.Pat.html" title="class in org.apache.calcite.avatica">Meta.Pat</a>&nbsp;schemaPattern,
<a href="Meta.Pat.html" title="class in org.apache.calcite.avatica">Meta.Pat</a>&nbsp;typeNamePattern)</span></div>
<div class="block">Per <a href="https://docs.oracle.com/javase/8/docs/api/java/sql/DatabaseMetaData.html#getSuperTypes(java.lang.String,java.lang.String,java.lang.String)" title="class or interface in java.sql" class="external-link"><code>DatabaseMetaData.getSuperTypes(String, String, String)</code></a>.</div>
</section>
</li>
<li>
<section class="detail" id="getSuperTables(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,org.apache.calcite.avatica.Meta.Pat,org.apache.calcite.avatica.Meta.Pat)">
<h3>getSuperTables</h3>
<div class="member-signature"><span class="return-type"><a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a></span>&nbsp;<span class="element-name">getSuperTables</span><wbr><span class="parameters">(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;catalog,
<a href="Meta.Pat.html" title="class in org.apache.calcite.avatica">Meta.Pat</a>&nbsp;schemaPattern,
<a href="Meta.Pat.html" title="class in org.apache.calcite.avatica">Meta.Pat</a>&nbsp;tableNamePattern)</span></div>
<div class="block">Per <a href="https://docs.oracle.com/javase/8/docs/api/java/sql/DatabaseMetaData.html#getSuperTables(java.lang.String,java.lang.String,java.lang.String)" title="class or interface in java.sql" class="external-link"><code>DatabaseMetaData.getSuperTables(String, String, String)</code></a>.</div>
</section>
</li>
<li>
<section class="detail" id="getAttributes(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,org.apache.calcite.avatica.Meta.Pat,org.apache.calcite.avatica.Meta.Pat,org.apache.calcite.avatica.Meta.Pat)">
<h3>getAttributes</h3>
<div class="member-signature"><span class="return-type"><a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a></span>&nbsp;<span class="element-name">getAttributes</span><wbr><span class="parameters">(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;catalog,
<a href="Meta.Pat.html" title="class in org.apache.calcite.avatica">Meta.Pat</a>&nbsp;schemaPattern,
<a href="Meta.Pat.html" title="class in org.apache.calcite.avatica">Meta.Pat</a>&nbsp;typeNamePattern,
<a href="Meta.Pat.html" title="class in org.apache.calcite.avatica">Meta.Pat</a>&nbsp;attributeNamePattern)</span></div>
<div class="block">Per <a href="https://docs.oracle.com/javase/8/docs/api/java/sql/DatabaseMetaData.html#getAttributes(java.lang.String,java.lang.String,java.lang.String,java.lang.String)" title="class or interface in java.sql" class="external-link"><code>DatabaseMetaData.getAttributes(String, String, String, String)</code></a>.</div>
</section>
</li>
<li>
<section class="detail" id="getClientInfoProperties(org.apache.calcite.avatica.Meta.ConnectionHandle)">
<h3>getClientInfoProperties</h3>
<div class="member-signature"><span class="return-type"><a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a></span>&nbsp;<span class="element-name">getClientInfoProperties</span><wbr><span class="parameters">(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch)</span></div>
<div class="block">Per <a href="https://docs.oracle.com/javase/8/docs/api/java/sql/DatabaseMetaData.html#getClientInfoProperties()" title="class or interface in java.sql" class="external-link"><code>DatabaseMetaData.getClientInfoProperties()</code></a>.</div>
</section>
</li>
<li>
<section class="detail" id="getFunctions(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,org.apache.calcite.avatica.Meta.Pat,org.apache.calcite.avatica.Meta.Pat)">
<h3>getFunctions</h3>
<div class="member-signature"><span class="return-type"><a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a></span>&nbsp;<span class="element-name">getFunctions</span><wbr><span class="parameters">(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;catalog,
<a href="Meta.Pat.html" title="class in org.apache.calcite.avatica">Meta.Pat</a>&nbsp;schemaPattern,
<a href="Meta.Pat.html" title="class in org.apache.calcite.avatica">Meta.Pat</a>&nbsp;functionNamePattern)</span></div>
<div class="block">Per <a href="https://docs.oracle.com/javase/8/docs/api/java/sql/DatabaseMetaData.html#getFunctions(java.lang.String,java.lang.String,java.lang.String)" title="class or interface in java.sql" class="external-link"><code>DatabaseMetaData.getFunctions(String, String, String)</code></a>.</div>
</section>
</li>
<li>
<section class="detail" id="getFunctionColumns(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,org.apache.calcite.avatica.Meta.Pat,org.apache.calcite.avatica.Meta.Pat,org.apache.calcite.avatica.Meta.Pat)">
<h3>getFunctionColumns</h3>
<div class="member-signature"><span class="return-type"><a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a></span>&nbsp;<span class="element-name">getFunctionColumns</span><wbr><span class="parameters">(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;catalog,
<a href="Meta.Pat.html" title="class in org.apache.calcite.avatica">Meta.Pat</a>&nbsp;schemaPattern,
<a href="Meta.Pat.html" title="class in org.apache.calcite.avatica">Meta.Pat</a>&nbsp;functionNamePattern,
<a href="Meta.Pat.html" title="class in org.apache.calcite.avatica">Meta.Pat</a>&nbsp;columnNamePattern)</span></div>
<div class="block">Per <a href="https://docs.oracle.com/javase/8/docs/api/java/sql/DatabaseMetaData.html#getFunctionColumns(java.lang.String,java.lang.String,java.lang.String,java.lang.String)" title="class or interface in java.sql" class="external-link"><code>DatabaseMetaData.getFunctionColumns(String, String, String, String)</code></a>.</div>
</section>
</li>
<li>
<section class="detail" id="getPseudoColumns(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,org.apache.calcite.avatica.Meta.Pat,org.apache.calcite.avatica.Meta.Pat,org.apache.calcite.avatica.Meta.Pat)">
<h3>getPseudoColumns</h3>
<div class="member-signature"><span class="return-type"><a href="Meta.MetaResultSet.html" title="class in org.apache.calcite.avatica">Meta.MetaResultSet</a></span>&nbsp;<span class="element-name">getPseudoColumns</span><wbr><span class="parameters">(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;catalog,
<a href="Meta.Pat.html" title="class in org.apache.calcite.avatica">Meta.Pat</a>&nbsp;schemaPattern,
<a href="Meta.Pat.html" title="class in org.apache.calcite.avatica">Meta.Pat</a>&nbsp;tableNamePattern,
<a href="Meta.Pat.html" title="class in org.apache.calcite.avatica">Meta.Pat</a>&nbsp;columnNamePattern)</span></div>
<div class="block">Per <a href="https://docs.oracle.com/javase/8/docs/api/java/sql/DatabaseMetaData.html#getPseudoColumns(java.lang.String,java.lang.String,java.lang.String,java.lang.String)" title="class or interface in java.sql" class="external-link"><code>DatabaseMetaData.getPseudoColumns(String, String, String, String)</code></a>.</div>
</section>
</li>
<li>
<section class="detail" id="createIterable(org.apache.calcite.avatica.Meta.StatementHandle,org.apache.calcite.avatica.QueryState,org.apache.calcite.avatica.Meta.Signature,java.util.List,org.apache.calcite.avatica.Meta.Frame)">
<h3>createIterable</h3>
<div class="member-signature"><span class="return-type"><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Iterable.html" title="class or interface in java.lang" class="external-link">Iterable</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html" title="class or interface in java.lang" class="external-link">Object</a>&gt;</span>&nbsp;<span class="element-name">createIterable</span><wbr><span class="parameters">(<a href="Meta.StatementHandle.html" title="class in org.apache.calcite.avatica">Meta.StatementHandle</a>&nbsp;stmt,
<a href="QueryState.html" title="class in org.apache.calcite.avatica">QueryState</a>&nbsp;state,
<a href="Meta.Signature.html" title="class in org.apache.calcite.avatica">Meta.Signature</a>&nbsp;signature,
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html" title="class or interface in java.util" class="external-link">List</a>&lt;<a href="remote/TypedValue.html" title="class in org.apache.calcite.avatica.remote">TypedValue</a>&gt;&nbsp;parameters,
<a href="Meta.Frame.html" title="class in org.apache.calcite.avatica">Meta.Frame</a>&nbsp;firstFrame)</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>
</section>
</li>
<li>
<section class="detail" id="prepare(org.apache.calcite.avatica.Meta.ConnectionHandle,java.lang.String,long)">
<h3>prepare</h3>
<div class="member-signature"><span class="return-type"><a href="Meta.StatementHandle.html" title="class in org.apache.calcite.avatica">Meta.StatementHandle</a></span>&nbsp;<span class="element-name">prepare</span><wbr><span class="parameters">(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;sql,
long&nbsp;maxRowCount)</span></div>
<div class="block">Prepares a statement.</div>
<dl class="notes">
<dt>Parameters:</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>Returns:</dt>
<dd>Signature of prepared statement</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="prepareAndExecute(org.apache.calcite.avatica.Meta.StatementHandle,java.lang.String,long,org.apache.calcite.avatica.Meta.PrepareCallback)">
<h3>prepareAndExecute</h3>
<div class="member-signature"><span class="annotations"><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Deprecated.html" title="class or interface in java.lang" class="external-link">@Deprecated</a>
</span><span class="return-type"><a href="Meta.ExecuteResult.html" title="class in org.apache.calcite.avatica">Meta.ExecuteResult</a></span>&nbsp;<span class="element-name">prepareAndExecute</span><wbr><span class="parameters">(<a href="Meta.StatementHandle.html" title="class in org.apache.calcite.avatica">Meta.StatementHandle</a>&nbsp;h,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;sql,
long&nbsp;maxRowCount,
<a href="Meta.PrepareCallback.html" title="interface in org.apache.calcite.avatica">Meta.PrepareCallback</a>&nbsp;callback)</span>
throws <span class="exceptions"><a href="NoSuchStatementException.html" title="class in org.apache.calcite.avatica">NoSuchStatementException</a></span></div>
<div class="deprecation-block"><span class="deprecated-label">Deprecated.</span>
<div class="deprecation-comment">See <a href="#prepareAndExecute(org.apache.calcite.avatica.Meta.StatementHandle,java.lang.String,long,int,org.apache.calcite.avatica.Meta.PrepareCallback)"><code>prepareAndExecute(StatementHandle, String, long, int, PrepareCallback)</code></a></div>
</div>
<div class="block">Prepares and executes a statement.</div>
<dl class="notes">
<dt>Parameters:</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>Returns:</dt>
<dd>Result containing statement ID, and if a query, a result set and
first frame of data</dd>
<dt>Throws:</dt>
<dd><code><a href="NoSuchStatementException.html" title="class in org.apache.calcite.avatica">NoSuchStatementException</a></code></dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="prepareAndExecute(org.apache.calcite.avatica.Meta.StatementHandle,java.lang.String,long,int,org.apache.calcite.avatica.Meta.PrepareCallback)">
<h3>prepareAndExecute</h3>
<div class="member-signature"><span class="return-type"><a href="Meta.ExecuteResult.html" title="class in org.apache.calcite.avatica">Meta.ExecuteResult</a></span>&nbsp;<span class="element-name">prepareAndExecute</span><wbr><span class="parameters">(<a href="Meta.StatementHandle.html" title="class in org.apache.calcite.avatica">Meta.StatementHandle</a>&nbsp;h,
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&nbsp;sql,
long&nbsp;maxRowCount,
int&nbsp;maxRowsInFirstFrame,
<a href="Meta.PrepareCallback.html" title="interface in org.apache.calcite.avatica">Meta.PrepareCallback</a>&nbsp;callback)</span>
throws <span class="exceptions"><a href="NoSuchStatementException.html" title="class in org.apache.calcite.avatica">NoSuchStatementException</a></span></div>
<div class="block">Prepares and executes a statement.</div>
<dl class="notes">
<dt>Parameters:</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>Returns:</dt>
<dd>Result containing statement ID, and if a query, a result set and
first frame of data</dd>
<dt>Throws:</dt>
<dd><code><a href="NoSuchStatementException.html" title="class in org.apache.calcite.avatica">NoSuchStatementException</a></code></dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="prepareAndExecuteBatch(org.apache.calcite.avatica.Meta.StatementHandle,java.util.List)">
<h3>prepareAndExecuteBatch</h3>
<div class="member-signature"><span class="return-type"><a href="Meta.ExecuteBatchResult.html" title="class in org.apache.calcite.avatica">Meta.ExecuteBatchResult</a></span>&nbsp;<span class="element-name">prepareAndExecuteBatch</span><wbr><span class="parameters">(<a href="Meta.StatementHandle.html" title="class in org.apache.calcite.avatica">Meta.StatementHandle</a>&nbsp;h,
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html" title="class or interface in java.util" class="external-link">List</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&gt;&nbsp;sqlCommands)</span>
throws <span class="exceptions"><a href="NoSuchStatementException.html" title="class in org.apache.calcite.avatica">NoSuchStatementException</a></span></div>
<div class="block">Prepares a statement and then executes a number of SQL commands in one pass.</div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>h</code> - Statement handle</dd>
<dd><code>sqlCommands</code> - SQL commands to run</dd>
<dt>Returns:</dt>
<dd>An array of update counts containing one element for each command in the batch.</dd>
<dt>Throws:</dt>
<dd><code><a href="NoSuchStatementException.html" title="class in org.apache.calcite.avatica">NoSuchStatementException</a></code></dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="executeBatch(org.apache.calcite.avatica.Meta.StatementHandle,java.util.List)">
<h3>executeBatch</h3>
<div class="member-signature"><span class="return-type"><a href="Meta.ExecuteBatchResult.html" title="class in org.apache.calcite.avatica">Meta.ExecuteBatchResult</a></span>&nbsp;<span class="element-name">executeBatch</span><wbr><span class="parameters">(<a href="Meta.StatementHandle.html" title="class in org.apache.calcite.avatica">Meta.StatementHandle</a>&nbsp;h,
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html" title="class or interface in java.util" class="external-link">List</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html" title="class or interface in java.util" class="external-link">List</a>&lt;<a href="remote/TypedValue.html" title="class in org.apache.calcite.avatica.remote">TypedValue</a>&gt;&gt;&nbsp;parameterValues)</span>
throws <span class="exceptions"><a href="NoSuchStatementException.html" title="class in org.apache.calcite.avatica">NoSuchStatementException</a></span></div>
<div class="block">Executes a collection of bound parameter values on a prepared statement.</div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>h</code> - Statement handle</dd>
<dd><code>parameterValues</code> - A collection of list of typed values, one list per batch</dd>
<dt>Returns:</dt>
<dd>An array of update counts containing one element for each command in the batch.</dd>
<dt>Throws:</dt>
<dd><code><a href="NoSuchStatementException.html" title="class in org.apache.calcite.avatica">NoSuchStatementException</a></code></dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="fetch(org.apache.calcite.avatica.Meta.StatementHandle,long,int)">
<h3>fetch</h3>
<div class="member-signature"><span class="return-type"><a href="Meta.Frame.html" title="class in org.apache.calcite.avatica">Meta.Frame</a></span>&nbsp;<span class="element-name">fetch</span><wbr><span class="parameters">(<a href="Meta.StatementHandle.html" title="class in org.apache.calcite.avatica">Meta.StatementHandle</a>&nbsp;h,
long&nbsp;offset,
int&nbsp;fetchMaxRowCount)</span>
throws <span class="exceptions"><a href="NoSuchStatementException.html" title="class in org.apache.calcite.avatica">NoSuchStatementException</a>,
<a href="MissingResultsException.html" title="class in org.apache.calcite.avatica">MissingResultsException</a></span></div>
<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 class="notes">
<dt>Parameters:</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>Returns:</dt>
<dd>Frame, or null if there are no more</dd>
<dt>Throws:</dt>
<dd><code><a href="NoSuchStatementException.html" title="class in org.apache.calcite.avatica">NoSuchStatementException</a></code></dd>
<dd><code><a href="MissingResultsException.html" title="class in org.apache.calcite.avatica">MissingResultsException</a></code></dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="execute(org.apache.calcite.avatica.Meta.StatementHandle,java.util.List,long)">
<h3>execute</h3>
<div class="member-signature"><span class="annotations"><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Deprecated.html" title="class or interface in java.lang" class="external-link">@Deprecated</a>
</span><span class="return-type"><a href="Meta.ExecuteResult.html" title="class in org.apache.calcite.avatica">Meta.ExecuteResult</a></span>&nbsp;<span class="element-name">execute</span><wbr><span class="parameters">(<a href="Meta.StatementHandle.html" title="class in org.apache.calcite.avatica">Meta.StatementHandle</a>&nbsp;h,
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html" title="class or interface in java.util" class="external-link">List</a>&lt;<a href="remote/TypedValue.html" title="class in org.apache.calcite.avatica.remote">TypedValue</a>&gt;&nbsp;parameterValues,
long&nbsp;maxRowCount)</span>
throws <span class="exceptions"><a href="NoSuchStatementException.html" title="class in org.apache.calcite.avatica">NoSuchStatementException</a></span></div>
<div class="deprecation-block"><span class="deprecated-label">Deprecated.</span>
<div class="deprecation-comment">See <a href="#execute(org.apache.calcite.avatica.Meta.StatementHandle,java.util.List,int)"><code>execute(StatementHandle, List, int)</code></a></div>
</div>
<div class="block">Executes a prepared statement.</div>
<dl class="notes">
<dt>Parameters:</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>Returns:</dt>
<dd>Execute result</dd>
<dt>Throws:</dt>
<dd><code><a href="NoSuchStatementException.html" title="class in org.apache.calcite.avatica">NoSuchStatementException</a></code></dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="execute(org.apache.calcite.avatica.Meta.StatementHandle,java.util.List,int)">
<h3>execute</h3>
<div class="member-signature"><span class="return-type"><a href="Meta.ExecuteResult.html" title="class in org.apache.calcite.avatica">Meta.ExecuteResult</a></span>&nbsp;<span class="element-name">execute</span><wbr><span class="parameters">(<a href="Meta.StatementHandle.html" title="class in org.apache.calcite.avatica">Meta.StatementHandle</a>&nbsp;h,
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/List.html" title="class or interface in java.util" class="external-link">List</a>&lt;<a href="remote/TypedValue.html" title="class in org.apache.calcite.avatica.remote">TypedValue</a>&gt;&nbsp;parameterValues,
int&nbsp;maxRowsInFirstFrame)</span>
throws <span class="exceptions"><a href="NoSuchStatementException.html" title="class in org.apache.calcite.avatica">NoSuchStatementException</a></span></div>
<div class="block">Executes a prepared statement.</div>
<dl class="notes">
<dt>Parameters:</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>Returns:</dt>
<dd>Execute result</dd>
<dt>Throws:</dt>
<dd><code><a href="NoSuchStatementException.html" title="class in org.apache.calcite.avatica">NoSuchStatementException</a></code></dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="createStatement(org.apache.calcite.avatica.Meta.ConnectionHandle)">
<h3>createStatement</h3>
<div class="member-signature"><span class="return-type"><a href="Meta.StatementHandle.html" title="class in org.apache.calcite.avatica">Meta.StatementHandle</a></span>&nbsp;<span class="element-name">createStatement</span><wbr><span class="parameters">(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch)</span></div>
<div class="block">Called during the creation of a statement to allocate a new handle.</div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>ch</code> - Connection handle</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="closeStatement(org.apache.calcite.avatica.Meta.StatementHandle)">
<h3>closeStatement</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">closeStatement</span><wbr><span class="parameters">(<a href="Meta.StatementHandle.html" title="class in org.apache.calcite.avatica">Meta.StatementHandle</a>&nbsp;h)</span></div>
<div class="block">Closes a statement.
<p>If the statement handle is not known, or is already closed, does
nothing.</div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>h</code> - Statement handle</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="openConnection(org.apache.calcite.avatica.Meta.ConnectionHandle,java.util.Map)">
<h3>openConnection</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">openConnection</span><wbr><span class="parameters">(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch,
<a href="https://docs.oracle.com/javase/8/docs/api/java/util/Map.html" title="class or interface in java.util" class="external-link">Map</a>&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>,<wbr><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a>&gt;&nbsp;info)</span></div>
<div class="block">Opens (creates) a connection. The client allocates its own connection ID which the server is
then made aware of through the <a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica"><code>Meta.ConnectionHandle</code></a>. The Map <code>info</code> argument is
analogous to the <a href="https://docs.oracle.com/javase/8/docs/api/java/util/Properties.html" title="class or interface in java.util" class="external-link"><code>Properties</code></a> typically passed to a "normal" JDBC Driver. Avatica
specific properties should not be included -- only properties for the underlying driver.</div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>ch</code> - A ConnectionHandle encapsulates information about the connection to be opened
as provided by the client.</dd>
<dd><code>info</code> - A Map corresponding to the Properties typically passed to a JDBC Driver.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="closeConnection(org.apache.calcite.avatica.Meta.ConnectionHandle)">
<h3>closeConnection</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">closeConnection</span><wbr><span class="parameters">(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch)</span></div>
<div class="block">Closes a connection</div>
</section>
</li>
<li>
<section class="detail" id="syncResults(org.apache.calcite.avatica.Meta.StatementHandle,org.apache.calcite.avatica.QueryState,long)">
<h3>syncResults</h3>
<div class="member-signature"><span class="return-type">boolean</span>&nbsp;<span class="element-name">syncResults</span><wbr><span class="parameters">(<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)</span>
throws <span class="exceptions"><a href="NoSuchStatementException.html" title="class in org.apache.calcite.avatica">NoSuchStatementException</a></span></div>
<div class="block">Re-sets the <a href="https://docs.oracle.com/javase/8/docs/api/java/sql/ResultSet.html" title="class or interface in java.sql" class="external-link"><code>ResultSet</code></a> on a Statement. Not a JDBC method.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>True if there are results to fetch after resetting to the given offset. False otherwise</dd>
<dt>Throws:</dt>
<dd><code><a href="NoSuchStatementException.html" title="class in org.apache.calcite.avatica">NoSuchStatementException</a></code></dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="commit(org.apache.calcite.avatica.Meta.ConnectionHandle)">
<h3>commit</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">commit</span><wbr><span class="parameters">(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch)</span></div>
<div class="block">Makes all changes since the last commit/rollback permanent. Analogous to
<a href="https://docs.oracle.com/javase/8/docs/api/java/sql/Connection.html#commit()" title="class or interface in java.sql" class="external-link"><code>Connection.commit()</code></a>.</div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>ch</code> - A reference to the real JDBC Connection</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="rollback(org.apache.calcite.avatica.Meta.ConnectionHandle)">
<h3>rollback</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">rollback</span><wbr><span class="parameters">(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch)</span></div>
<div class="block">Undoes all changes since the last commit/rollback. Analogous to
<a href="https://docs.oracle.com/javase/8/docs/api/java/sql/Connection.html#rollback()" title="class or interface in java.sql" class="external-link"><code>Connection.rollback()</code></a>;</div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>ch</code> - A reference to the real JDBC Connection</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="connectionSync(org.apache.calcite.avatica.Meta.ConnectionHandle,org.apache.calcite.avatica.Meta.ConnectionProperties)">
<h3>connectionSync</h3>
<div class="member-signature"><span class="return-type"><a href="Meta.ConnectionProperties.html" title="interface in org.apache.calcite.avatica">Meta.ConnectionProperties</a></span>&nbsp;<span class="element-name">connectionSync</span><wbr><span class="parameters">(<a href="Meta.ConnectionHandle.html" title="class in org.apache.calcite.avatica">Meta.ConnectionHandle</a>&nbsp;ch,
<a href="Meta.ConnectionProperties.html" title="interface in org.apache.calcite.avatica">Meta.ConnectionProperties</a>&nbsp;connProps)</span></div>
<div class="block">Synchronizes client and server view of connection properties.
<p>Note: this interface is considered "experimental" and may undergo further changes as this
functionality is extended to other aspects of state management for
<a href="https://docs.oracle.com/javase/8/docs/api/java/sql/Connection.html" title="class or interface in java.sql" class="external-link"><code>Connection</code></a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/sql/Statement.html" title="class or interface in java.sql" class="external-link"><code>Statement</code></a>, and <a href="https://docs.oracle.com/javase/8/docs/api/java/sql/ResultSet.html" title="class or interface in java.sql" class="external-link"><code>ResultSet</code></a>.</p></div>
</section>
</li>
</ul>
</section>
</li>
</ul>
</section>
<!-- ========= END OF CLASS DATA ========= -->
</main>
<footer role="contentinfo">
<hr>
<p class="legal-copy"><small>Copyright &copy; 2012-2023 Apache Software Foundation. All Rights Reserved.</small></p>
</footer>
</div>
</div>
</body>
</html>