public class ExporttoPostgreSQLProvider extends AbstractProvider implements ExporttoSwingProvider
| Modifier and Type | Field and Description |
|---|---|
protected FeatureStore |
featureStore |
protected JDBCConnectionPanel |
jdbcConnectionPanel |
protected IProjection |
projection |
protected SelectPkPanel |
selectPkPanel |
protected SelectTableNamePanel |
selectTableNamePanel |
| Constructor and Description |
|---|
ExporttoPostgreSQLProvider(ProviderServices providerServices,
FeatureStore featureStore,
IProjection projection)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
ExporttoService |
createExporttoService() |
String |
getExplorerName() |
ExporttoSwingProviderPanel |
getPanelAt(int index)
A
ExporttoSwingProvider are composed of a set of panels. |
int |
getPanelCount() |
String |
getStoreName() |
getProviderServices, setProviderServicesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitneedsPanelTargetProjection, setTargetProjectionprotected SelectTableNamePanel selectTableNamePanel
protected SelectPkPanel selectPkPanel
protected JDBCConnectionPanel jdbcConnectionPanel
protected FeatureStore featureStore
protected IProjection projection
public ExporttoPostgreSQLProvider(ProviderServices providerServices, FeatureStore featureStore, IProjection projection)
providerServices - the services for the providerfile - to get the Exporto frompublic String getStoreName()
public String getExplorerName()
public int getPanelCount()
getPanelCount in interface ExporttoSwingProviderpublic ExporttoSwingProviderPanel getPanelAt(int index)
ExporttoSwingProviderExporttoSwingProvider are composed of a set of panels. This
method
is used to retrieve all these panels.getPanelAt in interface ExporttoSwingProviderindex - position of the panel to retrieve.public ExporttoService createExporttoService()
createExporttoService in interface ExporttoSwingProviderExporttoService that has been initialized this
the values typed in the panels returned by this service.