org.mandarax.examples.db |
|
Java Source File Name | Type | Comment |
CreateDB.java | Class | Create the database table supporting the example. |
CreateKB.java | Class | This class creates the knowledge base for the discount example. |
Discount.java | Class | Discount. |
LoadAndQueryKB.java | Class | A class that shows the integration of knowledge base in application programs. |
SimpleDataSource.java | Class | The example uses a SimpleDataSource to connect to the database. |