VEuPathDB / service-dataset-access

Apache License 2.0
0 stars 2 forks source link

Oracle INSERT INTO ... RETURNING requires special syntax. #10

Closed Foxcapades closed 3 years ago

Foxcapades commented 3 years ago

Since Oracle decided against using the already established syntax for this feature, the PreparedStatement type will need to be cast to the specific Oracle implementation class to access the Oracle specific methods for handling returns on inserts.