Java equivalent of SQL*Plus rawtochar function

entfred_at_hotmail.com
Date: 12/21/04


Date: 21 Dec 2004 09:54:39 -0800

Does anyone know what would be a java function or snippet
of code that would do the equivalent of the Oracle SQL*Plus
function

rawtochar?

An example of the SQL*Plus use of rawtochar:
select rawtochar(foobar)
from foo

-- Entfred