Difference between revisions of "HSQLDB Integration"

From Apache OpenOffice Wiki
Jump to: navigation, search
m
Line 1: Line 1:
This is a (more technically orientated) page about the integration of [http://hsqldb.sourceforge.net HSQLDB engine] into OpenOffice.org.
+
This is a (more technically orientated) page about the integration of the [[HSQLDB]] engine[http://hsqldb.sourceforge.net/] into [[OpenOffice.org]].
  
 
== Things To Do ==
 
== Things To Do ==
Line 6: Line 6:
  
 
== OpenOffice.org-specific settings ==
 
== OpenOffice.org-specific settings ==
connection settings which are currently necessary to connect to HSQLDB embedded in an OpenOffice.org database file
+
Connection settings which are currently necessary to connect to HSQLDB embedded in an OpenOffice.org database file
 
* '''storage_key''': unique key which globally identifies the connection/storage
 
* '''storage_key''': unique key which globally identifies the connection/storage
 
* '''fileaccess_class_name''': Name of the class implementing the file access
 
* '''fileaccess_class_name''': Name of the class implementing the file access

Revision as of 03:25, 26 November 2005

This is a (more technically orientated) page about the integration of the HSQLDB engine[1] into OpenOffice.org.

Things To Do

  • localize error messages (currently all hard-coded English)
  • get rid of the "default_schema=true" parameter?

OpenOffice.org-specific settings

Connection settings which are currently necessary to connect to HSQLDB embedded in an OpenOffice.org database file

  • storage_key: unique key which globally identifies the connection/storage
  • fileaccess_class_name: Name of the class implementing the file access
  • default_schema=true: lets HSQLDB behave as if it doesn't support schemas

Desired Features

  • retrieving statements underlying a VIEW
    this would allow editable views in OOo
    Update: it's already possible: INFORMATION_SCHEMA.SYSTEM_VIEWS is the table we need to read ...
  • single-file
    This would allow to get rid of the temporary files which are currently needed when working on the embedded HSQLDB, and thus remove some performance penalties
Personal tools