Subject | Re: [Firebird-Java] Database Introspection with Jaybird |
---|---|
Author | Fidel Viegas |
Post date | 2008-02-07T08:01:59Z |
On 2/7/08, Roman Rokytskyy <rrokytskyy@...> wrote:
>Thanks!
> There no such possibility in JDBC. The getColumns usually is used to
> fetch columns of one table. If you want to get all in one go, you have
> to fetch all tables via getTables, cache the result set and then after
> getting all columns via getColumns check whether table is TABLE, SYSTEM
> TABLE or VIEW.