<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/take-full-control-of-your-query-results-ywgpv6mok" -->

---
title: Take Full Control of Your Query Results | daily.dev
description: BoxLang 1.14.0 introduces Query Transformers, a new feature that lets developers attach a callable (closure, class instance, or registered name) to any...
canonical: https://daily.dev/posts/take-full-control-of-your-query-results-ywgpv6mok
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: Take Full Control of Your Query Results | daily.dev
og:description: BoxLang 1.14.0 introduces Query Transformers, a new feature that lets developers attach a callable (closure, class instance, or registered name) to any...
og:url: https://daily.dev/posts/take-full-control-of-your-query-results-ywgpv6mok
og:image: https://api.daily.dev/og/posts/Ywgpv6MOK.png
og:image:alt: Take Full Control of Your Query Results
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Take Full Control of Your Query Results

**[Foojay.io](https://daily.dev/sources/foojayio)** · 10 min read · 19 upvotes · 1 comments

## Summary

BoxLang 1.14.0 introduces Query Transformers, a new feature that lets developers attach a callable (closure, class instance, or registered name) to any queryExecute() call to reshape database results in a single pass. Instead of post-processing query results with separate loops, transformers receive the raw Query object and execution metadata and return whatever format the application needs — REST envelopes with pagination, hydrated domain objects, columnar tabular data, or schema-aware result sets with full JDBC column descriptors. The release also adds getColumnMeta() to preserve JDBC ResultSetMetaData, application-level transformer registration via Application.bx, global query defaults via this.queryOptions and boxlang.json, and transformer support in the bx:query component. The feature is purely additive and requires no migration from 1.13.x.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://foojay.io/today/boxlang-1-14-0-query-transformers-take-full-control-of-your-query-results>

## Community discussion

Top comments from developers on daily.dev.

**@georgesimwanza** · 0 upvotes

> cant wait to try it

## Similar posts on daily.dev

- [BoxLang 1.16.0 Released\!](https://daily.dev/posts/boxlang-1-16-0-released--tqxt5duac) · Foojay.io · 0 upvotes · 0 comments
- [BoxLang 1.7 Released\!](https://daily.dev/posts/boxlang-1-7-released--topketdtk) · Foojay.io · 0 upvotes · 0 comments
- [BoxLang 1.14.0 : Sets, Ranges, Inner Classes, and a Runtime That Talks Back](https://daily.dev/posts/boxlang-1-14-0-sets-ranges-inner-classes-and-a-runtime-that-talks-back-yfgideeix) · Foojay.io · 0 upvotes · 0 comments
- [BoxLang Dynamic JVM Language Release 1.9.0](https://daily.dev/posts/boxlang-dynamic-jvm-language-release-1-9-0-yd0kmbmxf) · Foojay.io · 5 upvotes · 0 comments
- [foojay – a place for friends of OpenJDK](https://daily.dev/posts/foojay-a-place-for-friends-of-openjdk-xd4ufxmlm) · Foojay.io · 0 upvotes · 0 comments

---

Tags: [#java](https://daily.dev/tags/java), [#backend](https://daily.dev/tags/backend)

[View this post on daily.dev](https://daily.dev/posts/take-full-control-of-your-query-results-ywgpv6mok)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"Take Full Control of Your Query Results","url":"https://daily.dev/posts/take-full-control-of-your-query-results-ywgpv6mok","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/take-full-control-of-your-query-results-ywgpv6mok"},"datePublished":"2026-06-24T10:55:27.340Z","dateModified":"2026-06-24T10:55:51.134Z","description":"BoxLang 1.14.0 introduces Query Transformers, a new feature that lets developers attach a callable (closure, class instance, or registered name) to any...","image":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/ee59b18979fb0dcd23cf755e35efe6f1?_a=AQAEuop","thumbnailUrl":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/ee59b18979fb0dcd23cf755e35efe6f1?_a=AQAEuop","isAccessibleForFree":true,"articleSection":"Foojay.io","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"Foojay.io","logo":"https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/1820f6a6ae944760aa322b67ed85f848","url":"https://daily.dev/sources/foojayio"},"commentCount":1,"discussionUrl":"https://daily.dev/posts/take-full-control-of-your-query-results-ywgpv6mok","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":19},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":1}],"keywords":"java,backend","timeRequired":"PT10M"}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Foojay.io","item":"https://daily.dev/sources/foojayio"},{"@type":"ListItem","position":3,"name":"Take Full Control of Your Query Results"}]}
{"@context":"https://schema.org","@type":"WebPage","@id":"https://daily.dev/posts/take-full-control-of-your-query-results-ywgpv6mok","comment":[{"@type":"Comment","text":"cant wait to try it","datePublished":"2026-06-25T07:44:52.478Z","url":"https://daily.dev/posts/Ywgpv6MOK#c-sKG7RswBu","author":{"@type":"Person","name":"georgesimwanza","url":"https://daily.dev/georgesimwanza","image":"https://avatars.githubusercontent.com/u/150287559?v=4"}}]}
```

