here is my very simple table (Postgres):
CREATE TABLE IF NOT EXISTS PERFORMANCE.TEST ( test text NOT NULL UNIQUE );
if I try to insert a String
executeupdate is for a 'update table set column = value so on'. For insert just call execute of PreparedStatement.