Static schema: example1
- Last Updated: May 12, 2026
- 1 minute read
- OpenAccess SDK
- Version 9.0
- Documentation
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.