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

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.

主站蜘蛛池模板: 普陀区| 达拉特旗| 吉水县| 平果县| 沐川县| 屯门区| 大化| 南京市| 五常市| 高尔夫| 肇州县| 奉节县| 肇州县| 崇阳县| 灵武市| 九龙县| 招远市| 三明市| 岫岩| 博乐市| 塔河县| 佛山市| 托克托县| 通河县| 林甸县| 包头市| 长治市| 罗定市| 禹州市| 炎陵县| 农安县| 淮安市| 饶平县| 石楼县| 白玉县| 陆川县| 阿坝| 惠来县| 永寿县| 西林县| 忻州市|