Row Supplier
Overview
Supplies values from a database row
Details
Name: | Row Supplier |
---|---|
Prefix: |
|
Supported Content: | DbRow |
Provided By: | Connector for SQL Databases |
Supported Keys
The following are the list of keys for which this supplier will return a value:
Key | Content Types | Return Type | Description |
---|---|---|---|
[column name] | DbRow | Object | Value of the given row at the specified column |
Examples
Simple Example
{report-info:config:myDb >db:myTable.a > row:col_1}
CODE
SQL Report
{report-table}
{local-reporter:config:myDb > db:myTable}
{report-column:name=Column 1|injected=true}%row:col_1%{report-column}
{report-column:name=Column 2|injected=true}%row:col_2%{report-column}
{report-table}
CODE