net.sf.saxon.option.sql
public class SQLQuery extends ExtensionInstruction
<sql:query column="{$column}" table="{$table}" where="{$where}"
xsl:extension-element-prefixes="sql"/ >
(result with HTML-table-output)
<sql:query column="{$column}" table="{$table}" where="{$where}"
row-tag="TR" column-tag="TD"
separatorType="tag"
xsl:extension-element-prefixes="sql"/ >
| Field Summary | |
|---|---|
| String | colTag
name of element to hold the rows |
| Expression | column
selected column(s) to query |
| Expression | connection |
| boolean | disable
name of element to hold the columns |
| String | rowTag |
| Expression | table
the table(s) to query in |
| Expression | where
conditions of query (can be omitted) |
| Method Summary | |
|---|---|
| Expression | compile(Executable exec) |
| void | prepareAttributes() |
| void | validate() |