blob: 96e28ff403a0b66ac9c5a35fea2e7556403ab462 [file] [log] [blame]
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>org.apache.calcite.sql.dialect (Apache Calcite calcite API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="description" content="declaration: package: org.apache.calcite.sql.dialect">
<meta name="generator" content="javadoc/PackageWriterImpl">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../script-dir/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
<script type="text/javascript" src="../../../../../script-dir/jszip/dist/jszip.min.js"></script>
<script type="text/javascript" src="../../../../../script-dir/jszip-utils/dist/jszip-utils.min.js"></script>
<!--[if IE]>
<script type="text/javascript" src="../../../../../script-dir/jszip-utils/dist/jszip-utils-ie.min.js"></script>
<![endif]-->
<script type="text/javascript" src="../../../../../script-dir/jquery-3.4.1.js"></script>
<script type="text/javascript" src="../../../../../script-dir/jquery-ui.js"></script>
</head>
<body class="package-declaration">
<script type="text/javascript">var pathtoroot = "../../../../../";
loadScripts(document, 'script');</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<div class="flexBox">
<header role="banner" class="flexHeader">
<nav role="navigation">
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a id="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a id="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../index.html">Overview</a></li>
<li class="navBarCell1Rev">Package</li>
<li>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">Help</a></li>
</ul>
<div class="aboutLanguage"><b>Apache Calcite</b></div>
</div>
<div class="subNav">
<div class="navListSearch"><label for="search">SEARCH:</label>
<input type="text" id="search" value="search" disabled="disabled">
<input type="reset" id="reset" value="reset" disabled="disabled">
</div>
</div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="skipNav"><a id="skip.navbar.top">
<!-- -->
</a></div>
</nav>
</header>
<div class="flexContent">
<main role="main">
<div class="header">
<h1 title="Package" class="title">Package&nbsp;org.apache.calcite.sql.dialect</h1>
</div>
<div class="contentContainer">
<section class="packageDescription"><a id="package.description">
<!-- -->
</a>
<div class="block">SQL unparsers for JDBC dialects.</div>
</section>
<section class="summary">
<ul class="blockList">
<li class="blockList">
<div class="typeSummary">
<table>
<caption><span>Interface Summary</span><span class="tabEnd">&nbsp;</span></caption>
<thead>
<tr>
<th class="colFirst" scope="col">Interface</th>
<th class="colLast" scope="col">Description</th>
</tr>
</thead>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="JethroDataSqlDialect.JethroInfoCache.html" title="interface in org.apache.calcite.sql.dialect">JethroDataSqlDialect.JethroInfoCache</a></th>
<td class="colLast">
<div class="block">Stores information about capabilities of Jethro databases.</div>
</td>
</tr>
</tbody>
</table>
</div>
</li>
<li class="blockList">
<div class="typeSummary">
<table>
<caption><span>Class Summary</span><span class="tabEnd">&nbsp;</span></caption>
<thead>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
</thead>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="AccessSqlDialect.html" title="class in org.apache.calcite.sql.dialect">AccessSqlDialect</a></th>
<td class="colLast">
<div class="block">A <code>SqlDialect</code> implementation for the Access database.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="AnsiSqlDialect.html" title="class in org.apache.calcite.sql.dialect">AnsiSqlDialect</a></th>
<td class="colLast">
<div class="block">A <code>SqlDialect</code> implementation for an unknown ANSI compatible database.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="BigQuerySqlDialect.html" title="class in org.apache.calcite.sql.dialect">BigQuerySqlDialect</a></th>
<td class="colLast">
<div class="block">A <code>SqlDialect</code> implementation for Google BigQuery's "Standard SQL"
dialect.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="CalciteSqlDialect.html" title="class in org.apache.calcite.sql.dialect">CalciteSqlDialect</a></th>
<td class="colLast">
<div class="block">A <code>SqlDialect</code> implementation that produces SQL that can be parsed
by Apache Calcite.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="ClickHouseSqlDialect.html" title="class in org.apache.calcite.sql.dialect">ClickHouseSqlDialect</a></th>
<td class="colLast">
<div class="block">A <code>SqlDialect</code> implementation for the ClickHouse database.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="Db2SqlDialect.html" title="class in org.apache.calcite.sql.dialect">Db2SqlDialect</a></th>
<td class="colLast">
<div class="block">A <code>SqlDialect</code> implementation for the IBM DB2 database.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="DerbySqlDialect.html" title="class in org.apache.calcite.sql.dialect">DerbySqlDialect</a></th>
<td class="colLast">
<div class="block">A <code>SqlDialect</code> implementation for the Apache Derby database.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="FirebirdSqlDialect.html" title="class in org.apache.calcite.sql.dialect">FirebirdSqlDialect</a></th>
<td class="colLast">
<div class="block">A <code>SqlDialect</code> implementation for the Firebird database.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="H2SqlDialect.html" title="class in org.apache.calcite.sql.dialect">H2SqlDialect</a></th>
<td class="colLast">
<div class="block">A <code>SqlDialect</code> implementation for the H2 database.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="HiveSqlDialect.html" title="class in org.apache.calcite.sql.dialect">HiveSqlDialect</a></th>
<td class="colLast">
<div class="block">A <code>SqlDialect</code> implementation for the Apache Hive database.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="HsqldbSqlDialect.html" title="class in org.apache.calcite.sql.dialect">HsqldbSqlDialect</a></th>
<td class="colLast">
<div class="block">A <code>SqlDialect</code> implementation for the Hsqldb database.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="InfobrightSqlDialect.html" title="class in org.apache.calcite.sql.dialect">InfobrightSqlDialect</a></th>
<td class="colLast">
<div class="block">A <code>SqlDialect</code> implementation for the Infobright database.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="InformixSqlDialect.html" title="class in org.apache.calcite.sql.dialect">InformixSqlDialect</a></th>
<td class="colLast">
<div class="block">A <code>SqlDialect</code> implementation for the Informix database.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="IngresSqlDialect.html" title="class in org.apache.calcite.sql.dialect">IngresSqlDialect</a></th>
<td class="colLast">
<div class="block">A <code>SqlDialect</code> implementation for the Ingres database.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="InterbaseSqlDialect.html" title="class in org.apache.calcite.sql.dialect">InterbaseSqlDialect</a></th>
<td class="colLast">
<div class="block">A <code>SqlDialect</code> implementation for the Interbase database.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="JethroDataSqlDialect.html" title="class in org.apache.calcite.sql.dialect">JethroDataSqlDialect</a></th>
<td class="colLast">
<div class="block">A <code>SqlDialect</code> implementation for the JethroData database.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="JethroDataSqlDialect.JethroInfo.html" title="class in org.apache.calcite.sql.dialect">JethroDataSqlDialect.JethroInfo</a></th>
<td class="colLast">
<div class="block">Information about the capabilities of a Jethro database.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="LucidDbSqlDialect.html" title="class in org.apache.calcite.sql.dialect">LucidDbSqlDialect</a></th>
<td class="colLast">
<div class="block">A <code>SqlDialect</code> implementation for the LucidDB database.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="MssqlSqlDialect.html" title="class in org.apache.calcite.sql.dialect">MssqlSqlDialect</a></th>
<td class="colLast">
<div class="block">A <code>SqlDialect</code> implementation for the Microsoft SQL Server
database.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="MysqlSqlDialect.html" title="class in org.apache.calcite.sql.dialect">MysqlSqlDialect</a></th>
<td class="colLast">
<div class="block">A <code>SqlDialect</code> implementation for the MySQL database.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="NeoviewSqlDialect.html" title="class in org.apache.calcite.sql.dialect">NeoviewSqlDialect</a></th>
<td class="colLast">
<div class="block">A <code>SqlDialect</code> implementation for the Neoview database.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="NetezzaSqlDialect.html" title="class in org.apache.calcite.sql.dialect">NetezzaSqlDialect</a></th>
<td class="colLast">
<div class="block">A <code>SqlDialect</code> implementation for the Netezza database.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="OracleSqlDialect.html" title="class in org.apache.calcite.sql.dialect">OracleSqlDialect</a></th>
<td class="colLast">
<div class="block">A <code>SqlDialect</code> implementation for the Oracle database.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="ParaccelSqlDialect.html" title="class in org.apache.calcite.sql.dialect">ParaccelSqlDialect</a></th>
<td class="colLast">
<div class="block">A <code>SqlDialect</code> implementation for the Paraccel database.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="PhoenixSqlDialect.html" title="class in org.apache.calcite.sql.dialect">PhoenixSqlDialect</a></th>
<td class="colLast">
<div class="block">A <code>SqlDialect</code> implementation for the Apache Phoenix database.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="PostgresqlSqlDialect.html" title="class in org.apache.calcite.sql.dialect">PostgresqlSqlDialect</a></th>
<td class="colLast">
<div class="block">A <code>SqlDialect</code> implementation for the PostgreSQL database.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="PrestoSqlDialect.html" title="class in org.apache.calcite.sql.dialect">PrestoSqlDialect</a></th>
<td class="colLast">
<div class="block">A <code>SqlDialect</code> implementation for the Presto database.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="RedshiftSqlDialect.html" title="class in org.apache.calcite.sql.dialect">RedshiftSqlDialect</a></th>
<td class="colLast">
<div class="block">A <code>SqlDialect</code> implementation for the Redshift database.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="SnowflakeSqlDialect.html" title="class in org.apache.calcite.sql.dialect">SnowflakeSqlDialect</a></th>
<td class="colLast">
<div class="block">A <code>SqlDialect</code> implementation for the Snowflake database.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="SparkSqlDialect.html" title="class in org.apache.calcite.sql.dialect">SparkSqlDialect</a></th>
<td class="colLast">
<div class="block">A <code>SqlDialect</code> implementation for the APACHE SPARK database.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="SybaseSqlDialect.html" title="class in org.apache.calcite.sql.dialect">SybaseSqlDialect</a></th>
<td class="colLast">
<div class="block">A <code>SqlDialect</code> implementation for the Sybase database.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="TeradataSqlDialect.html" title="class in org.apache.calcite.sql.dialect">TeradataSqlDialect</a></th>
<td class="colLast">
<div class="block">A <code>SqlDialect</code> implementation for the Teradata database.</div>
</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="VerticaSqlDialect.html" title="class in org.apache.calcite.sql.dialect">VerticaSqlDialect</a></th>
<td class="colLast">
<div class="block">A <code>SqlDialect</code> implementation for the Vertica database.</div>
</td>
</tr>
</tbody>
</table>
</div>
</li>
</ul>
</section>
</div>
</main>
<footer role="contentinfo">
<nav role="navigation">
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a id="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a id="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../index.html">Overview</a></li>
<li class="navBarCell1Rev">Package</li>
<li>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">Help</a></li>
</ul>
<div class="aboutLanguage"><b>Apache Calcite</b></div>
</div>
<a id="skip.navbar.bottom">
<!-- -->
</a>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</nav>
<p class="legalCopy"><small>Copyright &copy; 2012-2021 Apache Software Foundation. All Rights Reserved.</small></p>
</footer>
</div>
</div>
</body>
</html>