Class SingleColumnQueryProvider
java.lang.Object
com.atlassian.confluence.impl.backuprestore.backup.exporters.site.SingleColumnQueryProvider
- All Implemented Interfaces:
QueryProvider
-
Constructor Summary
ConstructorDescriptionSingleColumnQueryProvider
(DatabaseExporterHelper helper, ExportableEntityInfo entityInfo) -
Method Summary
Modifier and TypeMethodDescriptionThe query that retrieves the first bunch of records, sorted by id.getLatestIdParamName
(int idIndex) The query that retrieves the second and following bunches of records, sorted by id and having a condition like "id is greater than X".
-
Constructor Details
-
SingleColumnQueryProvider
-
-
Method Details
-
getInitialQuery
Description copied from interface:QueryProvider
The query that retrieves the first bunch of records, sorted by id.- Specified by:
getInitialQuery
in interfaceQueryProvider
-
getRepetitiveQuery
Description copied from interface:QueryProvider
The query that retrieves the second and following bunches of records, sorted by id and having a condition like "id is greater than X".- Specified by:
getRepetitiveQuery
in interfaceQueryProvider
-
getIdColumnNames
- Specified by:
getIdColumnNames
in interfaceQueryProvider
-
getLatestIdParamName
- Specified by:
getLatestIdParamName
in interfaceQueryProvider
-
getTableName
- Specified by:
getTableName
in interfaceQueryProvider
-