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

com.sap.cds.ql.Source Maven / Gradle / Ivy

/************************************************************************
 * © 2019-2023 SAP SE or an SAP affiliate company. All rights reserved. *
 ************************************************************************/
package com.sap.cds.ql;

import com.sap.cds.JSONizable;
import com.sap.cds.ql.cqn.CqnSource;

public interface Source> extends CqnSource, JSONizable {

	T getType();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy