官术网_书友最值得收藏!

Connection Interface

The Connection interface represents a connection with the database. SQL statements may be run in a connection session by using a Statement object. A Connection object is in auto-commit mode, by default. In the auto-commit mode, changes are committed to the database after an SQL statement is executed. The auto-commit mode can be modified by calling the setAutoCommit(boolean autoCommit) method. For example, auto-commit may be set to false :

connection.setAutoCommit(false);

If auto-commit is set to false, it would be required to commit changes by calling the commit() method:

connection.commit();

A Connection object can be set to read-only by calling the setReadOnly() method:

connection.setReadOnly(true);

If a Connection object is not required, close the connection by calling the close() method:

connection.close();

The following table discusses the methods in JDBC 4.0 that have been added to the Connection interface.

主站蜘蛛池模板: 靖江市| 平乐县| 庄浪县| SHOW| 乡城县| 泰宁县| 东平县| 玛沁县| 怀安县| 霞浦县| 常宁市| 宜川县| 汪清县| 博罗县| 施甸县| 临泽县| 维西| 安庆市| 华宁县| 青铜峡市| 津南区| 宁陵县| 小金县| 丽江市| 永仁县| 弥勒县| 望谟县| 砚山县| 紫金县| 永新县| 太湖县| 彰化市| 永德县| 吉安市| 沧源| 威远县| 区。| 岑巩县| 海盐县| 鄂托克旗| 新龙县|