You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was wondering if it's possible to list clusters or classes with the library. To make a question more generic: how can one issue console commands like, for instance, browsing a class (browse class <class_name>)?
The text was updated successfully, but these errors were encountered:
info class and info clusters are console commands, so they lack strict SQL equivalent.
As far as I can remember, you cant get list of classes by reading #0:1 record. Record #0:2 holds indexes.
I understand that i can get list of clusters from DBOpen command, but what if list changed and I need to refresh it? This means tearing down and establishing a new connection then?
Hi Anton,
I was wondering if it's possible to list clusters or classes with the library. To make a question more generic: how can one issue console commands like, for instance, browsing a class (browse class <class_name>)?
The text was updated successfully, but these errors were encountered: