Supports the creation of a Feature ID based on the Potgres row OID field.
This is NOT a stable approach for FID (as updates and so on will change the
OID), but it will be our best guess in the case of read only access where an
index is not present.
author: wolf
getPKAttributes(String FID) Will always return an emtpy array since OIDs are not updatable,
so we don't try to parse the Feature ID at all.
Um - this causes failures in SQLEncoder - that may be the place
to fix it, but I'm putting it in here for now.
Will always return an emtpy array since OIDs are not updatable,
so we don't try to parse the Feature ID at all.
Um - this causes failures in SQLEncoder - that may be the place
to fix it, but I'm putting it in here for now. I believe that
the oid will not try to get updated since auto increment
is set to false.
See Also:org.geotools.data.jdbc.fidmapper.FIDMapper.getPKAttributes(java.lang.String)