
com.sap.cloud.sdk.s4hana.connectivity.QueryResult Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of connectivity Show documentation
Show all versions of connectivity Show documentation
Connectivity to SAP S/4HANA.
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