18 package com.mysql.clusterj.jdbc;
 
   20 import java.sql.SQLException;
 
   22 import com.mysql.clusterj.core.util.I18NHelper;
 
   23 import com.mysql.clusterj.core.util.Logger;
 
   24 import com.mysql.clusterj.core.util.LoggerFactoryService;
 
   25 import com.mysql.jdbc.ResultSetInternalMethods;
 
   43     private long[] counts;
 
   46     private int current = 0;
 
   53         this.counts = 
new long[1];
 
   54         this.counts[0] = count;
 
   72         if (++current >= counts.length) {
 
   89     public long getUpdateCount() {
 
   90         return counts[current];
 
   94     public long getUpdateID() {
 
   99     public boolean reallyResult() {
 
  104     public void realClose(
boolean arg0) 
throws SQLException {