How can i call a function that return a BOOLEAN using MyBatis?
问题 i'm using MyBatis to call a function in a PL SQL database. The function have one of the OUT parameter as BOOLEAN like this: FUNCTION f_foo_function(foo IN VARCHAR, foo_output OUT BOOLEAN, error OUT VARCHAR2) My problem is when i try to call the function from my xml mapper, every try i do mybatis don't recognize the boolean output and throw me and error like incompatible types. Also when i try to test the function from PLSQL Developer it make a convertion like this :pout_boolean_result := sys