com.sap.cds.jdbc.spi.FunctionMapper Maven / Gradle / Ivy
/*******************************************************************
* © 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;
@Beta
public interface FunctionMapper {
String toSql(String cqnFunc, List args);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy