Revision 576 trunk/org.gvsig.postgresql/org.gvsig.postgresql.provider/src/main/java/org/gvsig/postgresql/dal/PostgreSQLBuilder.java

View differences:

PostgreSQLBuilder.java
35 35
import org.gvsig.fmap.dal.store.jdbc2.spi.JDBCSQLBuilderBase;
36 36
import org.gvsig.postgresql.dal.expressionbuilderformatter.PostgreSQLFormatter;
37 37

  
38
@SuppressWarnings("UseSpecificCatch")
38 39
public class PostgreSQLBuilder extends JDBCSQLBuilderBase {
39 40

  
40 41
    protected Formatter formatter = null;
......
196 197
                } else {
197 198
                    builder.append(sqltype(
198 199
                            column.getType(), 
200
                            column.getSize(),
199 201
                            column.getPrecision(), 
200
                            column.getSize(),
202
                            column.getScale(), 
201 203
                            column.getGeometryType(),
202 204
                            column.getGeometrySubtype()
203 205
                    ));

Also available in: Unified diff