File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes JDBC and the fly likes since callablestatement is interface who executes the logic? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "since callablestatement is interface who executes the logic?" Watch "since callablestatement is interface who executes the logic?" New topic
Author

since callablestatement is interface who executes the logic?

kavitha satteli
Greenhorn

Joined: Jul 31, 2007
Posts: 9
my question is which class implements CallableStatement
Swastik Dey
Ranch Hand

Joined: Jan 08, 2009
Posts: 1188

The implementation is done by the underlying driver being used.



Swastik
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: since callablestatement is interface who executes the logic?
 
Similar Threads
callableStatement.execute()
How to call stored procedure in JDBC
session beans
Prepared Statement
how to call a stored procedure which do not return a resultSet