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 / General / February 2006

Tip: Looking for answers? Try searching our database.

Where i can find the implemented methods of Statement Interface

Thread view: 
srinivas.veeranki@gmail.com - 08 Feb 2006 11:34 GMT
Hi.........
         Where i can find the implemented methods of Statement
Interface of java.sql pkg.

In this, we are just calling the methods like executeQuery() ,
executeUpdate() , etc of the this interface .

Thanks

Srinivas.
Thomas Fritsch - 08 Feb 2006 12:09 GMT
srinivas.veeranki@gmail.com schrieb:
>           Where i can find the implemented methods of Statement
> Interface of java.sql pkg.
In the official Java API doc of package java.sql:
http://java.sun.com/j2se/1.4.2/docs/api/java/sql/package-summary.html

> In this, we are just calling the methods like executeQuery() ,
> executeUpdate() , etc of the this interface .

Signature

"Thomas:Fritsch$ops:de".replace(':','.').replace('$','@')

Alun Harford - 08 Feb 2006 22:49 GMT
> Hi.........
>           Where i can find the implemented methods of Statement
> Interface of java.sql pkg.
>
> In this, we are just calling the methods like executeQuery() ,
> executeUpdate() , etc of the this interface .

It's an interface.
All its methods must be implemenented in a non-abstract sub-class. If you're
analysing another interface, or an abstact class (unlikely in this case, as
they're likely to be in the driver, but you only use the external methods)
then you'll have to use reflection.

Alun Harford


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



©2009 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.