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

View differences:

PostgresqlStore.java
134 134
	}
135 135

  
136 136
	public IFeature getFeatureByID(IFeatureID id) throws ReadException {
137
		return getFeatureByID(featureType,((PostgresFeatureID)id).getKey());
137
		return getFeatureByID(featureType,((PostgresqlFeatureID)id).getKey());
138 138
	}
139 139
	public IFeature getFeatureByID(IFeatureType featureType2, Object[] featureKey) throws ReadException{
140 140
		if (useSqlSource){

Also available in: Unified diff