| Author |
RowType in Java???
|
Nijeesh Balan
Ranch Hand
Joined: Oct 09, 2000
Posts: 116
|
|
Hi, I have a stored procedure in Oracle which takes in Tablename%rowtype datatype as the parameter. I want to call this procedure from Java.. Can somebody tell me the equivalent datatype for the same in java... Thanks in Advance, Nijeesh.
|
Thanks & Regards,<br />Nijeesh.
|
 |
Bosun Bello
Ranch Hand
Joined: Nov 06, 2000
Posts: 1506
|
|
Tablename%rowtype datatype as a parameter??? I am not sure what you mean. What is the datatype of the column in question.I will just use the corresponding java type according to the JDBC API. You can post it to the JDBC forum for more info.
|
Bosun (SCJP, SCWCD)
So much trouble in the world -- Bob Marley
|
 |
Doug Wang
Ranch Hand
Joined: Oct 05, 2001
Posts: 445
|
|
Nijeesh, Please check out this thread on the JDBC forum. Carl Trusiak is giving his answer. Hope it helps.
|
Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep
|
 |
Mike Curwen
Ranch Hand
Joined: Feb 20, 2001
Posts: 3695
|
|
|
Moving this to JDBC...
|
 |
 |
|
|
subject: RowType in Java???
|
|
|