Package | Description |
---|---|
org.springframework.cloud.dataflow.server.repository.support |
Provides RDBMS-related support classes including
PagingQueryProvider
implementations for supported databases. |
Modifier and Type | Class and Description |
---|---|
class |
Db2PagingQueryProvider
IBM DB2 implementation of a
PagingQueryProvider using database specific
features. |
class |
H2PagingQueryProvider
H2 implementation of a
PagingQueryProvider using database specific features. |
class |
HsqlPagingQueryProvider
HSQLDB implementation of a
PagingQueryProvider using database specific
features. |
class |
MySqlPagingQueryProvider
MySQL implementation of a
PagingQueryProvider using database specific features. |
class |
OraclePagingQueryProvider
Oracle implementation of a
PagingQueryProvider using database specific
features. |
class |
PostgresPagingQueryProvider
Postgres implementation of a
PagingQueryProvider using database specific
features. |
class |
SqlServerPagingQueryProvider
Sql Server implementation of a
PagingQueryProvider using database specific
features. |
Modifier and Type | Method and Description |
---|---|
static String |
SqlPagingQueryUtils.buildSortClause(AbstractSqlPagingQueryProvider provider)
Generates ORDER BY attributes based on the sort keys.
|
static void |
SqlPagingQueryUtils.buildWhereClause(AbstractSqlPagingQueryProvider provider,
boolean remainingPageQuery,
StringBuilder sql)
Generates WHERE clause for queries that require sub selects.
|
static String |
SqlPagingQueryUtils.generateLimitJumpToQuery(AbstractSqlPagingQueryProvider provider,
String limitClause)
Generate SQL query string using a LIMIT clause
|
static String |
SqlPagingQueryUtils.generateTopJumpToQuery(AbstractSqlPagingQueryProvider provider,
String topClause)
Generate SQL query string using a TOP clause
|
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.