Subject | Re: [Firebird-Java] Getting Table Names |
---|---|
Author | Roman Rokytskyy |
Post date | 2007-02-23T00:24:44Z |
> I have a databse called test. I want to get the tableCheck the Javadoc documentation and tutorials on the
> names from this DB.Is there any api to get this?
java.sql.DatabaseMetaData.getTables(String, String, String, String[])
For Firebird the catalog and schema are not important (they are ignored).
Roman