UltraLite User's Guide
Developing UltraLite Java Applications
UltraLite API reference
The generated database class extends JdbcDatabase. It provides an object that represents the UltraLite database. JdbcDatabase methods are typically used on the generated database class.
new database-name( Properties props )
where database-name is the name of the generated database class. You can specify the class name using the UltraLite generator -f
command-line option.
For more information, see The UltraLite generator.
props A Properties object containing some or all of the following items:
persist
persistfile
key
For more information, see Using a Properties object to store connection information.