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

io.github.wycst.wast.jdbc.commands.SqlExecuteCall Maven / Gradle / Ivy

Go to download

Wast is a high-performance Java toolset library package that includes JSON, YAML, CSV, HttpClient, JDBC and EL engines

There is a newer version: 0.0.16
Show newest version
package io.github.wycst.wast.jdbc.commands;

import java.sql.Connection;
import java.sql.SQLException;

/**
 * @Author: wangy
 * @Date: 2021/2/14 18:21
 * @Description:
 */
public interface SqlExecuteCall {

    /**
     * @param connection
     * @return
     * @throws SQLException
     */
    public T execute(Connection connection) throws SQLException;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy