Where i can find the implemented methods of Statement Interface

  • Thread starter srinivas.veeranki
  • Start date
S

srinivas.veeranki

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.
 
A

Alun Harford

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,436
Messages
2,571,696
Members
48,796
Latest member
Greg L.
Top