Native UltraLite for Java User's Guide
Understanding UltraLite Development
Developing applications with Borland JBuilder
During development, you can use Native UltraLite for Java code templates for some of the standard parts of your code. To use a template, type the template name at the appropriate place in your .java file and type Ctrl+J to expand the template.
The following templates are provided:
julimp Adds a line to import the Native UltraLite for Java package. Use this template in the imports section of your files.
juldb Adds code to declare a DatabaseManager object.
julconn Adds code to connect to to a database.
julskel Adds both the juldb and julconn code, as a main
method.