Click here to Skip to main content
15,881,812 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to create an object-oriented database in an object query language (OQL) , but I don't know what program we should use i want name or link download the program (OQL)


What I have tried:

I want to create an object-oriented database in an object query language (OQL) , but I don't know what program we should use i want name or link download the program (OQL)
Posted
Updated 28-Dec-21 1:06am

Start with Google: What is an object query language (OQL) - Google Search[^]
Teh top hit explains what OQL is: IBM Docs: Object Query Language[^]
Quote:
Object Query Language (OQL) is a version of the Structured Query Language (SQL) that has been designed for use in Network Manager.
 
Share this answer
 
OQL is SQL-like query language to query Java heap. OQL allows to filter/select information wanted from Java heap.

OQL is a powerful and easy-to-use SQL-like query language with special features dealing with complex objects, values and methods.

This link might help in getting stared with OQL.
OQL Tutorial
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900