Languages Features Creators CSV Resources Challenges Add Language
GitHub icon

.QL

.QL - Programming language

< >

.QL is a programming language created in 2007.

#988on PLDB 16Years Old 316Users
0Books 0Papers

.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
circle-lang.html 路 dot-ql.html 路 math-matic.html

View source

- Build the next great programming language Search Day 213 About Blog Acknowledgements Traffic Traffic Today GitHub feedback@pldb.com