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 DB Connection Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "DB Connection" Watch "DB Connection" New topic
Author

DB Connection

KasiMurugan Ramasamy
Ranch Hand

Joined: Jan 30, 2005
Posts: 125
Dear Friends,

I would like to know, what are the informations stored in the java.sql.Connection Object.


Thanks & Regards
Kasimurugan (SCJP1.4, SCBCD1.3), Preparing SCWCD1.4
Em Aiy
Ranch Hand

Joined: May 11, 2006
Posts: 225
I can not paste all the object heres, but you can do it for yourself. Make a small program and create connection in it. Then debug the program. in your watch select the connection object and check all the values in the object. You are already familiar with most of the information stored in connection object.


The difference between <b>failure</b> and <b>success</b> is often being <b>right</b> and being <b>exactly right</b>.
Paul Sturrock
Bartender

Joined: Apr 14, 2004
Posts: 10336

See the JavaDocs.


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: DB Connection