Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsWhite Papers
Discussion GroupsFirst AidDatabasesJavaBeansGUIJava 3DVirtual MachineCORBASecurityToolsGeneral
Java DirectoryOpen Source ProjectsSample Book ChaptersUser GroupsWeb Resources
Related Topics
Databases.NETMore Topics ...

Java Forum / Databases / June 2004

Tip: Looking for answers? Try searching our database.

SQLJ code ....

Thread view: 
Raquel - 29 Jun 2004 08:02 GMT
Following is a piece of SQLJ code (from a manual). Does anyone know what
iter.NAME() means? I don't see any method called "NAME" in "iterator"
class.

#sql [ctx] iter = {SELECT LASTNAME FROM EMPLOYEE};
        while (iter.next()) {
           System.out.println(iter.NAME());    
           count++;
        }

Thanks
Raquel.
Daniel Dittmar - 29 Jun 2004 19:53 GMT
> Following is a piece of SQLJ code (from a manual). Does anyone know what
> iter.NAME() means? I don't see any method called "NAME" in "iterator"
[quoted text clipped - 5 lines]
>             count++;
>          }

My guess is that it's just a type and should be iter.LASNAME (), as the
iterator allows you access to the columns by name.

Daniel


Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.