Subject Re: [Firebird-Java] Database Introspection with Jaybird
Author Roman Rokytskyy
> I always create my tables in lowercase. The only time I am actually
> using mixed case quoted is when I use a tool called xplain2sql, which
> generates quoted identifiers.
>
> I have run the following tests:

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.

Roman