- JDBC Introduction and sample program: Java Data Base Connectivity (JDBC) is an open specification where Java API can access data stored in Relational Database.
- ExecuteUpdate example: ExecuteUpdate is used to execute a SQL statement. THe SQL statement could be a DDL or DML statement.
- PreparedStatement example: PreparedStatement is used for executing parametric query.
- ResultSet example: ResultSet consists of records and each record contains set of columns.
- ResultSetMetaData example: ResultSetMetaData is used to give more information about the ResultSet objects like data type of the columns, name of the columns etc.
- CallableStatement example: CallableStatement is used to call a stored procedure.
- About JDBC drivers: JDBC driver is a piece of software that enables java application to interact with the data base.
JDBC tutorial
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment