skip to main content
Setting Up the samples : Description of the samples : Static schema: example1
 

Static schema: example1

The fully functional IP in example1 supports SELECT, INSERT, UPDATE and DELETE statements. It implements a single table CURVALUE for a memory database called MDB. The MDB database is implemented in the mdb.c file. The IP code is contained in the mdb.java and database.java files. The IP code is contained in the damip.java file. The installation configures a data source example that is fully configured to access this sample.
Highlights of example1 are:
*Written in Java.
*Uses static schema.
*Exposes a single table with full capability.