Overview of Interfaces and Classes used in this example
The java.lang.Class classObjects of this class represent classes and interfaces in a running Java application. Class objects are constructed automatically by the Java Virtual Machine as classes are loaded. Methods
The java.sql.DriverManager ClassThis class maintains a list of registered Driver classes. Methods
The java.sql.Connection InterfaceA Connection object represents a connection with the database. An application can have one or more connections with a database. Methods
The java.sql.Statement InterfaceThe Statement object is used to send SQL statements to a database. Methods
The java.sql.ResultSet InterfaceA ResultSet object contains the results of executing an SQL query. Methods
|
||
|
||
Copyright © 2001 www.universalteacher.com |
||