Top 1K Features Creators Events Podcasts Books Extensions Interviews Blog Explorer CSV

.QL

< >

.QL is a programming language created in 2007.

#2360on PLDB 17Years Old
HomepageWikipedia

.QL (pronounced "dot-cue-el") is an object-oriented query language used to retrieve data from relational database management systems. It is reminiscent of the standard query language SQL and the object-oriented programming language Java. .QL is an object-oriented variant of a logical query language called Datalog. Read more on Wikipedia...


Example from Wikipedia:
1 from Class c, int numOfMethods 2 where numOfMethods = count(Method m| m.getDeclaringType()=c 3 and m.hasModifier("public")) 4 and numOfMethods > 10 5 select c.getPackage(), c, numOfMethods

- Build the next great programming language Add About Search Keywords Livestreams Labs Resources Acknowledgements

Built with Scroll v144.0.0