Wednesday, 15 February 2012

What is Connection? | Java JDBC


Connection class represents  a connection (session) with a specific database. SQL statements are executed and results are returned within the context of a connection.
A Connection object's database is able to provide information describing its tables, its supported SQL grammar, its stored procedures, the capabilities of this connection, and so on. This information is obtained with the get Metadata method.

No comments: