HSQLDB Database Query Tool Features

The HSQLDB database query tool features provided by RazorSQL include a custom database browser tailored to HSQLDB, an SQL editor with HSQLDB specific features and syntax highlighting, custom HSQLDB visual tools, and HSQLDB specific database administration tools. Listed below are more details on these features.

HSQLDB Visual Tools

  • A HSQLDB create table tool that generates HSQLDB specific create table SQL that includes such elements as column names, column types, column lengths or precisions, column scales, nullability, unique constraints, default values, identity, identity start, identity increment, and the ability to add check constraints.
  • A HSQLDB create view tool that generates the SQL for creating HSQLDB views
  • A HSQLDB create index tool that generates the SQL for creating HSQLDB indexes and includes elements such as index name, uniqueness, and columns
  • A HSQLDB create sequence tool that generates the SQL for creating HSQLDB sequences
  • A HSQLDB alter table tool for generating the SQL to alter HSQLDB tables with such options as add column, add primary key, add foreign key, add constraint, rename table, rename column, drop column, and drop constraint
  • A HSQLDB alter view tool for generating the SQL to alter HSQLDB views
  • SQL Drop Tools for dropping tables, views, indexes, and sequences for HSQLDB
  • A visual edit table tool for visually editing HSQLDB tables in a spreadsheet format
  • HSQLDB Import and Export tools for importing data into tables, or exporting data from single tables or all tables in a database
  • An HSQLDB SQL Explain Plan tool

HSQLDB Database Browser

  • Displays information in a tree format for databases, schemas, tables, views, system tables, functions, sequences, users, and indexes
  • Displays HSQLDB table information such as column name, column type, column length, column nullability, and primary and foreign key information
  • Easily view table contents or database object information via the View Contents and Show Info context menu options