---
title: SqlAttributesContext
description: Map of keys and value strings extracted with a SqlAttributesFilter.
component: pinggateway
version: 2026
page_id: pinggateway:reference:SqlAttributesContext
canonical_url: https://docs.pingidentity.com/pinggateway/2026/reference/SqlAttributesContext.html
revdate: 2025-06-02T18:01:47Z
section_ids:
  properties: Properties
  more_information: More information
---

# SqlAttributesContext

Map of keys and value strings extracted with a [SqlAttributesFilter](SqlAttributesFilter.html).

The content corresponds to the key-value pairs for a single row.

## Properties

The context is named `sqlAttributes` and is accessible at `${contexts.sqlAttributes}`.

The property keys are the names of the columns in the row. For example, if the columns are `username` and `password`, access the username as `${contexts.sqlAttributes.row.username}` and the password as `${contexts.sqlAttributes.row.password}`.

## More information

[org.forgerock.openig.sql.SqlAttributesContext](../_attachments/apidocs/org/forgerock/openig/sql/SqlAttributesContext.html)
