Skip to Main Content

Java Database Connectivity (JDBC)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

BOOLEAN oracle data types

401644Feb 26 2004 — edited Feb 27 2004
Hi.

I tried searching but all the links were broken... Seems OTN Java is broken more or less 100%...

I have some functions in PL/SQL using boolean parameteres, and I'm at a loss for figuring out how to get them in Java.

I would like to do something this:

cs.registerOutParameter(1, Types.BOOLEAN);

Types.BOOLEAN does not exist... I see in my Oracle in a nutshell that Java booleans map to number, but there is no mention of PL/SQL booleans...

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 26 2004
Added on Feb 26 2004
1 comment
248 views