forked from ontop/ontop
-
Notifications
You must be signed in to change notification settings - Fork 0
ObdalibQuestTutorialDirectAnnotationFunction
mislusnys edited this page Dec 9, 2013
·
3 revisions
In Classic Mode with semantic index, Quest creates an in-memory database to store all the data instances for later processing. This in-memory database cannot be accessed through external tools because it is embedded in the application environment. We developed a feature that allows users to have the access and make queries from this database. This feature is intended for testing and debugging purposes when they are necessary. This feature is enabled by putting an annotation line /*direct*/ (without any space) before the SQL query string.
Browsing the result from these queries can give you an idea of how our semantic index strategy works.
- Querying the role table.
/*direct*/ select * from role
2. Querying the class table.
/*direct*/ select * from class
- Quick Start Guide
- Easy-Tutorials
- More Tutorials
- Examples
- FAQ
- Using Ontop
- Learning more
- Troubleshooting
- Developer Guides
- Links