Package | Description |
---|---|
org.apache.metamodel.jdbc.dialects |
Modifier and Type | Class and Description |
---|---|
class |
DB2QueryRewriter
Query rewriter for IBM DB2
|
class |
DefaultQueryRewriter
Generic query rewriter that adds syntax enhancements that are only possible to resolve just before execution time.
|
class |
H2QueryRewriter
Query rewriter for H2
|
class |
Hive2QueryRewriter
Query rewriter for Apache Hive
|
class |
HiveQueryRewriter
Query rewriter for Apache Hive
|
class |
HsqldbQueryRewriter
Query rewriter for HSQLDB
|
class |
ImpalaQueryRewriter
Query rewriter for Apache Impala
Because Impala uses the same metadata store as Hive to record information about table structure and properties,
so Impala provides a high degree of compatibility with the Hive Query Language (HiveQL) ;
|
class |
LimitOffsetQueryRewriter
Query rewriter for databases that support LIMIT and OFFSET keywords for max
rows and first row properties.
|
class |
MysqlQueryRewriter
Query rewriter for MySQL
|
class |
OffsetFetchQueryRewriter
Query rewriter for databases that support OFFSET and FETCH keywords for max
rows and first row properties.
|
class |
OracleQueryRewriter
Query rewriter for Oracle
|
class |
PostgresqlQueryRewriter
Query rewriter for PostgreSQL
|
class |
RowNumberQueryRewriter
Query rewriter for databases that support RowNumber keywords for max
rows and first row properties.
|
class |
SQLiteQueryRewriter
Query rewriter for SQLite database
|
class |
SQLServerQueryRewriter |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.