I am writing a Java Application. I have got a ResultSet. Now I want to find out the coloumn name of the primary key of the table.
Is it possible to get that coloumn name through ResultSet object or ResultSetMetaData Object or any other way.
I didn't find any way to find this.