public class SingleColumnQueryProvider extends Object implements QueryProvider
| Constructor and Description |
|---|
SingleColumnQueryProvider(DatabaseExporterHelper helper,
ExportableEntityInfo entityInfo) |
| Modifier and Type | Method and Description |
|---|---|
String |
getInitialQuery()
The query that retrieves the first bunch of records, sorted by id.
|
String |
getLatestIdParamName(int paramId) |
String |
getRepetitiveQuery()
The query that retrieves the second and following bunches of records, sorted by id
and having a condition like "id is greater than X".
|
String |
getTableName() |
public SingleColumnQueryProvider(DatabaseExporterHelper helper, ExportableEntityInfo entityInfo)
public String getInitialQuery()
QueryProvidergetInitialQuery in interface QueryProviderpublic String getRepetitiveQuery()
QueryProvidergetRepetitiveQuery in interface QueryProviderpublic String getLatestIdParamName(int paramId)
getLatestIdParamName in interface QueryProviderpublic String getTableName()
getTableName in interface QueryProviderCopyright © 2003–2022 Atlassian. All rights reserved.