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

net.apexes.commons.lang.ScriptRunner Maven / Gradle / Ivy

There is a newer version: 2.1.6
Show newest version
package net.apexes.commons.lang;

import java.sql.Connection;

/**
 * @author HeDYn
 * @deprecated 使用 {@link SQLScriptRunner}
 */
@Deprecated
public class ScriptRunner extends SQLScriptRunner {

    public ScriptRunner(Connection connection, boolean autoCommit, boolean stopOnError) {
        super(connection, autoCommit, stopOnError);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy