PagingQueryProvider
implementations for supported databases.See: Description
| Interface | Description |
|---|---|
| PagingQueryProvider |
Interface defining the functionality to be provided for generating paging queries.
|
| Class | Description |
|---|---|
| AbstractSqlPagingQueryProvider |
Abstract SQL Paging Query Provider to serve as a base class for all provided
SQL paging query providers.
|
| DataflowRdbmsInitializer |
Utility for initializing the Definition Repository's datasource.
|
| H2PagingQueryProvider |
H2 implementation of a
PagingQueryProvider using database specific features. |
| HsqlPagingQueryProvider |
HSQLDB implementation of a
PagingQueryProvider using database specific features. |
| JdbcParameterUtils |
Helper methods for SQL statement parameter parsing.
|
| MySqlPagingQueryProvider |
MySQL implementation of a
PagingQueryProvider using database specific features. |
| OraclePagingQueryProvider |
Oracle implementation of a
PagingQueryProvider using database specific features. |
| PostgresPagingQueryProvider |
Postgres implementation of a
PagingQueryProvider using database specific features. |
| SqlPagingQueryProviderFactoryBean |
Factory bean for
PagingQueryProvider interface. |
| SqlPagingQueryUtils |
Utility class that generates the actual SQL statements used by query
providers.
|
| SqlServerPagingQueryProvider |
Sql Server implementation of a
PagingQueryProvider using database specific features. |
| Enum | Description |
|---|---|
| DatabaseType |
Enum representing a database type, such as Postgres or Oracle.
|
| Order |
The direction of the sort in an ORDER BY clause.
|
PagingQueryProvider
implementations for supported databases.Copyright © 2016 Pivotal Software, Inc.. All rights reserved.