Does Firebird Database support Schema? If so, how can I create a schema in Firebird DB through ISQL?

Viewed 3630

Does Firebird Database support Schema? If so, how can I create a schema in Firebird DB through ISQL? Please help me to create schemas in Firebird DB. I have tried to retrieve schema using

AbstractDatabaseMetaData.getSchemas()

But it is always retrieving empty resultset. Can anyone please help me in retrieving schemas? At least SYSTEM schema when there is no schema.

2 Answers
Related