631632633634635636637638639640641642
ByteBuffer b = ByteBuffer.wrap(ba); return b; } else if (s instanceof BlobColumn) { BlobColumn bc = (BlobColumn) s; byte[] ba = bc.getValue(); return ByteBuffer.wrap(ba); } else if (s instanceof DateColumn) { DateColumn dc = (DateColumn) s;