Hi,

setValue(byte theValue) method in SQLClob is as follows:
        public void setValue(byte theValue) throws StandardException
        {
                new Throwable("FRED").printStackTrace(System.out);
                throwLangSetMismatch("byte");
        }

I think new Throwable("FRED").printStackTrace(System.out); may be some
leftover debugging code from a developer. Does anyone know more about
it?

Thanks,
Mamta

Reply via email to