All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.mariadb.jdbc.internal.queryresults.MultiExecutionResult Maven / Gradle / Ivy

package org.mariadb.jdbc.internal.queryresults;

public interface MultiExecutionResult extends ExecutionResult {

    int[] updateResultsForRewrite(int waitedSize, boolean hasException);

    int[] updateResultsMultiple(int waitedSize, boolean hasException);

    int[] getAffectedRows();

    int getFirstAffectedRows();
}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy