Package org.apache.metamodel.jdbc.dialects

Interface Summary
IQueryRewriter A query rewriter can be used for rewriting (part of) a query's string representation.
 

Class Summary
AbstractQueryRewriter Abstract implementation of query rewriter.
DB2QueryRewriter Query rewriter for IBM DB2
DefaultQueryRewriter Generic query rewriter that adds syntax enhancements that are only possible to resolve just before execution time.
H2QueryRewriter Query rewriter for H2
HsqldbQueryRewriter Query rewriter for HSQLDB
LimitOffsetQueryRewriter Query rewriter for databases that support LIMIT and OFFSET keywords for max rows and first row properties.
MysqlQueryRewriter Query rewriter for MySQL
PostgresqlQueryRewriter Query rewriter for PostgreSQL
SQLServerQueryRewriter  
 



Copyright © 2007-2014 The Apache Software Foundation. All Rights Reserved.