You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
« Previous
Version 4
Next »
Description
Display values from SQL statements on Confluence pages. Statements can range from read-only SELECT statements to Data Manipulation Language (DML) statements such as INSERT, UPDATE, and DELETE.
Starting Parameters
Name | Required | Default Value | Macro Browser Label | Description |
---|
Data Source (may be restricted) |  |
| Data Source Name | Specify the Data Source name. It represents an application server defined Data Source or Data Source Profile defined by your administrator. |
Output |
|
| Output format | Determines how the output is formatted: - html - Generates HTML from the result set data. Data is html encoded unless encoding has been disabled.
- wiki - Generates and renders wiki markup from result set data. If the data might contain unintended wiki markup characters, set the escape parameter to true.
- xhtml (Pro Edition) - Generates and renders XHTML from result set data. Data is html encoded unless encoding has been disabled (disableAntiXss).
- unrenderedWiki (Pro Edition) - Generates wiki markup from result set data, similar to wiki, without rendering. Wraps with a table-plus macro suitable for copying to another system.
|