About 400 results
Open links in new tab
  1. HSQLDB

    Oct 25, 2024 · HSQLDB (HyperSQL DataBase) is the leading SQL relational database system written in Java. It offers a small, fast multithreaded and transactional database engine with in …

  2. HyperSQL User Guide - HSQLDB

    HyperSQL DataBase (HSQLDB) is a modern relational database system that conforms closely to the SQL:2023 Standard and JDBC 4.3 specifications. It supports all core features and many …

  3. Chapter 1. Running and Using HyperSQL - HSQLDB

    When a HyperSQL server is running, client programs can connect to it using the HSQLDB JDBC Driver contained in hsqldb.jar. Full information on how to connect to a server is provided in the …

  4. HyperSQL version 2.7 Documentation - HSQLDB

    HSQLDB (HyperSQL Database) is a relational database engine written in Java. Version 2.7 offers many features and adheres closely to the latest SQL and JDBC 4 standards.

  5. HyperSQL User Guide - HSQLDB

    Permission is granted to distribute this document without any alteration under the terms of the HSQLDB license. You are not allowed to distribute or display this document on the web in an …

  6. HyperSQL Features - HSQLDB

    Oct 25, 2024 · Supports JRE 8 and greater (alternative jar), JRE 11 as org.hsqldb module (standard jar) Extensive JDBC interface support with batch statement and scrollable ResultSet …

  7. HyperSQL FAQ - HSQLDB

    May 22, 2024 · HSQLDB comes with PDF and HTML documentation, with example program source code that can help programmers who are new to JDBC programming. Basic sample …

  8. HyperSQL Usage Examples - HSQLDB

    Oct 21, 2021 · Introduction to programming with HSQLDB in 5 parts. This popular guide introduces HSQLDB and shows examples of how to connect and use with JDBC, Java Server …

  9. HSQLDB

    Jan 29, 2021 · Support for HyperSQL is available from http://hsqldb.org/support in various forms, including a mailing list and user forums. The web site features the latest bugfix versions of the …

  10. Chapter 1. SqlTool - HSQLDB

    If HyperSQL's hsqldb.jar resides in the same directory as the SqlTool jar file, then you can connect up to a HyperSQL instance from SqlTool just by specifying the JDBC URL, root …