You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs@cocoon.apache.org by st...@outerthought.org on 2004/05/28 12:00:08 UTC

[WIKI-UPDATE] GroovyWithSQLDatabaseAccess HowTos Links LenyaUserMeetingSpain2004Comments Main Fri May 28 12:00:07 2004

Page: http://wiki.cocoondev.org/Wiki.jsp?page=GroovyWithSQLDatabaseAccess , version: 2 on Thu May 28 09:59:28 2004 by 195.5.211.156

-    sql.eachRow('select * from m_player') { joueur |
?                                            ^^^^^

+    sql.eachRow('select * from m_player') { plr |
?                                            ^^

-          id_player(joueur.id_player);
?                    ^^^^^

+          id_player(plr.id_player);
?                    ^^

-          player_name(joueur.player_name);
?                      ^^^^^

+          player_name(plr.player_name);
?                      ^^

-          player_url_name(joueur.player_url_name);
?                          ^^^^^

+          player_url_name(plr.player_url_name);
?                          ^^

-          player_birth(joueur.player_birth);
?                       ^^^^^

+          player_birth(plr.player_birth);
?                       ^^

-          player_town(joueur.player_town);
?                      ^^^^^

+          player_town(plr.player_town);
?                      ^^

-          player_size(joueur.player_size);
?                      ^^^^^

+          player_size(plr.player_size);
?                      ^^

-          player_weight(joueur.player_weight);
?                        ^^^^^

+          player_weight(plr.player_weight);
?                        ^^

-          player_start(joueur.player_start);
?                       ^^^^^

+          player_start(plr.player_start);
?                       ^^

-          player_photo(joueur.player_photo);
?                       ^^^^^

+          player_photo(plr.player_photo);
?                       ^^

-          player_position(joueur.player_position);
?                          ^^^^^

+          player_position(plr.player_position);
?                          ^^

-          id_club(joueur.id_club);
?                  ^^^^^

+          id_club(plr.id_club);
?                  ^^



Page: http://wiki.cocoondev.org/Wiki.jsp?page=HowTos , version: 167 on Thu May 28 09:56:57 2004 by 195.5.211.156

+ !! Groovy
+ 
+ * __[Groovy with SQL Database access]__ -- how to use Groovy with SQL database access ? - olivier demah
+ 


Page: http://wiki.cocoondev.org/Wiki.jsp?page=Links , version: 92 on Thu May 28 09:58:49 2004 by JoergHeinicke

- 
- *[Documenting Projects with Apache Forrest|http-link-to-www.onjava.com/pub/a/onjava/2004/05/26/forrest.html] by Kyle Downey
?                                                                   ^^   ---------- ^^ ^^^^^^^^^^^^^^^^

+ *[Documenting Projects with Apache Forrest|http-link-to-www.onjava.com/lpt/a/4855] by Kyle Downey
?                                                                  + ^    ^ ^



Page: http://wiki.cocoondev.org/Wiki.jsp?page=LenyaUserMeetingSpain2004Comments , version: 37 on Thu May 28 09:14:56 2004 by 194.224.160.129

- --------- 
?          ^

+ -------------
?          ^^^^

+ I think it's important to know who will be the "masters", I mean, who will talk about Lenya, or who will guide us on the meeting. Maybe a Wyona's guy?
+ 
+ David.\\
+ 


Page: http://wiki.cocoondev.org/Wiki.jsp?page=Main , version: 454 on Thu May 28 09:19:15 2004 by 62.81.55.210

- __NOTICE FOR SPAMMERS__: Alll changes to this wiki are monitored. Your changes will be reverted, sometimes within an hour. It isn't worth your while.
?                           -

+ __NOTICE FOR SPAMMERS__: All changes to this wiki are monitored. Your changes will be reverted, sometimes within an hour. It isn't worth your while.