com.sap.cds.ql.cqn.CqnUpdate Maven / Gradle / Ivy
/************************************************************************
* © 2019-2024 SAP SE or an SAP affiliate company. All rights reserved. *
************************************************************************/
package com.sap.cds.ql.cqn;
import java.util.List;
import java.util.Map;
import java.util.stream.Stream;
import com.google.common.annotations.Beta;
import com.sap.cds.reflect.CdsStructuredType;
public interface CqnUpdate extends CqnFilterableStatement {
/**
* The data to be updated by this statement.
*
* @return a reference to this statement's update data
*/
Map data();
/**
* The entries to be updated by this statement.
*
* @return a reference to this statement's update entries
*/
List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy