Statistics
| Revision:

root / trunk / org.gvsig.postgresql / org.gvsig.postgresql.provider / src / test / resources / org / gvsig / postgresql / dal / fetchFeatureProviderByReference.sql @ 576

History | View | Annotate | Download (290 Bytes)

1

    
2
-- FetchFeatureProviderByReference SQL
3

    
4
SELECT 
5
    "ID", "Byte", "Bool1", "Long", "Timestamp", "Date", "Time", "Bool2", 
6
    "String", "Bool3", "Double", "Bool4", "Float", "Bool5", "Decimal", 
7
    ST_AsBinary("Geometry") 
8
  FROM "dbtest"."public"."test" 
9
  WHERE ( ("ID") = (?) ) LIMIT 1;