BOOLEAN oracle data types
401644Feb 26 2004 — edited Feb 27 2004Hi.
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...