Hi All,
I have to write JDBC method for the below query in the oracle database
select col1,col2 from tablex where col3="methodvariable"

where java method xyz(methodvariable) and this mehtod ...