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

com.sap.cloud.sdk.s4hana.connectivity.QueryResult Maven / Gradle / Ivy

The newest version!
/*
 * Copyright (c) 2020 SAP SE or an SAP affiliate company. All rights reserved.
 */

package com.sap.cloud.sdk.s4hana.connectivity;

/**
 * Common interface for ERP query results.
 */
public interface QueryResult, QueryResultT extends QueryResult>
{
    /**
     * ERP query from which this result originates.
     */
    QueryT getQuery();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy