Revision 44376 trunk/org.gvsig.desktop/org.gvsig.desktop.compat.cdc/org.gvsig.fmap.dal/org.gvsig.fmap.dal.db/org.gvsig.fmap.dal.db.jdbc/src/main/java/org/gvsig/fmap/dal/store/jdbc2/OperationsFactory.java

View differences:

OperationsFactory.java
68 68
    );
69 69

  
70 70
    public CalculateEnvelopeOfColumnOperation createCalculateEnvelopeOfColumn(
71
            FeatureType featureType,
71 72
            TableReference table,
72 73
            String columnName,
73 74
            String baseFilter,
......
90 91
    );
91 92

  
92 93
    public CountOperation createCount(
94
            FeatureType featureType,
93 95
            TableReference table,
94 96
            String baseFilter,
95 97
            String filter
96 98
    );
97 99

  
98 100
    public TableIsEmptyOperation createTableIsEmpty(
101
            FeatureType featureType,
99 102
            TableReference table,
100 103
            String baseFilter,
101 104
            String filtersql

Also available in: Unified diff