Subject Re: [Firebird-Java] Database Introspection with Jaybird
Author Fidel Viegas
On Feb 7, 2008 2:18 PM, Roman Rokytskyy <rrokytskyy@...> wrote:

> Check the
>
> CREATE TABLE mytable( id AS INTEGER);
>
> and then using the "mytable" string get the columns for the table. But
> this is quite legitimate test case.

Hum, ok. I didn't think of that.

Thanks!