Uses of Interface
org.teiid.odata.api.QueryResponse
-
Packages that use QueryResponse Package Description org.teiid.odata.api org.teiid.olingo.service -
-
Uses of QueryResponse in org.teiid.odata.api
Subinterfaces of QueryResponse in org.teiid.odata.api Modifier and Type Interface Description interfaceComplexResponseinterfaceOperationResponseMethods in org.teiid.odata.api with parameters of type QueryResponse Modifier and Type Method Description voidClient. executeSQL(Query query, List<SQLParameter> parameters, boolean calculateTotalSize, Integer skip, Integer top, String nextOption, int pageSize, QueryResponse response) -
Uses of QueryResponse in org.teiid.olingo.service
Classes in org.teiid.olingo.service that implement QueryResponse Modifier and Type Class Description classApplyResultclassCrossJoinResultclassEntityCollectionResponseclassOperationResponseImplMethods in org.teiid.olingo.service with parameters of type QueryResponse Modifier and Type Method Description voidLocalClient. executeSQL(Query query, List<SQLParameter> parameters, boolean calculateTotalSize, Integer skipOption, Integer topOption, String nextOption, int pageSize, QueryResponse response)
-