Commit cc816aa5 authored by 吴晟's avatar 吴晟
Browse files

补充提交

parent 9aa957c4
Loading
Loading
Loading
Loading
+1 −7
Original line number Diff line number Diff line
@@ -57,14 +57,8 @@ public class SWConnection implements java.sql.Connection {
	}

	public String nativeSQL(String sql) throws SQLException {
		return ConnectionTracing.execute(realConnection, connectInfo,
				"nativeSQL", sql, new Executable<String>() {
					public String exe(java.sql.Connection realConnection,
							String sql) throws SQLException {
		return realConnection.nativeSQL(sql);
	}
				});
	}

	public void setAutoCommit(boolean autoCommit) throws SQLException {
		realConnection.setAutoCommit(autoCommit);