I want to write to postgres DB a set of values, one of them is a UUID.
I did a PreparedStatement.setString() which is throwing an error. Is there any method to write the UUID value to DB through vco?
I want to write to postgres DB a set of values, one of them is a UUID.
I did a PreparedStatement.setString() which is throwing an error. Is there any method to write the UUID value to DB through vco?