Revision 652 trunk/libraries/libFMap/src/com/iver/cit/gvsig/fmap/layers/layerOperations/AlphanumericData.java

View differences:

AlphanumericData.java
1 1
package com.iver.cit.gvsig.fmap.layers.layerOperations;
2 2

  
3 3
import com.hardcode.driverManager.DriverLoadException;
4
import com.iver.cit.gvsig.fmap.DriverException;
4 5
import com.iver.cit.gvsig.fmap.layers.SelectableDataSource;
5 6

  
6 7
/**
......
15 16
	 *
16 17
	 * @throws DriverLoadException 
17 18
	 */
18
	SelectableDataSource getRecordset() throws DriverLoadException;
19
	SelectableDataSource getRecordset() throws DriverException;
19 20

  
20 21
	/**
21 22
	 * Cambia el nombre de la tabla en el GDBMS
......
24 25
	 *
25 26
	 * @throws DriverLoadException DOCUMENT ME!
26 27
	 */
27
	void changeRecordsetName(String newName) throws DriverLoadException;
28
	void changeRecordsetName(String newName) throws DriverException;
28 29
}

Also available in: Unified diff