Revision 44297 trunk/org.gvsig.desktop/org.gvsig.desktop.compat.cdc/org.gvsig.fmap.dal/org.gvsig.fmap.dal.db/org.gvsig.fmap.dal.db.jdbc/src/main/java/org/gvsig/fmap/dal/store/jdbc/JDBCServerExplorer.java

View differences:

JDBCServerExplorer.java
19 19
    boolean canAdd();
20 20

  
21 21
    @Override
22
    DataStoreParameters get(String name) throws DataException;
22
    JDBCStoreParameters get(String name) throws DataException;
23 23

  
24
    NewDataStoreParameters getAddParameters() throws DataException;
24
    JDBCNewStoreParameters getAddParameters() throws DataException;
25 25

  
26 26
    @Override
27
    List getDataStoreProviderNames();
27
    List<String> getDataStoreProviderNames();
28 28

  
29 29
    FeatureType getFeatureType(DataStoreParameters dsp) throws DataException;
30 30

  
......
36 36
    String getStoreName();
37 37

  
38 38
    @Override
39
    List list(int mode) throws DataException;
39
    List<DataStoreParameters> list(int mode) throws DataException;
40 40

  
41 41
    DataStore open(DataStoreParameters dsp) throws DataException;
42 42

  

Also available in: Unified diff