Coding examples

This section contains examples of Java code that utilize the UltraLiteJ API. The examples use a demo class that displays messages and handles ULjException objects for debugging purposes.

All coding examples can be found in the samples-dir/UltraLiteJ directory. Create backup copies of the original source code before manipulating the file contents.


Example: Demo class
Example: Creating a database
Example: Inserting rows
Example: Reading a table
Example: Inner join operations
Example: Creating a sales database
Example: Aggregation and grouping
Example: Retrieving rows in an alternative order
Example: Modifying table definitions
Example: Obfuscating data
Example: Encrypting data
Example: Displaying database schema information