All Classes
-
All Classes Interface Summary Class Summary Enum Summary Exception Summary Class Description AbstractQueryRewriter Abstract implementation of query rewriter.DB2QueryRewriter Query rewriter for IBM DB2DefaultQueryRewriter Generic query rewriter that adds syntax enhancements that are only possible to resolve just before execution time.H2QueryRewriter Query rewriter for H2Hive2QueryRewriter Query rewriter for Apache HiveHiveQueryRewriter Query rewriter for Apache HiveHsqldbQueryRewriter Query rewriter for HSQLDBImpalaQueryRewriter 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) ;IQueryRewriter A query rewriter can be used for rewriting (part of) a query's string representation.JdbcDataContext DataContextStrategy to use for JDBC-compliant databasesJdbcDataContextFactory JdbcUtils Various internal utility methods for the JDBC module of MetaModel.JdbcUtils.JdbcActionType LimitOffsetQueryRewriter Query rewriter for databases that support LIMIT and OFFSET keywords for max rows and first row properties.MysqlQueryRewriter Query rewriter for MySQLOffsetFetchQueryRewriter Query rewriter for databases that support OFFSET and FETCH keywords for max rows and first row properties.OracleQueryRewriter Query rewriter for OraclePostgresqlQueryRewriter Query rewriter for PostgreSQLQuerySplitter The QuerySplitter class makes it possible to split up queries that are expected to yield a huge result set which may cause performance problems like OutOfMemoryError's or very long processing periods.RolledBackUpdateException Represents an exception duringJdbcDataContext.executeUpdate(org.apache.metamodel.UpdateScript)which was rolled back at the JDBC layer.RowNumberQueryRewriter Query rewriter for databases that support RowNumber keywords for max rows and first row properties.SQLiteQueryRewriter Query rewriter for SQLite databaseSQLServerQueryRewriter UncheckedSQLException MetaModel's representation ofSQLExceptionthat gets thrown out of anUpdateScriptand gets converted into aRolledBackUpdateException.