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

org.onetwo.common.db.filequery.postfunc.SqlPostfixFunction Maven / Gradle / Ivy

package org.onetwo.common.db.filequery.postfunc;

import org.onetwo.common.db.filequery.postfunc.SqlParamterPostfixFunctions.SqlPostfixFunctionInfo;

/***
 * 处理sql参数值的后缀函数
 * 
 * 和ParserContextFunctionSet.getInstance()内置的帮助函数集不同
 * 
 * @author way
 *
 */
public interface SqlPostfixFunction {
	
	Object execute(SqlPostfixFunctionInfo funcInfo, String paramName, Object value);
	

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy