Revision 43358 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/feature/FeatureQuery.java

View differences:

FeatureQuery.java
87 87
	 */
88 88
	void addAttributeName(String attributeName);
89 89

  
90
        /**
91
         * Return true if has set attribute names
92
         *
93
         * @return true if has attribute names, otherwise false
94
         */
95
        boolean hasAttributeNames();
90
    public void addPrimaryKeyAttributeNames(FeatureStore store);
96 91

  
97
        /**
98
         * Remove all the attribute names specifieds.
99
         */
100
        void clearAttributeNames();
92
    public void addEssentialAttributeNames(FeatureStore store);
101 93

  
102
        /**
94
    /**
95
     * Return true if has set attribute names
96
     *
97
     * @return true if has attribute names, otherwise false
98
     */
99
    boolean hasAttributeNames();
100

  
101
    /**
102
     * Remove all the attribute names specifieds.
103
     */
104
    void clearAttributeNames();
105

  
106
    /**
103 107
	 * Returns the names of the attributes that are constants in each {@link Feature}.
104 108
	 * These attributes will not be charged.
105 109
         *
......
224 228
	boolean hasOrder();
225 229

  
226 230
	/**
231
     * @return 
227 232
	 * @deprecated to be removed in gvSIG 2.0
228 233
	 * @see #clone()
229 234
	 */

Also available in: Unified diff