Collection Contents Previous Next PDF

UltraLite Static Java User's Guide

UltraLite Static Java API Reference

UltraLite API reference

The generated database class


Description 

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.

Constructor 

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.

Parameters 

props    A Properties object containing some or all of the following items:

For more information, see Using a Properties object to store connection information.


Collection Contents Previous Next PDF