Revision 20376 trunk/libraries/libDataSourceDBBaseDrivers/src/org/gvsig/data/datastores/vectorial/db/jdbc/h2/H2Store.java

View differences:

H2Store.java
16 16
import org.gvsig.data.datastores.vectorial.db.jdbc.WKBParser2;
17 17
import org.gvsig.data.exception.CloseException;
18 18
import org.gvsig.data.exception.InitializeException;
19
import org.gvsig.data.exception.InitializeWriterException;
19 20
import org.gvsig.data.exception.OpenException;
20 21
import org.gvsig.data.exception.ReadException;
21 22
import org.gvsig.data.spatialprovisional.IExtent;
......
204 205
		return DATASTORE_NAME;
205 206
	}
206 207

  
207
	protected JDBCFeaturesWriter getFeaturesWriter() {
208
	protected JDBCFeaturesWriter getFeaturesWriter() throws InitializeWriterException {
208 209
		H2FeaturesWriter writer = new H2FeaturesWriter();
209 210
		writer.init(this);
210 211
		return writer;

Also available in: Unified diff