Hi, I need to inspect available tables and columns (at least) for a given schema. I would like to avoid reflection.
On the Schema implementation that is generated, I can see a "getTables()" method. This allows me to go one level down, but then I cannot see a "getColumns()" methods. I am missing something? Cheers, -Christopher
