Revision 21743 branches/v2_0_0_prep/applications/appgvSIG/src/com/iver/cit/gvsig/gui/filter/ExpressionDataSource.java

View differences:

ExpressionDataSource.java
40 40
 */
41 41
package com.iver.cit.gvsig.gui.filter;
42 42

  
43
import com.hardcode.gdbms.driver.exceptions.ReadDriverException;
44
import com.hardcode.gdbms.engine.values.Value;
45 43

  
46 44

  
47 45
/**
......
61 59
	 *
62 60
	 * @throws FilterException DOCUMENT ME!
63 61
	 */
64
	public Value getFieldValue(int row, int idField) throws FilterException;
62
	public Object getFieldValue(int row, int idField) throws FilterException;
65 63

  
66 64
	/**
67 65
	 * DOCUMENT ME!
......
98 96
	 * @return DOCUMENT ME!
99 97
	 */
100 98
	public String getDataSourceName();
101
	
102
    public void start() throws ReadDriverException;
103
    public void stop() throws ReadDriverException;
104 99

  
100
//    public void start() throws ReadDriverException;
101
//    public void stop() throws ReadDriverException;
102

  
105 103
}

Also available in: Unified diff