There is also a Client::get_tables API that you can use:

   void get_tables(std::vector<String> &tables);

- Doug

2008/11/14 Sanjit Jhala <[EMAIL PROTECTED]>

>
> Hi Rafal,
>
> You can use Client::create_hql_interpreter and then use
> HqlCommandInterpreter::execute_line to execute a "show tables" command
> to get list of the current tables.
>
> -Sanjit
>
> On Nov 14, 2008, at 5:39 AM, Rafal Zarajczyk wrote:
>
> >
> > Well obviously I can use Client::open_table and catch an exception,
> > but maybe there's some dedicated way to do that?
> >
> > RafaƂ Zarajczyk
> > >
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Hypertable Development" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/hypertable-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to