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

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

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

import pers.clare.hisql.exception.HiSqlException;
import pers.clare.hisql.query.SQLQueryBuilder;

@FunctionalInterface
public interface KeySQLBuilder {
    String apply(SQLQueryBuilder sqlQueryBuilder, Key key) throws HiSqlException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy