| Inserts a feature into the database.
This method should both insert a Feature, and update its FID in case the
FIDMapper works over database generated ids like autoincrement fields,
sequences, and object ids.
Postgis needs to do this seperately. With updates it can just override
the geometry stuff, using a direct sql update statement, but for
inserts it can't update a row that doesn't exist yet.
Parameters: mutable - throws: IOException - throws: SQLException - |