Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Div
idProductTOC

On this page

Table of Contents
maxLevel2
excludeOn this page
typeflat
separator |

Description

The SQL File macro has parameters and behavior similar to the SQL macro. There are two primary reasons for using this macro: 

  • Security - it can be secured independently of the SQL and SQL attachment macros. If you are an administrator:
    • You can control the queries accessible to the general users who are authorized using the Macro Security for Confluence app.
    • If you are not using Macro Security for Confluence app, you can disable the SQL and SQL Query macros while allowing access to the SQL File macro. (As it allows users to query only a fixed set of statements.)
  • Simplified File Access — the modified parameter makes it easier to specify and read SQL from files.

Usage Parameters

...

File path configured in the Confluence server home directory under the script directory. This is a mandatory field. This field may be restricted.

...

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 the parameter to true.
  • XHTML (Pro Edition) — Generates and renders XHTML from result set data. Data is HTML encoded unless encoding has been disabled (disableAntiXss).

...

Image Added

For more information on:

  • Common SQL parameters, refer to

...

Example: Use SQL Macro with Markup

Image Modified