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 interface
ComplexResponse
interface
OperationResponse
Methods in org.teiid.odata.api with parameters of type QueryResponse Modifier and Type Method Description void
Client. 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 class
ApplyResult
class
CrossJoinResult
class
EntityCollectionResponse
class
OperationResponseImpl
Methods in org.teiid.olingo.service with parameters of type QueryResponse Modifier and Type Method Description void
LocalClient. executeSQL(Query query, List<SQLParameter> parameters, boolean calculateTotalSize, Integer skipOption, Integer topOption, String nextOption, int pageSize, QueryResponse response)
-