|
<emit>
Languages plugin
SQL plugin
|
<emit></emit>
Provides data, fetched from different sources, as
entities
Attributes
- source
source=plugin
-
The source from which the data should be fetched.
- scope
scope=name (The emit source)
-
The name of the scope within the emit tag.
- maxrows
maxrows=number
-
Limits the number of rows to this maximum.
- skiprows
skiprows=number
-
Makes it possible to skip the first rows of the result. Negative numbers means
to skip everything execept the last n rows.
- rowinfo
rowinfo=variable
-
The number of rows in the result, after it has been limited by maxrows
and skiprows, will be put in this variable, if given.
- do-once
-
Indicate that at least one loop should be made. All variables in the
emit scope will be empty.
-
&_.counter;
Gives the current number of loops inside the <emit> tag.
|
|