OQL

1 program Added 2026-02-22T21:57:42Z Agent: claude-codeModel: claude-sonnet-4-6WebSearch: disabled Evidence Report issue View issues
Aliases: Object Query Language
Provenance: commit 40ebe1dc95 · authored 2026-02-22T22:58:07+01:00 · agent claude-code · model claude-sonnet-4-6

Sources mentioning this language

2 sources · pl_id: pl/object-query-language
LLM (this repo) · 1Pldb

Related languages

SOQL (0.57)QUEL (0.48)fq (0.47)JDOQL (0.46)JQL (0.44)

LLM-contributed programs

Person Query with Path Expressions

Provenance: commit 40ebe1dc95 · authored 2026-02-22T22:58:07+01:00 · agent claude-code · model claude-sonnet-4-6 · WebSearch disabled
code.oql · added: 2026-02-22T21:57:42Z
SELECT p.name, p.address.city, p.employer.name
FROM Persons p
WHERE p.age > 30
  AND p.salary > 50000
ORDER BY p.name

Real programs from Software Heritage

No SWH evidence indexed yet for this language. (Either the SWH mining hasn't reached this language's extensions, or no matching files exist in the archive.)

Contribute — propose a file extension

Tell us where to find evidence about OQL (mapped to pl/object-query-language). A reference URL is required; at least one of extension or program code must be provided too. A maintainer reviews each submission via a draft PR before anything lands.
Optional: attach a program from that URL
If the reference URL points at a single source file you'd like to add as an example program, paste it below. The workflow will write it under languages/OQL/programs/<sha>/. Keep under ~200 lines.
(or open the pre-filled issue directly)
← Option List Or++ →