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

com.sap.cds.jdbc.spi.FunctionMapper Maven / Gradle / Ivy

There is a newer version: 3.6.1
Show newest version
/*******************************************************************
 * © 2021 SAP SE or an SAP affiliate company. All rights reserved. *
 *******************************************************************/
package com.sap.cds.jdbc.spi;

import java.util.List;

import com.google.common.annotations.Beta;
import com.sap.cds.ql.Predicate;
import com.sap.cds.ql.cqn.CqnValue;

@Beta
public interface FunctionMapper {

	String toSql(String cqnFunc, List args);

	Predicate like(CqnValue value, CqnValue term, String esc, boolean caseInsensitive);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy