com.sap.cds.jdbc.spi.TableFunctionMapper Maven / Gradle / Ivy
/*******************************************************************
* © 2024 SAP SE or an SAP affiliate company. All rights reserved. *
*******************************************************************/
package com.sap.cds.jdbc.spi;
public interface TableFunctionMapper {
String toSQL();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy