Is it possible to inspect and subsequently modify an existing schema in Hsqldb standalone mode? I’ve tried looking at the file using the built in admin tool as well as hooking up SQuirrel SQL Client.
I’m particularly interested in what primary keys exist on various tables. Is there command equivalent to MySql’s ‘show create table…’ or ‘describe ‘?
The
sqltool\d command approximates a “describe”, and primary key information is stored under theINFORMATION_SCHEMA:(hsqldb-2.0.0rc9)