コード例 #1
0
 public NSDictionary jdbcInfo() {
   NSDictionary jdbcInfo = super.jdbcInfo();
   JDBCContext jdbccontext = this.adaptor()._cachedAdaptorContext();
   try {
     jdbccontext.connection().commit();
   } catch (SQLException exception) {
     if (NSLog.debugLoggingAllowedForLevelAndGroups(3, 0x0L)) NSLog.debug.appendln(exception);
   }
   return jdbcInfo;
 }