On 10/14/25 02:45, Balu sharma wrote:
> How can I access a values from the TableHandler object. I only have
> access to the TableHandler object itself and I want to extract the value
> corresponding to a specific column from it.
Hi Subramania:
you can't, currently -- the class simply has no interface to do this. I
don't think it would be very difficult to add a function that allows you
to query entries in the table, and if you decide to implement such a
function, we would of course be excited to take a patch!
Best
W.