Revision 20058 trunk/libraries/libDataSourceDBBaseDrivers/src/org/gvsig/data/datastores/vectorial/db/jdbc/postgresql/PostgresqlFeatureCollectionWithFeatureID.java

View differences:

PostgresqlFeatureCollectionWithFeatureID.java
10 10

  
11 11
public class PostgresqlFeatureCollectionWithFeatureID extends AbstractJDBCDataFeatureCollectionWithFeatureID {
12 12

  
13
	PostgresqlFeatureCollectionWithFeatureID(FeatureManager fm,PostgresqlStore store,IFeatureType type, String filter,String order) throws ReadException {
13
	PostgresqlFeatureCollectionWithFeatureID(FeatureManager fm,JDBCStore store,IFeatureType type, String filter,String order) throws ReadException {
14 14
		init(fm, store, type, filter, order);
15 15
	}
16 16

  
17 17
	public IFeatureCollection newBaseDataFeatureCollection(JDBCStore store, IFeatureType featureType, String filter, String order) {
18
		return new PostgresqlFeatureCollection((PostgresqlStore)store,this.featureType,filter,order);
18
		return new PostgresqlFeatureCollection((JDBCStore)store,this.featureType,filter,order);
19 19
	}
20 20

  
21 21
}

Also available in: Unified diff