Revision 44297 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
49 49
import org.gvsig.tools.service.spi.Services;
50 50
import org.gvsig.fmap.dal.expressionevaluator.FeatureAttributeEmulatorExpression;
51 51
import org.gvsig.fmap.dal.feature.DataProfile;
52
import org.gvsig.tools.util.GetItemByKey;
53 52
import org.gvsig.tools.util.UnmodifiableBasicMap;
54 53

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

  
75
//    public static final String DAL_PROFILE_FOREINGKEY = "DAL.Profile.ForeingKey";
76
//    public static final String DAL_PROFILE_SELECTABLEFOREINGKEY = "DAL.Profile.SelectableForeingKey";
77
    
78 74
    public static final String FUNCTION_FOREING_VALUE = "FOREING_VALUE";
79 75
    
76
    // Constant to manage ResourcesStorage in a DDBB.
77
    public static final String RESOURCES_TABLE_NAME = "gvsigd_resources";
78
    public static final String RESOURCES_FIELD_NAME = "name";
79
    public static final String RESOURCES_FIELD_RESOURCE = "resource";
80

  
80 81
    /**
81 82
     * 
82 83
     * Returns the default DAL's temporary directory

Also available in: Unified diff