| Package | Description |
|---|---|
| org.springframework.cloud.dataflow.server.repository.support |
Provides RDBMS-related support classes including
PagingQueryProvider
implementations for supported databases. |
| Class and Description |
|---|
| AbstractSqlPagingQueryProvider
Abstract SQL Paging Query Provider to serve as a base class for all provided SQL paging
query providers.
|
| DatabaseType
Enum representing a database type, such as Postgres or Oracle.
|
| Order
The direction of the sort in an ORDER BY clause.
|
| PagingQueryProvider
Interface defining the functionality to be provided for generating paging queries.
|
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.