Package org.velocityweb.jdbc.dialect

Interface Summary
PageDialect Represents a dialect of SQL implemented by a particular RDBMS.
 

Class Summary
MySQLPageDialect MySQL page dialect
OraclePageDialect common page dialect, follow SQL standard 2003.
PostgreSQLPageDialect PostgreSQL page dialect
SQLServer2000PageDialect SQL Server 2000 page dialect, this class has a bug, for the last page data, if page size = 10, total count = 23, then last page data count should be 3, but you will get last 10 using this class
StandardPageDialect common page dialect, follow SQL standard 2003.