public class ConfluenceTableReader extends Object implements com.atlassian.dbexporter.exporter.TableReader
TableReader
.
Finds all tables and columns that need to be exported.
Modifier and Type | Field and Description |
---|---|
static com.google.common.base.Predicate<String> |
INCLUDED_TABLENAME |
Constructor and Description |
---|
ConfluenceTableReader(Connection connection) |
Modifier and Type | Method and Description |
---|---|
Iterable<com.atlassian.dbexporter.Table> |
read(com.atlassian.dbexporter.DatabaseInformation databaseInformation,
com.atlassian.dbexporter.EntityNameProcessor entityNameProcessor) |
public static final com.google.common.base.Predicate<String> INCLUDED_TABLENAME
public ConfluenceTableReader(Connection connection)
public Iterable<com.atlassian.dbexporter.Table> read(com.atlassian.dbexporter.DatabaseInformation databaseInformation, com.atlassian.dbexporter.EntityNameProcessor entityNameProcessor)
read
in interface com.atlassian.dbexporter.exporter.TableReader
Copyright © 2003–2018 Atlassian. All rights reserved.