Revision 44750 trunk/org.gvsig.desktop/org.gvsig.desktop.compat.cdc/org.gvsig.fmap.dal/org.gvsig.fmap.dal.api/src/main/java/org/gvsig/fmap/dal/DataManager.java

View differences:

DataManager.java
31 31
import org.gvsig.fmap.dal.exception.InitializeException;
32 32
import org.gvsig.fmap.dal.exception.ProviderNotRegisteredException;
33 33
import org.gvsig.fmap.dal.exception.ValidateDataParametersException;
34
import org.gvsig.fmap.dal.expressionevaluator.DALExpressionBuilder;
34 35
import org.gvsig.fmap.dal.expressionevaluator.FeatureSymbolTable;
35 36
import org.gvsig.fmap.dal.feature.EditableFeatureType;
36 37
import org.gvsig.fmap.dal.feature.Feature;
......
69 70
    public static final String WRITE_STORE_AUTHORIZATION = "dal-write-store";
70 71

  
71 72
    public static final String DAL_SYMBOL_TABLE = "DAL.SymbolTable.Global";
72
    public static final String DAL_SYMBOL_TABLE_FEATURE = "DAL.SymbolTable.Feature";
73
//    public static final String DAL_SYMBOL_TABLE_FEATURE = "DAL.SymbolTable.Feature";
73 74

  
74 75
    public static final String FUNCTION_FOREING_VALUE = "FOREING_VALUE";
75 76
    public static final String FUNCTION_SELECT = "SELECT";
......
544 545

  
545 546
    public void clearAvailableValuesCache();
546 547

  
547

  
548
    public DALExpressionBuilder createDALExpressionBuilder();
548 549
}

Also available in: Unified diff