skip to main content
Setting Up the samples : Description of the samples : Dynamic schema: memory
 

Dynamic schema: memory

The memory example incorporates many features of the OpenAccess SDK and is used as part of our test suites. It is included as part of the OpenAccess SDK installation to allow you to perform benchmarks and to provide an implementation example of various features. The installation creates a memory data source that is configured for using this sample. The only step required after the installation is to build the sample.
Highlights of this example are:
*Written in Java.
*Uses dynamic schema.
*Exposes tables EMP and DEPT
*Can return any number of rows based on the ITEMS condition in the query. For example, the SQL query SELECT * FROM emp WHERE items=1000 returns 1000 rows.