Class DoubleColumnIdQueryProvider
java.lang.Object
com.atlassian.confluence.impl.backuprestore.backup.exporters.site.DoubleColumnIdQueryProvider
- All Implemented Interfaces:
- QueryProvider
- 
Constructor SummaryConstructorsConstructorDescriptionDoubleColumnIdQueryProvider(DatabaseExporterHelper helper, ExportableEntityInfo entityInfo) 
- 
Method SummaryModifier 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- 
DoubleColumnIdQueryProvider
 
- 
- 
Method Details- 
getInitialQueryDescription copied from interface:QueryProviderThe query that retrieves the first bunch of records, sorted by id.- Specified by:
- getInitialQueryin interface- QueryProvider
 
- 
getRepetitiveQueryDescription copied from interface:QueryProviderThe 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:
- getRepetitiveQueryin interface- QueryProvider
 
- 
getIdColumnNames- Specified by:
- getIdColumnNamesin interface- QueryProvider
 
- 
getLatestIdParamName- Specified by:
- getLatestIdParamNamein interface- QueryProvider
 
- 
getTableName- Specified by:
- getTableNamein interface- QueryProvider
 
 
-