aspose file tools
The moose likes Java in General and the fly likes why java.sql package contain most interface like Statement,preparedStatement ? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "why java.sql package contain most interface like Statement,preparedStatement ?" Watch "why java.sql package contain most interface like Statement,preparedStatement ?" New topic
Author

why java.sql package contain most interface like Statement,preparedStatement ?

vitthal wable
Greenhorn

Joined: Sep 09, 2006
Posts: 16
why java.sql package contain most interface like Statement,preparedStatement,ResultSet?
Paul Sturrock
Bartender

Joined: Apr 14, 2004
Posts: 10336

All these interfaces are implemented in a database specific way by the JDBC driver you use. So you can code to the interface, but change the implementation at runtime.


JavaRanch FAQ HowToAskQuestionsOnJavaRanch
 
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: why java.sql package contain most interface like Statement,preparedStatement ?
 
Similar Threads
why Statment interface is not Deprecated.??
JDBC basics
Problem loading the class
Why Statemet interface is not Deprecated ?
JDBC basics