Last modified by Ricardo Julio Rodríguez Fernández on 2025/07/13 08:08

From version 9.1
edited by Ricardo Julio Rodríguez Fernández
on 2024/01/16 15:18
Change comment: There is no comment for this version
To version 4.1
edited by Ricardo Julio Rodríguez Fernández
on 2024/01/13 12:17
Change comment: Added annotation on "Infante"

Summary

Details

Page properties
Content
... ... @@ -3,13 +3,10 @@
3 3  
4 4  def sql = new Sql(services.component.getConnection())
5 5  
6 - println "|=Pid|= Surname|= Name|= Category"
7 - sql.eachRow("SELECT PersonnelID,Surname,Name,Category FROM IGFAE_Personnel ORDER BY Surname"){
8 - println "|${it.PersonnelID}|${it.Surname}|${it.Name}|${it.Category}"
6 + println "|= Surname|= Name|= Category"
7 + sql.eachRow("SELECT Surname,Name,Category FROM IGFAE_Personnel ORDER BY Surname"){
8 + println "|${it.Surname}|${it.Name}|${it.Category}"
9 9   }
10 10   sql.close()
11 11  
12 12  {{/groovy}}
13 -
14 -Page reference: {{velocity}}$doc.documentReference{{/velocity}}
15 -
XWiki.XWikiComments[0]
Author
... ... @@ -1,0 +1,1 @@
1 +xwiki:XWiki.RicardoJulioRodriguezFernandez
Comment
... ... @@ -1,0 +1,1 @@
1 +Note
Date
... ... @@ -1,0 +1,1 @@
1 +2024-01-13 12:17:57.591
Selection
... ... @@ -1,0 +1,1 @@
1 +Infante
State
... ... @@ -1,0 +1,1 @@
1 +SAFE
Target
... ... @@ -1,0 +1,1 @@
1 +Team.WebHome