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

pers.clare.hisql.function.SqlInvoke Maven / Gradle / Ivy

The newest version!
package pers.clare.hisql.function;


import pers.clare.hisql.service.SQLStoreService;

@FunctionalInterface
public interface SqlInvoke {
    Object apply(SQLStoreService service, String sql, Object[] arguments, Object[] originArguments);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy