Subject | Re: [Firebird-Java] Database Introspection with Jaybird |
---|---|
Author | Fidel Viegas |
Post date | 2008-02-07T13:45:19Z |
On Feb 7, 2008 2:18 PM, Roman Rokytskyy <rrokytskyy@...> wrote:
Thanks!
> Check theHum, ok. I didn't think of that.
>
> 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.
Thanks!